Trigger
This tab opens automatically when you select a block type with a trigger function, such as "Start" and "Trigger" blocks.

Trigger
It is recommended to always specify a precise trigger within blocks or build your logic by using the "Variable" field.
Blocks with no trigger specified will trigger on any message from the user (client).

Math type
In this field, the value of the variable is compared to the value being checked.
You can study the topic of variable comparison in detail in this article.
Advanced settings

In the advanced settings, there are the following fields:
Ignore triggers (Phrases to ignore)
Priority
Prevent repeated responses
Callback-Only trigger

Ignore triggers
This field specifies words or phrases that the block will ignore, even if the Trigger matches.
Priority
Priority of block activation (trigger checking). Each element in the builder has its own activation priority. By default, the highest priority is assigned to the Primary Trigger Check block.
Prevent repeated responses
Enable the "Prevent repeated responses" toggle so that the block triggers for the client only one time.


Callback-Only trigger
This toggle is available only in conditional blocks within the Advanced block settings.

If the toggle is ON, the will trigger only upon receiving a callback in the chat with the client. If the toggle is OFF, blocks will trigger according to the settings in the Trigger field.
Last updated