Communication API
Send Communication
Request Body
Field
Type
Required
Description
Example Request
curl -X POST "https://api.welkinhealth.com/acme/live/communications" \
-H "Authorization: Bearer {access_token}" \
-H "Content-Type: application/json" \
-d '{
"patientId": "pt_7f3a9b2c-1d4e-4f8a-b5c6-d7e8f9a0b1c2",
"channel": "SMS",
"templateName": "appointment_reminder",
"templateVariables": {
"appointmentDate": "March 25, 2026",
"appointmentTime": "2:00 PM PST",
"providerName": "Dr. Smith"
},
"senderId": "usr_1a2b3c4d-5e6f-7890-abcd-ef1234567890"
}'Example Response
Get Communication Status
Path Parameters
Parameter
Type
Required
Description
Example Request
Example Response
Get Communications for Patient
Query Parameters
Parameter
Type
Required
Description
Example Request
Example Response
Last updated
Was this helpful?