Retrieve an automated email event log

Retrieves the details of an existing automated email event log.

GET/v3/automated-email-event-logs/{id}
JWT
automatedEmailEventLog:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the automated email event log.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "fromName": "string",
  "fromEmail": "string",
  "cc": "string",
  "bcc": "string",
  "toName": "string",
  "toEmail": "string",
  "subject": "string",
  "body": "string",
  "replyTo": "string",
  "event": "string",
  "attempts": 0,
  "status": "pending",
  "lastAttemptedAt": "2019-08-24T14:15:22Z",
  "errorMessage": "string",
  "automatedEmailId": "string"
}