Skip to main content

Settings Schema

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

Fields

channel

The Slack channel ID where the message will be posted. This is required.
How to get a Slack channel ID:
  1. Right-click on the channel name in Slack
  2. Click “View channel details”
  3. Scroll to the bottom - the Channel ID is displayed there
  4. Or, the channel ID is in the URL when viewing a channel: https://app.slack.com/client/WORKSPACE/CHANNEL_ID

Complete Example

Simple Message

Message with Image

Team Announcement

Slack supports its own formatting syntax:
  • *bold* for bold
  • _italic_ for italic
  • ~strikethrough~ for strikethrough
  • :emoji_name: for emojis
  • > quote for quotes
  • `code` for inline code