cURL
curl -X POST "https://api.joinformal.com/core.v1.WorkflowService/CreateWorkflowTrigger" \ -H "X-API-KEY: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "example": "value" }'
{ "runId": "<string>", "triggered": true }
API key authentication. Get your API key from the Formal console.
The ID of the workflow to trigger
1
Optional payload to pass to the workflow (available as trigger.payload in CEL expressions)
Show child attributes
Success
The workflow run ID
Whether the workflow was triggered (false if allow expression evaluated to false)
Was this page helpful?