Skip to main content

Settings Schema

When posting a message to Discord, use the following settings schema:

Fields

FieldTypeRequiredDescription
__typestringYesMust be discord
channelstringYesDiscord channel ID

channel

The Discord channel ID where the message will be posted. This is required.
How to get a Discord channel ID:
  1. Enable Developer Mode in Discord (User Settings → App Settings → Advanced → Developer Mode)
  2. Right-click on the channel
  3. 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
  • # Heading for headings
  • > quote for quotes
  • `code` for inline code