Skip to main content
The Form Submission trigger gives a workflow a public form endpoint. It accepts POST form submissions—including uploaded files—and can optionally serve an HTML form from the same URL on GET.

Configure the form

1

Copy the trigger URL

Open the trigger configuration and copy its unique endpoint.
2

Point a form at the URL

Set the form’s action to the trigger URL and its method to POST.
3

Optionally host the form

Turn on HTML Response and enter HTML content. A GET request then returns that HTML instead of running the workflow.
4

Respond after submission

Use an HTTP response action to return a confirmation page, file, redirect, or status after a POST.

Configuration

Trigger outputs

When HTML Response is off, a GET request runs the workflow and exposes its query parameters through Fields.