Emails
Send Bulk Emails
Send bulk merge email. Required Access Level: SendHttp
post/emails
Request body
Example request
{
"Recipients": [
{
"Email": "mail@example.com",
"Fields": {
"city": "New York",
"age": "34"
}
}
],
"Content": {
"Merge": {
"city": "New York",
"age": "34"
},
"Headers": {
"city": "New York",
"age": "34"
},
"EnvelopeFrom": "John Doe <email@domain.com>",
"From": "John Doe <email@domain.com>",
"ReplyTo": "John Doe <email@domain.com>",
"Subject": "Hello!",
"TemplateName": "Template01",
"AttachFiles": [
"preuploaded.jpg"
]
},
"Options": {
"PoolName": "My Custom Pool",
"ChannelName": "Channel01"
}
}Response
OK
Example response
{
"TransactionID": "TransactionID",
"MessageID": "-HHGPM_9RPhSMiaJq_ab4g3"
}