2
0
Files
bot/apps/docs/editor/blocks/integrations/send-email.mdx

30 lines
1.2 KiB
Plaintext
Raw Normal View History

---
title: Send email
---
2022-05-12 07:18:09 -07:00
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:
<Frame style={{ maxWidth: '400px' }}>
<img src="/images/blocks/integrations/email.png" alt="Email block example" />
</Frame>
2022-05-12 07:18:09 -07:00
2022-11-28 08:27:11 +01:00
By default, the email will be sent from `notifications@get-typebot.com` with default content based on what your new lead has replied to. It will look like this:
2022-05-12 07:18:09 -07:00
<Frame>
<img
src="/images/blocks/integrations/default-email.png"
alt="Email block example"
/>
</Frame>
2022-05-12 07:18:09 -07:00
2022-07-06 08:00:06 +02:00
You can choose to use your email (SMTP) account, using the "From:" dropdown and filling in your credentials.
You can also customize the email content with your text/HTML.
2022-11-28 08:27:11 +01:00
## Attachments
You can attach files to your email with the Attachments option. Make sure that it points to a variable that is linked to a File upload input block.
2022-07-06 08:00:06 +02:00
## Troubleshooting
You are supposed to receive an email but it doesn't get to your inbox? Make sure to check the [logs](/results/overview#logs). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍