Settings Schema
When posting a message to Discord, use the following settings schema:Fields
| Field | Type | Required | Description |
|---|---|---|---|
__type | string | Yes | Must be discord |
channel | string | Yes | Discord channel ID |
channel
The Discord channel ID where the message will be posted. This is required.
How to get a Discord channel ID:
- Enable Developer Mode in Discord (User Settings → App Settings → Advanced → Developer Mode)
- Right-click on the channel
- Click “Copy Channel ID”
Complete Example
Text Message
Message with Image
Announcement with Formatting
Discord supports Markdown formatting in messages. You can use:
**bold**for bold*italic*for italic# Headingfor headings> quotefor quotes`code`for inline code

