bx24_crm_calllists
Manage Bitrix24 CRM call lists: create, retrieve, list, delete, start dialing, and check execution status for outbound campaigns.
Instructions
Bitrix24 CRM call lists (списки обзвона): create, list, get, delete, start, status. Methods crm.calllist.* (REST 1.0 + 3.0). RU/EN: список обзвона, обзвон, прозвон / call list, cold call list, dial list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | CRM call list ID | |
| order | No | Order object (e.g. { 'ID': 'DESC' }) | |
| start | No | Pagination offset (number of records to skip) | |
| action | Yes | Operation to perform: - "add": Create a call list - "get": Get a call list by ID - "list": List call lists - "delete": Delete a call list (destructive) - "start": Start dialing a call list - "status": Get call list execution status | |
| fields | No | Call list fields: NAME, ENTITY_TYPE (LEAD/CONTACT), ... | |
| filter | No | Filter object (e.g. { '>OPPORTUNITY': 10000, 'STAGE_ID': 'WON' }) | |
| select | No | Array of field names to return (projection) | |
| confirm | No | Set to true to confirm destructive actions when BX24_CONFIRM_DESTRUCTIVE is enabled. |