channels_follow_announcement
Cross-post messages from an announcement channel to a target channel automatically via webhook, enabling content mirroring between servers.
Instructions
Purpose: Cross-post messages from an announcement (news) channel into a target channel via a webhook.
When to use:
Mirror release announcements from a partner server into your own.
When NOT to use:
Source channel is not type 5 (GUILD_ANNOUNCEMENT) - Discord rejects.
Returns: {channel_id, webhook_id} (webhook_id is the auto-created delivery webhook on the target).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Source announcement channel (the one to follow) | |
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) | |
| webhook_channel_id | Yes | Target channel that receives the cross-posts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||