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
| Field | Required | Description |
|---|---|---|
| Name | Optional | Name of the step, should be unique within this workflow. |
| Description | Optional | Brief description of what this step does. |
| Path | Optional | The API route pattern, optionally containing {} for path parameters. |
Params
| Field | Required | Description |
|---|---|---|
| Query Params | Optional | Query string parameters to append to the request URL. |
| Path Params | Optional | Path variables used in the API path, such as /users/{id}. |
Output
| Field | Required | Description |
|---|---|---|
| Output | Optional | The inbound submission, mapped into the workflow. |