Audience → Campaigns lists every email blast. Create a draft, write content with the AI-assisted editor, send or schedule to active subscribers, then review stats.
Campaign list
Audience → Campaigns shows all campaigns with status:
Top clicked links — one row per destination and element (image, button, text link, footer), so a hero image and a CTA to the same URL are counted separately
Recipients table — filter all / opened / clicked / ignored
Unsubscribe reasons — aggregate counts only
Resend options — remaining subscribers who never received, or follow-up to non-openers
Preview email shows the rendered message and headers.
Publish to site
From the campaigns list, open the row ⋯ menu on any sent campaign and choose Publish to site to convert the email into a native MDX page on a site. Campaigns tied to one site publish there in one click. Org-wide sends (audience across all sites, with no campaign site) open a host-site picker on first publish — choose which site should own the archive page. If your organization has only one site, it is preselected. After a page exists, Republish to site reuses that host site without asking again.
You cannot move an archive to a different site silently — publishing to another site while a page already exists returns an error. Remove from site first if you need to host it elsewhere.
Aveiro creates a newsletters collection folder (if missing), sorted newest-first, and files the page there — with a per-segment subfolder when the campaign targeted a segment. Segments narrow who received the send; they do not choose the host site.
The conversion is lossy by design so the page inherits your site theme:
Email spacers, per-block spacing, alignment, and brand styles are dropped
Multi-column layouts flatten left-to-right into a single column
Visual-editor campaigns convert cleanly; HTML-only campaigns (from agents or API) are parsed into headings, text, images, buttons, and dividers before conversion
Buttons and images become editable MDX (<Button>, markdown images)
Page metadata carries the campaign subject, preview text, sent date, the segment name as a tag, and the first email image as cover art.
Republish to site overwrites the same linked page — touch it up in the site editor between republishes if you want. Remove unpublishes and deletes the generated page.
Publishing goes live when your plan and site publish gates allow; otherwise Aveiro saves a draft you can publish from the site editor.
Dashboard-only — agents cannot publish newsletters to the site via /api/v1.
Use a Collection block on an index page to list archived newsletters like any other folder content.
Campaign actions
From the list menu:
Edit — drafts and reschedulable campaigns only
Send / Reschedule
Stats — sent campaigns
Duplicate — copy as new draft
Publish to site / Republish to site / Remove from site — sent campaigns (list row menu; org-wide sends pick a host site on first publish)
Delete — remove draft or history entry
Cancel Schedule to return a campaign to draft for editing.
Credits and limits
Each recipient counts against monthly email credits shown on Audience Overview. Test sends and welcome emails also consume credits unless your plan says otherwise.
Agents and API
AI agents and CI scripts can list campaigns, draft and revise copy, and read analytics via /api/v1/campaigns and aveiro_newsletter_* MCP tools — when the token includes newsletter:read and newsletter:write.
Send, schedule, and test sends stay dashboard-only. There is no API scope that grants send.