channels_follow_announcement
channels_follow_announcement
Section titled “channels_follow_announcement”Category: channels
Cross-post messages from an announcement (news) channel into a target channel via a webhook.
When to use
Section titled “When to use”- Mirror release announcements from a partner server into your own.
When NOT to use
Section titled “When NOT to use”- Source channel is not type 5 (GUILD_ANNOUNCEMENT) — Discord rejects.
| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Source announcement channel (the one to follow) |
webhook_channel_id | string | yes | Target channel that receives the cross-posts |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”\{channel_id, webhook_id\} (webhook_id is the auto-created delivery webhook on the target).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Discord channel ID (snowflake) |
webhook_id | string | yes | Discord webhook ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | no |
| Open-world | yes |
| Confirmation required | no |