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
Body
The updated name of the email blast. Can be omitted
The updated segment of the email blast. Can be omitted
The updated enrolled customer IDs of the email blast. Can be omitted
The updated excluded customer IDs of the email blast
The email address used to send emails in the email blast. Will be the ID of an email-like object
The scheduled time of the email blast in ISO 8601 format
The ID of the email template to use for the email blast
Response
The updated 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