Edit Webhook
discord_edit_webhookEdit a Discord webhook's name or move it to a different channel.
Instructions
Edit an existing webhook.
Args:
webhook_id (string): Discord webhook ID
name (string, optional): New webhook name
channel_id (string, optional): Move webhook to different channel
Returns: Updated webhook details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New webhook name | |
| channel_id | No | Move webhook to a different channel | |
| webhook_id | Yes | Discord webhook ID (snowflake) |