webhooks_get
webhooks_get
Section titled “webhooks_get”Category: webhooks
Get a webhook by id (bot-authed lookup).
When to use
Section titled “When to use”- Inspect a webhook you discovered via
webhooks_list_channelorwebhooks_list_guild.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
webhook_id | string | yes | Webhook to fetch |
Returns
Section titled “Returns”Webhook fields without token. name wrapped untrusted (creator-controlled).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord webhook ID |
type | integer | yes | |
channel_id | unknown | yes | |
application_id | unknown | yes | |
name | unknown | yes | |
avatar | unknown | yes | |
untrusted_name | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |