Email History

HTTP Method : GET

Endpoint URL : https://email.ocatelkom.co.id/api/v1/email/history

Response : In Array/LIst

PropertyType

email

String (Destination Email)

message_body

String

created_at

ISO Date

status

String (status of email. opened, delivered, failed, etc)

msg_id

String

[
    {
        "email": "ocaxxxxx@gxxx.com",
        "message_body": "<h1>Oca Message</h1>",
        "created_at": "2020-03-10T11:00:00.000Z",
        "status": "delivered",
        "msg_id": "xxxxhu7f900sdr8xxxx"
    },
    {
        "email": "ocaxxxxx@gxxx.com",
        "message_body": "<p>Oca Message</p>",
        "created_at": "2020-03-10T11:00:00.000Z",
        "status": "opened",
        "msg_id": "xxxxhu7f900sdr8xxxx"
    },
]

Last updated