Docs / Send Template Email
Send Template Email
Sending generated email from specific template. You will need to provide used placeholders in template and specify the language.
POST /external/send_email_tpl/
Request Payload
{ "recipient": "[email protected]", "tpl": "tpl slug", "lang": "en", "sender": "from me <[email protected]>", "idempotency_key": "xxxxxx", "params": { "prop1": "value" }, "auth": { "username": "Username", "password": "Password" } }
Response Payload
{ "ok": true, "error_code": "error code", "error": "error details" }