Team messaging
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.
Open your Discord server, right-click the target channel → Edit Channel.
Go to Integrations → Webhooks → New Webhook.
Name the webhook "OmniVocal" and click Copy Webhook URL.
In OmniVocal Dashboard → Channels → Discord, paste the webhook URL.
Broadcast with target channel "discord".
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" }]
}