OmniVocal by Microcorp

Team messaging

OmniVocal + Discord

OmniVocal posts a rich Discord embed (title, description, color, link) to any Discord channel via a webhook URL. Great for notifying a developer community or internal server.

What you'll need

  • Discord Webhook URL — Channel Settings → Integrations → Webhooks → New Webhook → Copy Webhook URL. Starts with https://discord.com/api/webhooks/.

Setup guide

  1. 1

    Open your Discord server, right-click the target channel → Edit Channel.

  2. 2

    Go to Integrations → Webhooks → New Webhook.

  3. 3

    Name the webhook "OmniVocal" and click Copy Webhook URL.

  4. 4

    In OmniVocal Dashboard → Channels → Discord, paste the webhook URL.

  5. 5

    Broadcast with target channel "discord".

Example broadcast call

Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:

{
  "content": {
    "title": "New tutorial: Deploy a Worker in 10min",
    "body": "Step-by-step guide to shipping a Cloudflare Worker from scratch.",
    "canonical_url": "https://omnivocal.io/tutorials/worker"
  },
  "targets": [{ "channel": "discord" }]
}

Tips & notes

  • Discord natively renders Markdown in embed descriptions.
  • Embeds use OmniVocal indigo (#4F46E5) for the accent color.
  • The title becomes a clickable link when canonical_url is set.