How can my bot send me an email?
# 🤝help
m
How can I make sure that my bot sends me collected information via email at a specific point in the conversation? I have the function in my bot where the user can report damage caused by my employees during work on their property. However, if the user does this, I will never find out, as I don't read through all the chats in the botpress dashboard ten times a day. Therefore, I would like the bot (or whoever or whatever) to send me an email when someone reports damage.
b
with Make.com
You make an scenario where you send the capture information to sheets, and from sheets to Mail
f
You can also use SendGrid
Code for reference:
m
😅 I thought more about something like: add the predefined "Send Email" card, you can find it here and there, and after clicking on it, you can make some settings, such as where it should be sent, etc... Seems to be much more complicated to just get notified when someone has used my chatbot... Thank you anyway, I will now have long conversations with ChatGPT and familiarize myself with the world of email service providers like SendGrid. Nice and time-consuming step by step, until May or Christmas.
o
That card idea could really save some time
l
We use Zapier to do this.
55 Views