v1
latestOpenAPI 3.0.02026-08-067926202.5 KBSend Email
Send Email API
Send email to recipient(s) using API
post/send-email/process
Request body
Example request
{
"from_email": "sender@example.com",
"subject": "Test Email Subject",
"html_body": "<h1>Hello World</h1><p>This is a test email.</p>",
"text_body": "Hello World\\n\\nThis is a test email."
}Response
Email sent successfully
Example response
{
"code": 200
}