Slack Bot Poster avatar

Slack Bot Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Slack Bot Poster

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

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

ParameterTypeDefaultRequiredDescription
botTokenstring-Yes*Your Slack Bot OAuth Token (starts with xoxb-). Get one from https://api.slack.com/apps
channelIdstring-NoThe Slack channel ID to post to (e.g., C1234567890). Right-click channel > Copy Link to get ID
channelIdsarray-NoPost to multiple channels at once
messagestring-NoThe message text to post. Supports Slack markdown (bold, italic, links)
messagesarray-NoSend multiple messages in sequence
blocksstring-NoRich message layout using Slack Block Kit (JSON array). See: https://api.slack.com/block-kit
attachmentsstring-NoLegacy attachments for colored sidebars and fields (JSON array)
threadTsstring-NoReply to a specific message thread (message timestamp like 1234567890.123456)
replyBroadcastbooleanfalseNoWhen replying to a thread, also post to the channel
unfurlLinksbooleantrueNoEnable link previews in the message
unfurlMediabooleantrueNoEnable media previews (images, videos) in the message
mrkdwnbooleantrueNoEnable Slack markdown formatting (bold, italic, etc.)
iconEmojistring-NoOverride the bot icon with an emoji (e.g., :robot_face:)
iconUrlstring-NoOverride the bot icon with a custom image URL
usernamestring-NoOverride the bot display name for this message
validateOnlybooleanfalseNoTest channel access without posting messages
demoModebooleantrueNoRun with sample data without requiring credentials
webhookUrlstring-NoURL 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:

EventDescriptionPrice
Message SentEach 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