Email & Newsletters
OmniVocal creates a Brevo email campaign and dispatches it immediately to your contact list. Markdown is converted to responsive HTML — no template required.
Log in to app.brevo.com → Settings → SMTP & API → API Keys → Create a new API key with full permissions.
Verify a sender email under Senders & Domains.
Create a contact list (or use an existing one) and note its numeric list ID.
In OmniVocal Dashboard → Channels → Brevo, fill in all four fields.
Broadcast with target channel "brevo". A campaign is created and sent immediately.
Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:
{
"content": {
"title": "This week in AI tooling",
"body": "## Highlights\n\n- Ghost integration shipped\n- Mastodon support added...",
"canonical_url": "https://omnivocal.io/newsletter/march"
},
"targets": [{ "channel": "brevo" }]
}