Enroll contact in Convert flow

Enroll a contact in a Convert flow to trigger an outbound voice call.

This endpoint:

  • Creates or updates the contact in your organization
  • Looks up the Convert flow by its lead_email identifier
  • Enrolls the contact in the flow
  • Triggers the outbound call sequence
  • Implements automatic deduplication (prevents duplicate calls within 24 hours)

Deduplication Logic:

  • Prevents enrollment if the contact has an execution of THIS flow in the last 24 hours
  • Prevents enrollment if the contact has an active/pending execution of THIS flow
  • Returns existing execution details if duplicate is detected

Security Note: The endpoint automatically extracts your organization ID from the bearer token and only allows enrollment in flows belonging to your organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
contact
object
required
string
required

The Convert flow's lead_email identifier used to lookup which flow to enroll the contact in

string
Defaults to api

Lead source identifier (defaults to "api")

boolean
Defaults to false

If true, skip enrollment and return success if a flow execution already exists

context
array of objects | null

Optional context items (insights/activities) to create with enrollment

context
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json