Envoy Workflow Trigger API
This API allows you to trigger workflows in the Envoy staging environment.Use the
/workflows/{workflowid}/trigger endpoint to start workflow runs programmatically.
Example Request
Headers:| Header | Value | Description |
|---|---|---|
| Authorization | Bearer <YOUR_API_KEY> | Required for authentication |
| Content-Type | application/json | Required for JSON payload |
Notes
- Make sure you include a valid Bearer token in the request headers.
- The
workflowidparameter is required and must be a valid UUID. - Sends a request like Request JSON body:
{"shipment_updates": "notes" }to your api - Responses include
statusandworkflow_run_idon success.