kaiten_chart_sales_funnel
Build a sales funnel chart for a space. Configure enabled boards with won/lost columns and sum properties; returns a compute job ID to poll for results.
Instructions
Build a Sales Funnel Chart for a space. Requires board_configs with enabled boards and columns marked as 'won' or 'lost'. Each enabled board must have a sum property configured in its settings. This is an asynchronous operation that returns a compute_job_id. Use kaiten_get_compute_job to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tag IDs | |
| date_to | Yes | End date (ISO 8601) | |
| group_by | No | Grouping mode | |
| space_id | Yes | Space ID | |
| date_from | Yes | Start date (ISO 8601) | |
| card_types | No | Filter by card type IDs | |
| board_configs | Yes | Array of board configuration objects. Each object should have: board_id (integer), enabled (boolean), columns (array of {column_id, enabled, funnel_type} where funnel_type is 'won', 'lost', or 'stage'). | |
| only_asap_cards | No | Include only ASAP (expedite) cards |