Description of your new file.
Syntax | Example | Source of Value | Required in API/Pre-call Variables? |
---|---|---|---|
variable_name | customer_name | Dynamic API response or Pre-call variable | Yes |
variable_name | user_selected_option | Extracted directly from the User’s Message | No |
{{var}}
, { %if% }
) are correctly formatted. {{...}}
must have a corresponding value provided either from the dynamic API or pre-call variables. Condition | Save / Test Buttons | System Message |
---|---|---|
Valid Syntax | ✅ Enabled | – |
Invalid Jinja Syntax | 🛑 Disabled | ”Invalid Jinja syntax.” |
Variable Missing at Runtime (Variable not in API/pre-call data) | ✅ Enabled (Save works) | “Call triggered failed.” (Error during the call) |
{% if %}
, {% elif %}
, {% else %}
), significantly optimizes your prompts.