The API trigger lets you start a workflow programmatically by making an API call. This is useful when you want to trigger workflows from your own application, backend systems, or third-party integrations.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.
Configuration
When you select the API trigger, Conversion generates a workflow ID that you pass to the Trigger Workflow API endpoint. The workflow ID is displayed in the trigger configuration and can be copied directly. To trigger the workflow, make aPOST request to the endpoint with the workflow ID and a contact identifier:
email, cnvContactId, or userId — at least one is required. The workflow must be active and set to the API trigger type.
Passing custom data
You can include adata object in the request body to pass custom data into the workflow. This data is accessible in Liquid as trigger.api.data:
For the full list of available Liquid fields, see the Trigger Context Reference.