BotPress/Zapier Email Automation
# 🤝help
b
Hello my name is Davian and I was wondering if anyone is familiar with avoiding duplicate email automation emails to the same information provided in Zapier. For instance, my ChatBots would gain customers information as a lead magnet so their name and email, but what if this customer uses my chatbot again they would have to input their information which would trigger the same email to be sent to them. How do i avoid this?
w
you can consider creating user variables and checking whether they have already been filled in. If so, you go straight to another node, if not you leave the node with the name and email.
that was if you want to do it in botpress
if you want to do it via zapier, you can check your database to see if there's already an email that looks exactly like the one you've just received. if it's the case, you don't add those informations in your database
3 Views