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

@ -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.