OCNORA

PostBin

Business appsNo authcredential probe

Create throwaway request bins on postb.in and read back the webhook or API-client calls they collect. The API is public and takes no credential.

OCNORA ships 6 typed PostBin operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://www.postb.in/api through the HTTP node with the same credential.

Operations 6

  • Create Bin
    Create a throwaway bin and return its id and collection URL.
    postbin.create_bin
  • Delete Bin
    Delete a bin and every request collected in it.
    postbin.delete_bin
  • Get Bin
    Read a bin's metadata and check that it has not expired yet.
    postbin.get_bin
  • Get Request
    Read one collected request by id, leaving it in the bin.
    postbin.get_request
  • Send Request To Bin
    Send a test request into a bin so a downstream step can read it back.
    postbin.send_request
  • Shift Oldest Request
    Pop the oldest request off a bin's queue, removing it from the bin.
    postbin.shift_request

Run your first PostBin workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.