List notification channels
list_notification_channelsList the account's configured Slack/Discord notification channels (webhook + enabled state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | One row per configured channel — which channel it is, its webhook URL and whether it is enabled. A channel being enabled does not make any event use it. | |
| meta | No | Pagination for the list — page, limit and the total row count. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |