Send messages and file attachments to Slack channels from your workflows.
Field | Type | Required | Description |
---|---|---|---|
Channel | Select | Yes | Slack channel to send the message to |
Message | Text Area | Yes | The message text to send |
Thread ID | Text | No | Reply to a specific thread (leave empty for new message) |
Include Attachment | Switch | No | Attach data files to the message |
Attachment Format | Select | Yes* | File format: CSV, PDF, Text, or JSON (*Required when including attachment) |
Attachment Data | Text Area | Yes* | Data to include in the file (*Required when including attachment) |
Attachment Filename | Text | Yes* | Name for the file (without extension) (*Required when including attachment) |
Why can't I see my private channel in the dropdown?
What's the difference between new messages and thread replies?
Can I send the same message to multiple channels?
What happens if a file attachment is too large?
Can I format messages with bold, italics, etc.?
**bold text**
for bold*italic text*
for italics> quoted text
for block quotes\
code text“ for inline code
Slack will render these with proper formatting in the channel.How do I get the Thread ID for replies?
Can I include images in messages?

.The image will be displayed as attachment in the channelWhat data formats work best for different attachment types?