Pipeline Item Write Tool
pipeline-item-writeAdd, remove or move pipeline cards. add requires pipeline_id, stage_id, itemable_type and itemable_ref; remove requires pipeline_item_id; move requires pipeline_item_id and stage_id. Sales pipelines accept users/companies; production pipelines accept orders. Changes can trigger configured automations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| stage_id | No | Pipeline stage id. Required for "add" and "move". | |
| sort_order | No | Optional 0-based position within the destination stage for "move". Defaults to top. | |
| pipeline_id | No | Pipeline id. Required for "add". | |
| itemable_ref | No | Entity reference. Required for "add". Orders use order number; users and companies use id. | |
| itemable_type | No | Type of entity to add. Required for "add". Sales pipelines accept user or company; production pipelines accept order. For "list" filters, user/company/order aliases are accepted. | |
| pipeline_item_id | No | Pipeline item id. Required for "show", "remove", and "move". |