Preview how a template will be rendered with sample data.
Preview how a template will render with sample variable values. Use this to test and validate your templates before starting a campaign.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description |
|---|---|---|---|
template | string | Yes | Template string to preview |
variables | object | No | Sample variable values |
| Syntax | Description |
|---|---|
{{variable}} | Insert variable value |
{{variable|filter}} | Apply filter to variable |
{{variable|default('fallback')}} | Use fallback if missing |
| Filter | Description | Example |
|---|---|---|
phone_format | Format phone number | (555) 123-4567 |
title_case | Capitalize words | John Smith |
upper | UPPERCASE | JOHN SMITH |
lower | lowercase | john smith |
default(value) | Fallback value | Use if variable missing |
| Variable | Default Value |
|---|---|
assistant_name | "your assistant" |
company | "our company" |
name | "there" |
appointment_date:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response