Email blasts

Update an email blast

post/email_blasts/{id}

Path parameters

idstring required

The ID of the email blast

Request body

namestring

The updated name of the email blast. Can be omitted

segmentstring nullable

The updated segment of the email blast. Can be omitted

enrolled_customersstring[]

The updated enrolled customer IDs of the email blast. Can be omitted

excluded_customersstring[]

The updated excluded customer IDs of the email blast

email_addressstring nullable

The email address used to send emails in the email blast. Will be the ID of an email-like object

scheduled_atstring nullable

The scheduled time of the email blast in ISO 8601 format

email_templatestring nullable

The ID of the email template to use for the email blast

Response

The updated EmailBlast object

idstring required

The ID of the email blast

namestring required

The name of the email blast

created_atstring required

The time when the email blast was created in ISO 8601 format

email_templatestring nullable required

The email template associated with the email blast

statusstring required

The status of the email blast. One of "draft", "scheduled", "started", or "stopped"

scheduled_atstring nullable required

The time when the email blast is scheduled to start in ISO 8601 format

segmentstring nullable required

The segment attached to the email blast

email_addressstring nullable required

The email address used to send the email blast. Will be the ID of an email-address-like object

enrolled_customersstring[]

The customers enrolled in the email blast

excluded_customersstring[]

The customers excluded from the email blast

attributed_revenuestring nullable required

The revenue attributed to the email blast

Changes