Trigger Conditions
A condition determines when a trigger should fire.
How Conditions Work
A condition is a text description of a situation that AI analyzes in the context of the dialogue.
When the condition is met → trigger actions are executed.
Condition Examples
Detecting Customer Intent
Customer wants to know the priceCustomer is ready to buyCustomer asks to connect with a managerDetecting Issues
Customer complains about qualityCustomer is unhappy with serviceCustomer reports an order problemDetecting Sales Stage
How to Write Conditions
Good Conditions
Specific and clear
Describe one situation
Easy to verify in dialogue context
Examples:
Bad Conditions
Too general
Ambiguous
Hard to verify
Examples:
Compound Conditions
You can combine multiple criteria:
Cancel Message
If the option "Cancel message on condition failure" is enabled:
The condition is checked before sending each message
If the condition is not met — the message is not sent
This is useful for triggers that should only work in a specific context.
Last updated
Was this helpful?