curl --request POST \
--url https://services.leadconnectorhq.com/funnels/page/view/workflow/trigger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "i2enhRZQ4OWTm92AFKH0",
"stepId": "5fd2e650-7415-4128-8ecb-134b4fdbd2bd",
"pageUrl": "/home"
}
'Page Visit Trigger
curl --request POST \
--url https://services.leadconnectorhq.com/funnels/page/view/workflow/trigger \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "i2enhRZQ4OWTm92AFKH0",
"stepId": "5fd2e650-7415-4128-8ecb-134b4fdbd2bd",
"pageUrl": "/home"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
locationId
"689008900"
Successful response
Was this page helpful?