For the complete documentation index, see llms.txt. This page is also available as Markdown.

Campaigns

Bulk email sends to a chosen audience.

Where: Email β†’ Campaigns Β· /projects/<project>/emails/campaigns

A campaign is a bulk send: one template delivered to a chosen audience β€” all users, specific users, raw email addresses, or records from a database collection. Campaigns run in batches, and every batch and message is tracked.

Email β†’ Campaigns.

What you can do here

The list shows each campaign's Created On, Status, Strategy, Template, and Integration, and refreshes itself while campaigns run. Filter by Campaign ID (cmp_4RXMBq6T24SOIilOBtkao9), Template ID (tmpl_5Rf3EKWEKMsihdBkPAcK0), a recipient's email address, or a date range.

Create Campaign opens the create form: pick the template and the audience (the same delivery-settings model used by triggers), optionally schedule it with timezone-aware delivery, and send. Open a campaign to see its details β€” batches, per-message status, statistics, and the Stop action for a running one.

Use it from code

Notifications β†’ Email.

API reference

Endpoints: Get Email Campaigns, Create Email Campaign.

Last updated