2
0

docs: 📝 Email block

This commit is contained in:
Baptiste Arnaud
2022-05-12 07:18:09 -07:00
parent 092f16d3c1
commit f5404f96d5
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
import { YoutubeEmbed } from '../../src/js/YoutubeEmbed.jsx'
# Email
If you want to receive an email notification each time a user completes the bot or if you want to send a recap to the user, the Email block is made for you:
<img src="/img/integrations/email.png" width="400" alt="Email block example" />
By default the email will be send from notifications@typebot.io. But you can choose to use your own email (SMTP) account, using the "From:" dropdown and filling in your credentials.
I've recorded a tutorial on how to connect your Gmail account ([even though this isn't recommended](https://nodemailer.com/usage/using-gmail/)):
<YoutubeEmbed videoId="UjlZvlqg6mA" />
## Body configuration
You can customize the email you want to send:
<img
src="/img/integrations/email-body.png"
width="400"
alt="Email block example"
/>
The email will be sent each time the block is triggered. You can, of course, have multiple Email block in a the same flow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB