Discord Bot Poster avatar

Discord Bot Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Discord Bot Poster

Discord Bot Poster

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

3

Total users

0

Monthly active users

19 days 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