Search K
Appearance
Appearance
Exposes a workflow as an HTTP POST endpoint that accepts multipart form data, including file uploads, and starts execution when the endpoint is called.
Use this trigger when an external system needs to push a file into a workflow along with accompanying form data. The trigger handles the file transfer and URL parameters so that downstream tasks can immediately work with the uploaded file and its metadata. It is the preferred entry point for workflows that ingest files from third-party tools, client applications, or automated scripts that communicate over HTTP.
| Field | Type | Required | Description |
|---|---|---|---|
| Requires Authentication | Checkbox | No | When checked, the endpoint requires a valid MinuteView authentication token before the workflow runs. Leave unchecked to allow unauthenticated access. |
| Name | Description |
|---|---|
| UrlParams | A key-value dictionary of the URL query parameters supplied with the request. |
| FormFields | A key-value dictionary of the form fields included in the multipart body. |
| (file name) | The local path to the uploaded file in the working folder. The key is the file's base name without extension. |