52404: Undefined variable within the notification payload template
NOTIFY
ERROR
The error indicates that there are one or more undefined variables in the provided template of the notification payload.
- Missing variables might have been overlooked during template creation.
- Variables could have been mistyped or not properly declared.
- Check the debugger logs in the console to identify the exact missing variables.
- Ensure that all necessary variables are included in either or both of the per-recipient object and the default variables of the notification request.
- Double-check the spelling and syntax of variables in the template.