Stop an automated email going out on a one by one basis
I've got 50+ automations set up at any one time, and most of them trigger an automated email to go out to my clients updating them as to what's happening. From time to time it's not the right thing to send them though, so some way of stopping the email going out would be awesome :-)
Comments
-
Hi @Nicki Kane i think that the only way to do this is to develops something specific via api. Let me know if you need help.
0 -
One way to do that is to have custom one option field like "Send emails" and the selection "No". Add that as an condition: "If field Send emails is not "no"" then send email.
0 -
Hey, Nicki
Hope you are having a wonderful day!
Vladimir is here to help
Yes, Harri has a good point - you can change the automation trigger indeed by adding a new condition.
So, let me quickly explain the steps:
- You create a custom field of Deal Single option type ( I called mine "Sure to send?" and the only option is "no"
- Add a condition to automation trigger that "sure to send" is not "no" - then email will be sent out.
A video: https://sharing.pipedrive.com/blf7j7
How that will work:
- you just change a deal stage and that will trigger an email to be sent
- But, if you want email not to be sent to your customer automatically - before moving a stage - you just need to fill in custom field "Sure to send" with "no" and, only after that move the deal
Don't forget to clear custom field value if you want the automatic emails to be sent during the future stage changes
Hope that makes sense,
Kind regards,
Vladimir
0 -
Harri Honkala said:
One way to do that is to have custom one option field like "Send emails" and the selection "No". Add that as an condition: "If field Send emails is not "no"" then send email.
Wonderful, thanks Harri!
0 -
Vladimir Dubakin said:
Hey, Nicki
Hope you are having a wonderful day!
Vladimir is here to help
Yes, Harri has a good point - you can change the automation trigger indeed by adding a new condition.
So, let me quickly explain the steps:
- You create a custom field of Deal Single option type ( I called mine "Sure to send?" and the only option is "no"
- Add a condition to automation trigger that "sure to send" is not "no" - then email will be sent out.
A video: https://sharing.pipedrive.com/blf7j7
How that will work:
- you just change a deal stage and that will trigger an email to be sent
- But, if you want email not to be sent to your customer automatically - before moving a stage - you just need to fill in custom field "Sure to send" with "no" and, only after that move the deal
Don't forget to clear custom field value if you want the automatic emails to be sent during the future stage changes
Hope that makes sense,
Kind regards,
Vladimir
A brilliant explanation- thanks so much Vladimir!
0