Trigger Workflow With File
lyzr_trigger_workflow_with_fileTrigger a Lyzr workflow run by uploading a file, using the file content as input for the process.
Instructions
Trigger a workflow run by uploading a file (multipart/form-data).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | The workflow id to trigger | |
| file_name | Yes | The file's name, e.g. data.csv | |
| is_base64 | No | Set true if file_content is base64-encoded | |
| file_content | Yes | File contents as a UTF-8 string, or base64 when is_base64 is true | |
| additional_fields | No | JSON string of additional form fields to send (default "{}") |