Triggers
What is Trigger?
A Trigger is a way to notify a node to send its response message. With the right trigger, the end user can enter the right node in a conversation flow. In general, a node can be matched by computing its trigger in the following ways: ...
How to trigger with sticker only?
If you would like to trigger the node only with sticker, please create a trigger with the condition below: 1. Go to a node in Stella bot builder 2. Create a new Trigger in the node inspector 3. Click "+ New Condition" in the right Condition panel 4. ...
What is the Trigger for WhatsApp Location?
You could use the "Any Media/File" type in Predefined Triggers for the trigger for WhatsApp Location.
How can I create an advanced trigger?
Apart from the basic trigger, you could also create an "Advanced" trigger to match your flow. You could use javascript regular expression/ regex (https://regex101.com/) to create your own conditions and add to the trigger. Please click here for more ...
How to add triggers with exact wordings ?
If you would like to trigger the node only with exact wording instead of just matching the keyword (i.e. "0" only, instead of "10" ), please create a trigger with the condition below. You could change the exact keyword which is highlighted in green. ...
As we cannot predict the user’s input after asking for the user’s name, how do we trigger the following node without any keywords?
Since you will not know what users will enter for their name, please select the "Any Text" option in the Predefined Triggers. Users could enter the next node after they have input any text with this trigger. Start building your first node on Stella.
What is payload?
Payload is used for users to make button clicks. You can name your payload in any way you want, just note that the payload name is case-sensitive. The payload name also must match the payload set in the responses in order to trigger that particular ...
Why can't I save the trigger?
Please check if you have created the trigger in the "Advanced" setting previously. If so, you could not apply the "Basic" setting to your trigger because the "Advanced" setting will override the "Basic" setting.
How do I set up a text trigger?
While building your tree, you can head to "Trigger" in the node inspector and select the type of trigger you would like to apply. For example, you can locate "Keyword", type your text into the "keyword" area, and click "Save". Click here to learn ...