emails
Send email with design or HTML.
Send email with design JSON or HTML content.
post/emails/v1/send
Request body
Example request
{
"design": {
"counters": {
"u_row": 1,
"u_column": 1,
"u_content_text": 1
},
"body": {
"rows": [
{
"cells": [
1
],
"columns": [
{
"contents": [
{
"type": "text",
"values": {
"text": "Hello World"
}
}
]
}
]
}
]
}
}
}Response
Default Response