Skip to main content
POST
/
org
/
{org_id}
/
workflow-runs
Create workflow run with prospect
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/workflow-runs \
  --header 'Content-Type: application/json' \
  --data '
{
  "prospect": {
    "phone": "<string>",
    "country": "<string>",
    "custom_data": {},
    "email": "<string>",
    "external_id": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "timezone": "<string>"
  },
  "workflow_id": "<string>",
  "scheduled_at": "<string>"
}
'
{
  "external_id": "<string>",
  "workflow_run_id": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

Body

application/json

Workflow run details

prospect
object
required
workflow_id
string
required
scheduled_at
string

Response

Created

external_id
string
workflow_run_id
string