Get the personalized content of a sent transactional email
GET {{baseUrl}}/smtp/emails/:uuid
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"email":"abc@example.com","subject":"Summer Camps","templateId":12,"date":"2016-02-25T11:53:26.000Z","events":[{"name":"sent","time":"2016-02-25T11:53:26.000Z"},{"name":"delivered","time":"2016-02-25T11:55:26.000Z"},{"name":"opened","time":"2016-02-26T09:53:26.000Z"}],"body":"\u003c!DOCTYPE html\u003e \u003chtml\u003e \u003cbody\u003e \u003ch1\u003eGreetings from the team\u003c/h1\u003e \u003cp\u003eThis is the actual html content sent\u003c/p\u003e \u003c/body\u003e \u003c/html\u003e"}