superchat_list_templates
List and filter message templates by channel, type, or folder, then review approval status and positional variables before sending.
Instructions
List one page of message templates. Filter by channel_id or template type, then inspect approval status and positional variables before sending a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Limit results to generic or WhatsApp templates. | |
| 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. | |
| folder_id | No | Limit templates to a template folder ID. | |
| channel_id | No | Limit templates to a connected channel; discover IDs with list_channels. |