Overview
The Send Slack Message node posts messages to Slack via an incoming webhook. Use it to notify channels about events, errors, or summaries.Description
Provide a Slack webhook URL and message content. Optionally pass blocks/attachments as JSON-encoded strings for rich formatting.Input Parameters
- webhookUrl Slack incoming webhook URL.
- username Optional display name to show as the message sender.
- message Main text content.
- attachments JSON-encoded Slack blocks/attachments for rich messages.
- Provide flat key-value pairs; use JSON-encoded strings for complex fields.
Output Parameters
- deliveryTime ISO timestamp of request completion.
-
deliveryStatus
successorfailed. - responseStatus HTTP status code.
Output Type
Output Type: JSONExample Usage
Input:How to Use in a No-Code Workflow
- Add the Node Place the Send Slack Message node in your notification flow.
-
Map Inputs
Provide
webhookUrlandmessage, optionally pass blocks/attachments. -
Check Outputs
Confirm
deliveryStatusandresponseStatus.
Best Practices
- Prefer blocks for structured messages.
- Do not include secrets in payloads.
- Consider channel-specific webhooks for access control.
Common Errors
- “invalid_payload” Ensure your JSON matches Slack’s schema.
- “channel_not_found” Check webhook permissions and channel name.

