/broadcastEmails/{emailMessageId}

Retrieves a specific email message

Description

This endpoint returns details on an email message. Note that every email message has one or more variants. Each variant represents a different email message sent to a segment of the overall email audience, as in an A/B testing scenario.

The optional $expand=statistics parameter provides additional statistics about the email message, summed over all variants.

Response

This endpoint responds with details of a sent email message as arrays with the following properties.

KeyValue
emailMessageIdUnique identifier of email message
nameName of email message
variantsA collection of objects with the following properties:

emailMessageVariantId | Unique identifier of email message variant
name | Name of email message variant
subject | Subject of email message variant
statisticsSummary statistics about the email message, summed up over all the variants, as objects with the following properties:

recipients | Total number of email message recipients
opens | Number of email message recipients who opened the email
clicks | Number of email message recipients who clicked on a link
unsubscribes | Number of email message recipients who have opted out from your email list
bounces | Number of email message recipients who are marked as undeliverable
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!