WabaVariable
A variable placeholder in a WABA template, filled at send time from a lead or contact field.
sourceSource
Whether the value comes from the lead or the contact.
Possible values: [lead, contact]
Default value:
leadkeyKeyrequired
The field key to read the value from.
WabaVariable
{
"source": "lead",
"key": "string"
}