Skip to main content
Redirect finishes an HTTP-triggered workflow with a Location header. It is available with URL, Form Submission, and Webhook triggers.

Inputs

Use 302 for a temporary redirect or 301 for a permanent redirect. Choose 307 or 308 when the caller must preserve its original request method.
Permanent redirects can be cached by browsers and intermediaries. Use 302 while testing a workflow.