Create Pipeline Status
create_pipeline_statusAdd a new status to an existing pipeline to define workflow stages. Specify the status label, choose a color, and set whether it represents an active or closed stage.
Instructions
Create a new status for an existing pipeline. Statuses represent stages in your pipeline workflow.
is_active:
true: Status represents an active/in-progress stage
false: Status represents a closed/completed stage
Colors: Blue, LightBlue, Cyan, Teal, Green, LimeGreen, Yellow, Orange, Red, Pink, Magenta, Purple, Indigo, Gray, or hex codes like #486581
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Status label | |
| color | No | Named color or hex code | |
| is_active | No | Active status (true) or closed status (false, default) | |
| pipeline_id | Yes | Pipeline to add status to |