Sending Message

HTTP Method : POST

Endpoint URL : https://webapigw.ocatelkom.co.id/email/v2/send-single

Form Data (Body)

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

{
    "success": true,
    "msg_id": "xxxa557f4e7e8de9jxxxx"
}

Last updated