Email Sendgrid
Send email
Example:

POST https://new-third-party.importir.com/api/email/send-message
Request Body
Name
Type
Description
platform_name*
String
example: deoapp.com
recipient_email*
String
destination email
recipient_name*
String
cc*
Array
example: []
subject*
String
The email subject
title*
String
The email title
message
String
Example: <h1>halo</h1>
{
"status": true,
"message": "success send email"
}Last updated