Transmissions
The Transmissions endpoint lets you send email. Each transmission can send an email to a single recipient or thousands. Reach Email API generates and sends messages using the options you've defined, a list of recipients, and the content given in transmissions call.
When creating a transmission, the options allow you to configure engagement tracking, sending optimization, global substitution data, and more to control how your emails are sent.
To set the recipients you can include all recipients in the request or use a stored recipient list. For each recipient, you can specify metadata and substitution data to personalize each email. You can also set the transmission to treat certain recipients as CC'd or BCC'd.
The content of the messages can be set in 4 different ways: inline content, a stored template, an A/B test, or raw RFC822 content. Each method has different use cases they are best suited for. All of these types of content can use the substitution data and metadata to create a unique message for each recipient.
Create a new email transmission. A transmission is a collection of recipients and email content.
Note: The transmission content (text + html + attachments + inline images) is limited to 20 MBs.
Sending Modes:
- Using stored templates (recommended)
- Using inline content
- Using RFC822 content
- Using A/B test
The ID of the workspace
Maximum number of recipient errors to return
Recipients of the transmission. Can be an array of recipients or a stored recipient list.
Content used to generate the messages. Must be one of: inline content, stored template, A/B test, or RFC822 content
Name of the campaign
christmas_campaign
Transmission level metadata. Metadata is available in Webhook events and can also be used in the template language. Recipient metadata takes precedence over transmission metadata. Maximum length - 10KB.
Description of the transmission
Christmas Campaign Email
Key/value pairs that are provided to the substitution engine. Recipient substitution data takes precedence over transmission substitution data. Maximum length - 100KB.
{"sender":"Big Store Team","holiday_name":"Christmas"}
Delete all scheduled transmissions in a campaign. The deletion process happens asynchronously in the background.
Notes:
- Returns 204 immediately and processes deletion in background
- When a message is deleted, a bounce event is generated with reason "554 5.7.1 [internal] Campaign cancelled"
- Events can be tracked via Events API and Event Webhooks
- Statistics available via Metrics API
- For subaccount transmissions, request must be made as the subaccount
The ID of the workspace
ID of the campaign to delete scheduled transmissions from
christmas_campaign
No body
Last updated
Was this helpful?