Discord for your community

Serve your Discord community from the Sendio inbox, next to the rest of your channels. Messages, embeds and files, with your server connected in minutes.

Key features

Discord

Channel and DM messages
Rich embeds with colors and fields
Files and media
Server management
Reactions and threads
Incoming webhooks

TECHNICAL DETAILS — NEED AN API?

Send a message with a single call

One POST to /api/v1/messages/send/text. No complex SDKs.

Send Discord messages via API with Sendio. One POST to /api/v1/messages/send/text with your connected bot's channelId, rich embeds, files, and DMs. Native idempotency, signed webhooks, and unified API with other channels.

cURL
curl -X POST https://api.sendio.dev/api/v1/messages/send/text \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "channelId": "8f14e45f-ceea-4f3a-9b5d-2c1e7a4d4173",
    "to": "#channel-id",
    "payload": {
      "type": "text",
      "text": "Hello from Sendio!"
    }
  }'

View docs

Available on these plans

Free

$0/mo

Developer

$19/mo

Included

Starter

$79/mo

Included

Professional

$229/mo

Included

Scale

$699/mo

Included

Try Sendio for free

500 free messages per month. No credit card required.

Discord API — Sendio — Sendio