Retrieve an automated email

Retrieves the details of an existing automated email.

GET/v3/automated-emails/{id}
JWT
automatedEmail:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the automated email.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "fromName": "string",
  "fromEmail": "string",
  "cc": "string",
  "bcc": "string",
  "subject": "string",
  "body": "string",
  "replyTo": "string",
  "event": "string",
  "enabled": true,
  "custom": true,
  "sent": 0,
  "productIds": [
    "string"
  ]
}