Send email
Example:
POST https://new-third-party.importir.com/api/email/send-message
POST
https://new-third-party.importir.com/api/email/send-message
platform_name*
String
example: deoapp.com
sender_email*
the original email, example: [email protected]
recipient_email*
destination email
recipient_name*
cc*
Array
example: []
subject*
The email subject
title*
The email title
message
Example: <h1>halo</h1>
{ "status": true, "message": "success send email" }
Last updated 2 years ago