Send message to channel
The Slack Send Message to Channel tool enables seamless communication by allowing users to send messages directly to public or private Slack channels via an automated interface. Designed for integration with Pipedream, it streamlines team collaboration and messaging workflows.
Features
- Send messages to any public or private Slack channel easily.
- Supports Slack's rich text formatting with Markdown enabled by default.
- Option to send messages as a bot or as the authenticated user.
- Schedule messages up to 120 days in advance with ISO 8601 datetime format.
- Customize bot settings, reply to threads, and add metadata for advanced message handling.
Benefits
- Enhances team communication by automating message delivery.
- Saves time by integrating messaging directly into workflows or apps.
- Improves message relevance with scheduling and customization options.
- Maintains conversation context by supporting replies to threads.
- Boosts engagement through rich formatting and interactive message features.
Description
Send a message to a public or private channel. See the documentation
Parameters
10 parameters
| Name | Type | Description |
|---|---|---|
| conversationrequired | string | Select a public or private channel |
| textrequired | string | Text of the message to send (see Slack's formatting docs). This field is usually necessary, unless you're providing only attachments instead. |
| mrkdwn | boolean |
|
| as_user | boolean | Optionally pass |
| post_at | string | Messages can only be scheduled up to 120 days in advance, and cannot be scheduled for the past. The datetime should be in ISO 8601 format. (Example: |
| include_sent_via_pipedream_flag | boolean | Defaults to |
| customizeBotSettings | boolean | Customize the username and/or icon of the Bot |
| replyToThread | boolean | Reply to an existing thread |
| addMessageMetadata | boolean | Set the metadata event type and payload |
| configureUnfurlSettings | boolean | Configure settings for unfurling links and media |