VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/discord-poster

โ‡ฑ Discord Bot Poster ยท Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Send automated messages to Discord servers using your bot token. Perfect for announcements, scheduled posts, community updates, and marketing automation. Simple Messages, Rich Embeds, Multi-Channel, Mentions, Batch Messaging & 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

4

Total users

0

Monthly active users

2 months ago

Last modified

Share

Discord Bot Poster - Send Messages to Discord Channels

Send automated messages to Discord channels using your bot token. Supports plain text, rich embeds with images and custom colors, multi-channel posting, role/user mentions, batch messaging, and validation mode to check bot permissions before posting.

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 Discord bot token from the Discord Developer Portal. Create one at https://discord.com/developers/applications

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,
"embedUrl":"https://example.com",
"embedImageUrl":"https://example.com",
"embedThumbnailUrl":"https://example.com"
}

Run with real data

{
"demoMode":false,
"botToken":"YOUR_API_KEY_HERE",
"embedColor":"#5865F2",
"embedUrl":"https://example.com",
"embedImageUrl":"https://example.com",
"embedThumbnailUrl":"https://example.com",
"mentionEveryone":false,
"suppressEmbeds":false,
"tts":false,
"validateOnly":false,
"utmTracking":{
"enabled":true
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
botTokenstring-Yes*Your Discord bot token from the Discord Developer Portal. Create one at https://discord.com/developers/applications
channelIdstring-NoThe Discord channel ID to post to. Right-click the channel and select 'Copy Channel ID' (requires Developer Mode enabled)
channelIdsarray-NoPost to multiple channels at once. One channel ID per line.
messagestring-NoThe text message to send. Supports Discord markdown formatting.
messagesarray-NoSend multiple messages in sequence. Each message on a new line.
embedTitlestring-NoTitle for a rich embed message (optional)
embedDescriptionstring-NoDescription text for the embed (optional)
embedColorstring"#5865F2"NoHex color for the embed sidebar (e.g., #FF5733)
embedUrlstring-NoURL that the embed title links to
embedImageUrlstring-NoURL of an image to display in the embed
embedThumbnailUrlstring-NoURL of a thumbnail image for the embed
embedFooterstring-NoFooter text for the embed
embedFieldsarray-NoAdditional fields for the embed. Format: name/value/inline (one per line)
mentionRolesarray-NoRole IDs to mention in the message (will ping users with these roles)
mentionUsersarray-NoUser IDs to mention in the message
mentionEveryonebooleanfalseNoInclude @everyone mention (requires permission)
suppressEmbedsbooleanfalseNoPrevent URLs in the message from generating preview embeds
ttsbooleanfalseNoSend as a TTS (text-to-speech) message
validateOnlybooleanfalseNoOnly validate bot access to channels without sending messages
demoModebooleantrueNoRun with sample data to test the actor without a bot token
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.
utmTrackingobject{"enabled":true}NoEnable UTM tracking parameters on embed URLs for analytics. Default: { enabled: true } - will auto-add utm_source=discord, utm_medium=social, utm_campaign=discord_post_YYYYMMDD

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Message SentCharged per message successfully sent to a Discord channel$0.01
Rich Embed SentCharged per rich embed message with custom formatting$0.01
Channel ValidatedCharged per channel access validation check$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

You might also like

Slack Bot Poster

alizarin_refrigerator-owner/slack-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

Discord Channel Messages Scraper

felt/discord-message-scraper

Scraping messages from Discord channels.

Discord Message Scraper

jungle_synthesizer/discord-message-scraper

Scrape messages from Discord channels

๐Ÿ‘ User avatar

BowTiedRaccoon

223

Discord Scraper (Members and Messages)

curious_coder/discord-data-scraper

Scrape discord server members and messages with attachments from any channel.

1.2K

4.6

Discord Message Scraper

khadinakbar/discord-message-scraper

Scrape Discord channel & DM messages via the official API with your own bot or user token โ€” content, author, timestamps, attachments, reactions, replies. HTTP-only, MCP-ready.

Whatsapp Business Poster

alizarin_refrigerator-owner/whatsapp-business-poster

Send automated WhatsApp messages via the official Cloud API. Perfect for customer notifications, appointment reminders, order updates & marketing campaigns. Text Messages, Template Messages, Media Messages, Interactive Messages, Multi-Recipient, Demo Test the actor without sending real messages

Messaging Platform MCP Server

alizarin_refrigerator-owner/messaging-mcp-server

Model Context Protocol (MCP) server providing unified access to Discord, Slack, Telegram & WhatsApp messaging. Perfect for AI assistants that need to send notifications, alerts or messages across platforms. Multi-Platform Support, Unified Interface, MCP Compatible, Rich Messages Embeds Demo Mode

Discord Message Scraper

harvestedge/discord-message-scraper

Scrape Discord messages effortlessly with this Apify actor. Extract channel data, attachments, and embeds with customizable settings. Try now!

10

Discord Servers Scraper

easyapi/discord-servers-scraper

Effortlessly scrape Discord server data from Discord's discovery page. Get detailed information about servers including member counts, categories, and features. Perfect for market research, community analysis, and discovering trending Discord communities. ๐ŸŽฎโœจ

Related articles

How to use the Discord API in Python
Read more