Instagram: messages and publishing — Coming soon

Coming soon: Instagram DMs land in your Sendio inbox and posts (feed, stories, reels) go out from the same place. Pending Meta App Review; same workspace and billing as the rest of your channels.

Key features

Instagram

Brand direct messages (coming soon)
Instagram Publishing — feed, stories, reels (coming soon)
Images and videos
Story replies and mentions
Interactive quick replies
Facebook Pages integration

TECHNICAL DETAILS — NEED AN API?

Send a message with a single call

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

Instagram DMs lands on Sendio in 2026 — same unified schema and same API key as the rest of Messaging. Currently pending Meta App Review (instagram_business_manage_messages scope). Once live: brand messaging, media, story replies and quick replies, with native idempotency.

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": "@brand_account",
    "payload": {
      "type": "text",
      "text": "Hello from Sendio!"
    }
  }'

View docs

Available on these plans

Free

$0/mo

Developer

$19/mo

Starter

$79/mo

Professional

$229/mo

Included

Scale

$699/mo

Included

Try Sendio for free

500 free messages per month. No credit card required.

Instagram API — Sendio — Sendio