v2
latestOpenAPI 3.1.02026-07-31515292.8 KBCreate Patient Batch Calls
post/api/v0/patient-calls/batch-calls
Headers
Idempotency-Keystring
Request body
Example request
[
{
"patient_name": "Alex Martin",
"patient_phone": "+14155552671",
"desired_call_ts": "2024-03-19T14:30:00Z",
"call_script_id": "script_abc123",
"external_id": "provider_123",
"metadata": {
"medication": "Atorvastatin",
"appointment_date": "04-01-2024"
},
"voicemail_script": "Hi, this is Riverside Family Medicine calling about your prescription refill. Please call us back at 555-0100."
}
]Response
Successful Response