Skip to main content
The URL trigger gives the workflow a unique endpoint that accepts common HTTP methods and arbitrary text or binary request bodies. Use it when you need more control than the JSON-only Webhook trigger provides.

Set up the endpoint

1

Select the URL trigger

Copy the endpoint shown in the trigger configuration.
2

Send a request

Call the URL with GET, POST, PUT, PATCH, or DELETE. Add query parameters and headers as needed.
3

Return a response

End the workflow with an HTTP response action such as Respond Text, Respond JSON, Respond File, or Redirect.

Trigger outputs

Requests are limited to 10 MB.
If no response action runs, the caller receives a generic workflow-status response rather than a custom body.