Triggers & Execution
How to trigger Wire Flow workflows — manually from the editor, via REST API or webhook, via MQTT, or by uploading a file.
Last updated
POST {tillitURL}/wire-flow/api/invoke/{workflowId}curl -X POST https://bottling.tillit-sandbox.cloud/wire-flow/api/invoke/wf-abc123 \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"orderNumber": "ORD-001"}'{env}_wire_flow/{tenant}/{workflowId}{
"s3Bucket": "sandbox-step-functions",
"s3Key": "bottling/uploads/wf-abc123/orders.csv",
"fileName": "orders.csv",
"contentType": "text/csv"
}