v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
pipeline

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

titlestring
funnel_codestring
activeboolean
defaultboolean

Example request

{
  "title": "Sales funnel",
  "funnel_code": "sales_funnel",
  "active": true
}

Response

Created

titlestring
funnel_codestring
activeboolean
defaultboolean

Example response

{
  "title": "Sales funnel",
  "funnel_code": "sales_funnel",
  "active": true
}