curl --request POST \
--url https://api-dev.narrative.io/workflows/{workflow_id}/trigger \
--header 'Authorization: Bearer <token>'{
"run_id": "b7e3f1a2-4c5d-6e7f-8a9b-0c1d2e3f4a5b"
}Trigger an immediate execution of a workflow. Returns the run ID of the new execution.
curl --request POST \
--url https://api-dev.narrative.io/workflows/{workflow_id}/trigger \
--header 'Authorization: Bearer <token>'{
"run_id": "b7e3f1a2-4c5d-6e7f-8a9b-0c1d2e3f4a5b"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a workflow.
The workflow was triggered successfully.
Workflow execution run ID.
"b7e3f1a2-4c5d-6e7f-8a9b-0c1d2e3f4a5b"
Was this page helpful?