Create Webhook
discord_create_webhookCreate a webhook in a Discord channel by supplying channel ID, name, and optional avatar URL. Returns webhook endpoint URL.
Instructions
Create a webhook in a channel.
Args:
channel_id (string): Discord channel ID
name (string): Webhook name
avatar_url (string, optional): Avatar image URL
Returns: Created webhook details including URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Webhook name | |
| avatar_url | No | URL of avatar image for the webhook | |
| channel_id | Yes | Discord channel ID (snowflake) |