curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/section-template/insert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"locationId": "<string>",
"funnelSection": {}
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/section-template/insert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"locationId": "<string>",
"funnelSection": {}
}
'Was this page helpful?