superchat_list_channels
List connected messaging channels like WhatsApp, Instagram, or email to obtain channel IDs for sending messages. Supports pagination with before/after cursors.
Instructions
List one page of connected channels in this workspace, such as WhatsApp, Instagram Direct, Facebook Messenger, SMS, email, Telegram, Live Chat or phone. Use a returned channel_id when sending. Use after or before to continue from a previous page; each call returns only one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. |