create_pipeline
Create a pipeline in Follow Up Boss CRM, specifying stages, colors, descriptions, and order weights to organize deals.
Instructions
Add a pipeline. (POST /pipelines)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the pipeline. | |
| stages | No | An array of stage objects that should be associated with the pipeline. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| description | No | Description of the pipeline. | |
| orderWeight | No | Set this value to enforce a specific sort order. |