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.
- this.messageEvent.type === "TEXT" && this.messageEvent.data.text === "0"
2. Create a new Trigger in the node inspector
3. Click "+ New Condition" in the right Condition panel
4. Copy the code above and update the condition name and click Save
5. Click "+ New Trigger" in the left Trigger Panel
6. Select Advanced tab and click "+ Condition"
7. Click the condition and search for the condition you have created at step 4 (i.e. "0 only")
8. Update the trigger name and click Save
Please click
here for more details on the advanced trigger.