Slack Bot Poster
Pricing
from $0.01 / 1,000 results
Slack Bot Poster
Send automated messages to Slack workspaces using your bot token. Perfect for notifications, alerts, scheduled updates, and team automation. Simple Message. Rich Blocks, Attachments, Multi-Channel, Thread Replies, Custom Branding & Validation Mode
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Send automated messages to Slack channels using your bot token. Perfect for notifications, alerts, and automated team updates.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: Your Slack Bot OAuth Token (starts with xoxb-). Get one from https://api.slack.com/apps
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true,"unfurlLinks": "https://example.com","unfurlMedia": "https://example.com","iconUrl": "https://example.com"}
Run with real data
{"demoMode": false,"botToken": "YOUR_API_KEY_HERE","replyBroadcast": false,"unfurlLinks": true,"unfurlMedia": true,"mrkdwn": true,"iconUrl": "https://example.com","validateOnly": false}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
botToken | string | - | Yes* | Your Slack Bot OAuth Token (starts with xoxb-). Get one from https://api.slack.com/apps |
channelId | string | - | No | The Slack channel ID to post to (e.g., C1234567890). Right-click channel > Copy Link to get ID |
channelIds | array | - | No | Post to multiple channels at once |
message | string | - | No | The message text to post. Supports Slack markdown (bold, italic, links) |
messages | array | - | No | Send multiple messages in sequence |
blocks | string | - | No | Rich message layout using Slack Block Kit (JSON array). See: https://api.slack.com/block-kit |
attachments | string | - | No | Legacy attachments for colored sidebars and fields (JSON array) |
threadTs | string | - | No | Reply to a specific message thread (message timestamp like 1234567890.123456) |
replyBroadcast | boolean | false | No | When replying to a thread, also post to the channel |
unfurlLinks | boolean | true | No | Enable link previews in the message |
unfurlMedia | boolean | true | No | Enable media previews (images, videos) in the message |
mrkdwn | boolean | true | No | Enable Slack markdown formatting (bold, italic, etc.) |
iconEmoji | string | - | No | Override the bot icon with an emoji (e.g., :robot_face:) |
iconUrl | string | - | No | Override the bot icon with a custom image URL |
username | string | - | No | Override the bot display name for this message |
validateOnly | boolean | false | No | Test channel access without posting messages |
demoMode | boolean | true | No | Run with sample data without requiring credentials |
webhookUrl | string | - | No | URL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows. |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Message Sent | Each message posted to Slack | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal
