Settings Schema
When posting a message to Slack, use the following settings schema:Fields
| Field | Type | Required | Description |
|---|---|---|---|
__type | string | Yes | Must be slack |
channel | string | Yes | Slack channel ID |
channel
The Slack channel ID where the message will be posted. This is required.
How to get a Slack channel ID:
- Right-click on the channel name in Slack
- Click “View channel details”
- Scroll to the bottom - the Channel ID is displayed there
- 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~forstrikethrough:emoji_name:for emojis> quotefor quotes`code`for inline code

