Email API
V1
V1
  • Getting Started
  • Response Code
    • HTTP Status Codes
    • Error Messages
    • Error Codes
  • Authentication
  • Endpoint
    • Send Email
    • Email History
    • Email Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. Endpoint

Send Email

PreviousAuthenticationNextEmail History

Last updated 9 months ago

HTTP Method : POST

Content_Type : application/json

Endpoint URL :

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"
}
https://email.ocatelkom.co.id/api/v1/send-single