Email Log Detail
GET /v1/conversations/emails/:idPath Parameters
Parameter
Type
Description
Response
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"subject": "Re: Booking confirmation #12345",
"sender": "guest@example.com",
"status": "draft_created",
"timestamp": "2026-03-10T14:30:00.000Z",
"draft": {
"id": "660e8400-e29b-41d4-a716-446655440000",
"subject": "Re: Booking confirmation #12345",
"body": "Dear Guest,\n\nThank you for your booking...",
"status": "draft",
"draft_created_at": "2026-03-10T14:30:05.000Z",
"sent_at": null
}
}
}Response Fields
Field
Type
Description
Draft Object
Field
Type
Description
Errors
Status
Error
Description
Example
Last updated