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.