v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Create funnel
Creates a new funnel (sales pipeline) for the entity. Example: POST /crm/v1/entities/deals/funnel
post/crm/v1/entities/{entity}/funnel
Request body
Example request
{
"title": "Sales funnel",
"funnel_code": "sales_funnel",
"active": true
}Response
Created
Example response
{
"title": "Sales funnel",
"funnel_code": "sales_funnel",
"active": true
}