List channels
magicbell_list_channelsList delivery channels (in-app, email, push, SMS, etc.) with cursor pagination. Project API: GET /channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (cursor pagination). | |
| ending_before | No | Cursor: return items before this id (previous page). | |
| starting_after | No | Cursor: return items after this id (next page). |