Send emails
Emails
Send emails
Send emails to patients and/or staff users by their IDs. Returns sent records and any errors.
POST
Send emails
Authorizations
Marketplace API key
Headers
Target clinic organization ID
Body
application/json
Email sender prefix (becomes @accounts.maxcare.ai)
Example:
"notifications"
Email subject line
Example:
"Your upcoming appointment on March 25"
Email body as raw HTML
Example:
"<h1>Appointment Reminder</h1><p>You have an appointment scheduled for March 25 at 10:00 AM.</p>"
Email type for categorization
Example:
"appointment_reminder"
Patient IDs to send to
Example:
["8de03039-3a9e-417a-b2b3-a8b8df183631"]Staff user IDs to send to
Example:
["1231b6f3-2b4f-4b8f-8eeb-4f7806bc45b0"]Schedule send time (ISO 8601)
Example:
"2026-03-25T10:00:00Z"
