Skip to main content

Form

Form is an event source. It exposes an HTTP endpoint at Path and starts a workflow for each submission.

It is the simpler counterpart to Chat — same shape, without the conversation tracking.

The activity has three tabs: Configuration, Params, and Output.

Configuration

FieldRequiredDescription
NameOptionalName of the step, should be unique within this workflow.
DescriptionOptionalBrief description of what this step does.
PathOptionalThe API route pattern, optionally containing {} for path parameters.

Params

FieldRequiredDescription
Query ParamsOptionalQuery string parameters to append to the request URL.
Path ParamsOptionalPath variables used in the API path, such as /users/{id}.

Output

FieldRequiredDescription
OutputOptionalThe inbound submission, mapped into the workflow.