get https://api.myngp.com/v2/broadcastEmails/
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.
Key | Value |
---|---|
emailMessageId | Unique identifier of email message |
name | Name of email message |
variants | A collection of objects with the following properties:emailMessageVariantId | Unique identifier of email message variantname | Name of email message variantsubject | Subject of email message variant |
statistics | Summary statistics about the email message, summed up over all the variants, as objects with the following properties:recipients | Total number of email message recipientsopens | Number of email message recipients who opened the emailclicks | Number of email message recipients who clicked on a linkunsubscribes | Number of email message recipients who have opted out from your email listbounces | Number of email message recipients who are marked as undeliverable |