Trigger Workflow
POST/api/v1/workflow-builder/workflows/:workflow_id/trigger
Manually trigger a workflow execution.
Use this endpoint to test workflows or trigger them programmatically.
You must provide either an applicant_id to run on an existing applicant,
or test_data to run with mock data.
Set test_mode: true to mark the execution as a test (won't send webhooks
or modify real applicant status).
Request
Responses
- 201
- 422
Successful Response
Validation Error