Email API
V2
V2
  • Getting Started
  • Response Code
    • Response Code
    • Error Message
    • Error Codes
  • Authorization
  • endpoint
    • Sending Message
    • Get Send Email History
    • Get Email Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. endpoint

Sending Message

PreviousAuthorizationNextGet Send Email History

Last updated 9 months ago

HTTP Method : POST

Endpoint URL :

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