Email & Newsletters
OmniVocal publishes a post to Beehiiv and sends it to all free subscribers immediately. Markdown is converted to HTML, and content_tags are passed through for categorisation.
Log in to app.beehiiv.com → Settings → API → Generate API Key.
Copy your publication ID from the dashboard URL.
In OmniVocal Dashboard → Channels → Beehiiv, enter the API key and publication ID.
Broadcast with target channel "beehiiv". The post is published and sent immediately.
Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:
{
"content": {
"title": "Dev Log #3 — Ghost and Mastodon",
"body": "## What shipped this week\n\nWe added two new channels...",
"tags": ["devlog", "product"],
"canonical_url": "https://omnivocal.io/devlog/3"
},
"targets": [{ "channel": "beehiiv" }]
}