Documentation Index
Fetch the complete documentation index at: https://docs.leavo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Templates can be associated with specific cadence steps to send official WhatsApp Business messages. This is especially useful for re-engaging leads after the 24-hour window.Create Association
| Field | Type | Required | Description |
|---|---|---|---|
cadence_id | UUID | Yes | Cadence ID |
step_index | integer | Yes | Step index in the cadence |
message_index | integer | Yes | Message index in the step |
template_id | UUID | Yes | Template ID (must be APPROVED) |
parameter_mapping | object | No | Template parameter mapping |
List Cadence Associations
Update Parameter Mapping
Remove Association
Available Variables
Use these variables inparameter_mapping to personalize messages:
| Variable | Description |
|---|---|
{{LEAD_NAME}} | Lead’s full name |
{{LEAD_FIRSTNAME}} | Lead’s first name |
{{LEAD_NUMBER}} | Lead’s phone number |
{{COMPANY_NAME}} | Lead’s company name |
{{LEAD_FIELD_KEY}} | Custom field value (replace KEY with the field key) |