Automations are really powerful to help you automate various parts of Supermove.
For example, if you send out a quote or confirmation to a customer, you may want to send a reminder email the next day. However, you likely do not want to send this reminder if the customer signed the confirmation already.
First, select Confirmation Sent as your trigger
Next, add a Delay of 1 day, and add the Send email action with your desired email template
This automation now sends the confirmation email again to the customer after a day.
That’s an issue though because we do NOT want to send this email to the customer if the customer already signed a confirmation letter.
First, add the Get project data action after the Delay action. This gets the latest project details, including the project status
We can check the status of the project before sending the confirmation reminder email because we know that when a customer signs a confirmation, the project status gets updated to 'Booked'.
Add the Stop if action step between "Get project data" and "Send Email"
Click Done and Save Automation to wrap it up
You’ve now created an automation where the reminder email to the customer will only get sent if the job is not yet booked. Congratulations!
There are many ways to use the “Stop If" action. For example, you may also do a similar process based on other tasks being completed.
If you’ve already created a task, and you want to create reminder tasks or a whole set of tasks, you can stop it from happening if the previous task was already complete!
Example below:
Comments
0 comments
Please sign in to leave a comment.