foreign-sapphire•2y ago
notifications
how can I receive email notifications from the bot?

1 Reply
To receive email notifications from the bot, you would need to integrate an email service into your bot's flow. Unfortunately, Voiceflow does not directly support email notifications. However, you can use the API step in Voiceflow to connect to an external email service API, such as SendGrid or Mailgun.
You would need to set up an account with the email service, obtain the necessary API keys, and then use these keys in the API step in Voiceflow to send an email. The specifics of how to set this up would depend on the email service you choose to use.
Please note that this would require some knowledge of how APIs work and how to use them in Voiceflow. If you need more detailed instructions, I would recommend checking the documentation of the email service you choose to use, as well as the Voiceflow documentation on the API step.
Sources:
- Voiceflow API Step Documentation
- SendGrid API Documentation
- Mailgun API Documentation