Trigger Workflow
Trigger an API-triggered workflow for a specific contact.
Documentation Index
Fetch the complete documentation index at: https://docs.conversion.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.
Path Parameters
The ID of the workflow to trigger.
Body
The contact's email address. At least one of cnvContactId, userId, or email is required.
"jane@example.com"
The Conversion contact ID. At least one of cnvContactId, userId, or email is required.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
An external user identifier for the contact. At least one of cnvContactId, userId, or email is required.
"user_12345"
An optional map of custom data to pass to the workflow as trigger data.
{
"source": "backend",
"action": "onboarding_complete",
"plan": "pro",
"trial_days_remaining": 7
}Response
Workflow triggered successfully.