This tutorial will give you an overview of how to build and utilize triggers. First, letâs talk about what triggers are: Triggers are essentially âif, thenâ statements that automate features of your system. There are numerous ways to customize these features so that IF something happens in your system, THEN a particular action (or actions) will follow. By setting up these automations, youâre able to operate your business more efficiently.
There are 2 parts to creating a trigger, the âIFâ is Part 1: What should trigger this rule.
The âTHENâ is Part 2: What actions should be perform?
You can completely customize these features with one or multiple actions. Some common examples of triggers are shown below:
IF the customer reply is âstopâ > THEN the DND is enabled.
IF the Two step order form completed THEN add the contact to a campaign and tag the contact.
IF a form is submitted THEN add the contact to a campaign, and send an email notification to the User.
IF a customer booked an appointment THEN add them to the Appt. Reminder campaign, and send a notification to the User.
Once youâve created a trigger, click Save in the top right. By default, it will be set to âDraftâ mode, so youâll need to switch that dropdown to âActivateâ in order for the trigger to function.