create_pipeline_stage
Add a new stage to an existing Kommo sales pipeline by specifying pipeline ID, stage name, order, and color. Organize custom sales stages to match your workflow.
Instructions
Cria uma nova etapa (status) dentro de um funil de vendas existente.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nome da etapa (ex: Em negociação) | |
| sort | No | Ordem da etapa (ex: 10, 20, 30) | |
| color | No | Cor da etapa em HEX (ex: #ffff99) | |
| client_slug | Yes | Identificador do cliente (slug) | |
| pipeline_id | Yes | ID do funil onde a etapa será criada |