invalid_variables
Template body or header variables do not match the approved template schema.
What to do
- Fetch the template via
GET /v1/templates(or dashboard) and match positional{{1}},{{2}}, … counts. - Send all required body variables as strings; empty strings are usually invalid.
- For media headers, provide a public HTTPS URL that matches the header component type.
- Do not invent extra variables beyond the template definition.
- Fix the request body and retry with a new
Idempotency-Keyif the previous accept never created a message.