E04039 — BroadcastTemplateVariableUnfillable
This template uses a variable that a broadcast has no value for. A broadcast fills in contact properties and nothing else, because that is all it knows about each recipient. Take the variable out of the template, or change it to a contact property, then send the broadcast again.
- HTTP status: 422
- Type: validation_error
- Name: BroadcastTemplateVariableUnfillable
What to do
Edit the template and either remove the variable or change it to a contact property. A contact property can be one of our built-in fields, or a custom property your workspace currently has registered; publishing a version that reads an archived property is refused separately, so only a live property fixes this. Once the template is fixed, send the broadcast again.
Related
- E04xxx — Email sending & delivery: every code in this range
- Errors: the full wire contract, status mapping, and error catalog
- Error handling: branching on type and code, validation details, and vendor_code
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Comprender el conceptoShould I use a Bird SDK or call the API directly?Seguir la ruta de aprendizajeBuild your first integrationGuía de implementaciónSend your first email
Obtener un resumen de implementación