Email Campaigns
Send Bulk Campaign
Send a campaign to a list of resolved recipient IDs
POST
An alternative to Send Campaign for when you already have a flat list of recipient IDs rather than contact list or segment IDs.
Recipient IDs must follow the format
customer_<email> or form_customer_<email>. IDs with a member_ prefix are not supported by this endpoint — use recipient_list_ids in the standard send endpoint instead.
Headers
Bearer YOUR_API_KEYYour project UUID. Not required if the API key already encodes the project.
Request Body
Campaign display name
Email subject line
HTML email body
Array of recipient IDs. Supported formats:
customer_alice@example.comform_customer_alice@example.com
ISO 8601 datetime to schedule delivery. Omit to send immediately.
Optional file attachments — same shape as Send Campaign