Docs / Send Raw Email
Send Raw Email
Sending email without processing on the API side. Use it to send HTML emails to your customers
POST /external/send_email_simple/
Request Payload
{ "recipient": "[email protected]", "subject": "Subject", "body": "Email Content", "sender": "from me <[email protected]>", "idempotency_key": "xxxxxx", "auth": { "username": "Username", "password": "Password" } }
Response Payload
{ "ok": true, "error_code": "error code", "error": "error details" }