Blog
Announcing: Email Broadcasts
- Product Updates
- Broadcasts
Send newsletters, product updates, and announcements to many recipients from the Pingram dashboard or API, with filters, personalization, and delivery metrics.

Pingram now supports email broadcasts: one campaign, many recipients. Use them for newsletters, product updates, and announcements — from the dashboard or the API.
The Problem
Transactional email is a one-to-one send. Campaigns are different: you need an audience, a draft you can edit, a schedule, and a way to see who received, opened, or unsubscribed. Until now that meant another tool.
The Solution
Broadcasts are first-class in Pingram:
- Create a draft in the Broadcast tab, or with
POST /broadcasts - Target identified users with a filter (for example
properties.plan = pro), or pass a list of email addresses - Personalize subject and HTML per recipient with Liquid mergetags such as
{{ user.properties.firstname }} - Include
{{ pingram.unsubscribe }}so recipients can opt out of that notification type - Send immediately or schedule for later, then track delivered, opened, clicked, bounced, and unsubscribed
The same workflow is available from the API, MCP, CLIs, and other integrations. For example, ask your agent:
Draft a product update broadcast for Pro users about what we shipped in August. I’ll review it in the dashboard before sending.
Getting Started
Open Broadcast in the dashboard, or ask your AI to draft a broadcast using Pingram — then review it in the dashboard before you send.
To learn more, see the broadcast documentation.