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
famous-zoo-73118
07/20/2023, 6:54 PM
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
early-hydrogen-39444
07/20/2023, 6:59 PM
Is it possible to do it with the Google api? Or no?
f
famous-zoo-73118
07/20/2023, 7:27 PM
Yes, if they offer a REST API for sending email you could use it as well.