curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/workflow/{workflowId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"eventStartTime": "2021-06-23T03:30:00+01:00"
}
'{
"succeded": true
}Add Contact to Workflow
curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/workflow/{workflowId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"eventStartTime": "2021-06-23T03:30:00+01:00"
}
'{
"succeded": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Contact Id
"sx6wyHhbFdRXh302LLNR"
Workflow Id
"sx6wyHhbFdRXh302LLNR"
"2021-06-23T03:30:00+01:00"
Successful response
true
Was this page helpful?