Send Email
HTTP Method : POST
Content_Type : application/json
Endpoint URL : https://email.ocatelkom.co.id/api/v1/send-single
FORM DATA:
Property
Type
email
String (Destination Email To)
message
Base64Function(String) (Message body – HTML code)
sender_email
String (Sender email - From)
sender_name
String (Sender name - From)
subject
String (Subject of email)
attachment
file - optional
Response
Property
Type
success
Boolean
msg_id
String
{
"status": true,
"msg_uid": "d3a925xxxxxxxxxxxxd2f2d"
}
Last updated