Welcome
Core Concepts
The Email Template object
The schema is of type object
.
Copy
{
"id": "<string>",
"name": "<string>",
"subject": "<string>",
"body": "<string>",
"template_json": "<any>",
"template_html": "<string>",
"attachments": [
{
"content": "<string>",
"name": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.