Send an email with botpress
# 🤝help
e
Hey everyone, I want to collect information from the user (email, chat data, name, etc) and send it to myself in an email so I can view the information How do I do that? I’m new and have no idea how to use the apis with botpress cloud The documentation isn’t helpful either Thank you!
f
Hi @early-hydrogen-39444 , definitely possible, you'd need to use an SMTP API like SendGrid.com or Mailgun.com and then call it from your bot using some Javascript code to send the email.
e
Is it possible to do it with the Google api? Or no?
f
Yes, if they offer a REST API for sending email you could use it as well.
2 Views