Messaging Templates
Get All Templates
Query Parameters
Parameter
Type
Required
Description
Example Request
curl -X GET "https://api.welkinhealth.com/acme/live/messaging-templates?channel=SMS" \
-H "Authorization: Bearer {access_token}"Example Response
[
{
"id": "tmpl_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "appointment_reminder",
"label": "Appointment Reminder",
"channel": "SMS",
"body": "Hi {{patientFirstName}}, reminder: appointment on {{appointmentDate}} at {{appointmentTime}} with {{providerName}}. Reply STOP to opt out.",
"variables": ["patientFirstName", "appointmentDate", "appointmentTime", "providerName"],
"active": true,
"createdAt": "2026-01-15T00:00:00Z"
}
]Get Template by Name
Path Parameters
Parameter
Type
Required
Description
Example Request
Example Response
Template Variable Syntax
Variable Source
Examples
Template Object
Field
Type
Description
Last updated
Was this helpful?