2
0

📝 Improve send email doc

This commit is contained in:
Baptiste Arnaud
2022-11-28 08:27:11 +01:00
parent 28c1a7b891
commit 3e80af638b
3 changed files with 17 additions and 4 deletions

View File

@ -10,7 +10,7 @@ If you want to receive an email notification each time a user completes the bot
alt="Email block example"
/>
By default, the email will be sent from notifications@typebot.io with default content based on what your new lead has replied to. It will look like this:
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:
<img
src="/img/blocks/integrations/default-email.png"
@ -20,6 +20,10 @@ By default, the email will be sent from notifications@typebot.io with default co
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.
## 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.
## Troubleshooting
You are supposed to receive an email but it doesn't get to your inbox? Make sure to check the [logs](/editor/results). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍

View File

@ -135,3 +135,5 @@ Typebot.initContainer('typebot-container', {
```
It will populate the `Current URL` variable with the parent URL and the `User name` variable with "John Doe".
Note that if your site URL contains query params (i.e. https://typebot.io?name=John), the variables will automatically be injected to the typebot. So you don't need to manually transfer query params to the bot embed configuration.