Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the email blast
Response
The stopped EmailBlast
object
The ID of the email blast
The name of the email blast
The email template associated with the email blast. If this is not null, one_off_email_template
will be null
The one-off email template associated with the email blast. If this is not null, email_template
will be null
The manually set subject of the email blast
The template JSON of the email blast
The customers enrolled in the email blast
The customers excluded from the email blast
The segment attached to the email blast
The email address used to send the email blast. Will be the ID of an email-address-like object
The status of the email blast. One of "draft", "scheduled", "started", or "stopped"
The time when the email blast is scheduled to start in ISO 8601 format