discord_list_webhooks
List all webhooks in a Discord channel or server by providing channel or guild ID. View details like name, channel, token when visible, and creator.
Instructions
List the webhooks in a single channel or across a whole server (id, name, channel, token when visible, creator). Provide exactly one of channel_id or guild_id. Requires the Manage Webhooks permission. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | No | ID (snowflake) of a channel to list webhooks for. Mutually exclusive with guild_id. | |
| guild_id | No | Discord server (guild) ID (snowflake) to list all webhooks for. Mutually exclusive with channel_id. |