post/v1/emails/batch

Request body

fromstring required
subjectstring

Optional when templateId is provided

templateIdstring

ID of a template from the dashboard

variablesobject
textstring nullable
htmlstring nullable
headersobject

Custom headers to included with the emails

scheduledAtstring date-time
inReplyToIdstring nullable

Response

List of successfully created email IDs

Changes