Access email records, drafts, and attachments for patients.
Endpoints
GET Get All Emails
Query Parameters
Parameter
Type
Default
Description
Example Response 200 OK
200 OK{
"data": [
{
"id": "email-uuid",
"patientId": "a1b2c3d4",
"subject": "Care Plan Update",
"direction": "OUTBOUND",
"status": "SENT",
"sentAt": "2026-03-18T11:00:00Z",
"hasAttachment": true
}
]
}GET Get Email by ID
GET Download Email Attachment
Email Drafts
GET Get All Email Drafts
GET Get Email Draft by ID
Last updated
Was this helpful?