Any form or app (webhooks)

Paste an API key

Every flow has a secret URL — anything that can POST can start it.

What you can do

Point any app at your flow

  1. 1Open your flow, set the trigger to “When a webhook arrives”, and copy the URL shown.
  2. 2Paste that URL into the sending app's webhook settings (Typeform, Stripe, Shopify, Tally, your own backend — anything).
  3. 3Send a test event, then reference values as {{trigger.body.field}} in any step.

Use it in a flow

In the flow builder, add the Any form or app (webhooks) step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.

Troubleshooting

404 when posting
The token in the URL was rotated — copy the current URL from the flow's trigger bar.
409 flow_off
The flow is turned Off — flip it On before sending events.

FAQ

Is the URL guessable?

No — it contains a secret token, compared in constant time. Rotate it any time from the trigger bar.

What payloads are accepted?

JSON, form-encoded or raw text up to 256 KB. JSON is exposed field-by-field to templates.

Connect Any form or app (webhooks)All 28 integrations