2
0

docs: 📝 Add Troubleshoot sections

This commit is contained in:
Baptiste Arnaud
2022-07-06 08:00:06 +02:00
parent 5fa8dbfb7e
commit f1f529949d
5 changed files with 22 additions and 3 deletions

View File

@@ -14,12 +14,16 @@ If you want to receive an email notification each time a user completes the bot
alt="Email block example" 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. It will look like this: 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:
<img <img
src="/img/blocks/integrations/default-email.png" src="/img/blocks/integrations/default-email.png"
alt="Email block example" alt="Email block example"
/> />
You can choose to use your own email (SMTP) account, using the "From:" dropdown and filling in your credentials. 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 own text/HTML. You can also customize the email content with your text/HTML.
## 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

@@ -9,3 +9,7 @@ import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
With the Google Sheets integration step, you can inject, update or get data from Google Spreadsheets. For an overview of how it works check out this video With the Google Sheets integration step, you can inject, update or get data from Google Spreadsheets. For an overview of how it works check out this video
<YoutubeEmbed videoId="UjlZvlqg6mA" /> <YoutubeEmbed videoId="UjlZvlqg6mA" />
## Troubleshooting
The Google sheets block didn't insert or update a row but was supposed to? 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

@@ -50,3 +50,7 @@ Then we can use these variables to display dynamic content in the next bubbles:
Possibilities are endless when it comes to API calls, you can litteraly call any API and fetch any data you want. Possibilities are endless when it comes to API calls, you can litteraly call any API and fetch any data you want.
Feel free to ask the [community](https://www.facebook.com/groups/typebot) for help if you struggle setting up a Webhook block. Feel free to ask the [community](https://www.facebook.com/groups/typebot) for help if you struggle setting up a Webhook block.
## Troubleshooting
The Webhook block request fail or didn't seem to trigger? 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

@@ -0,0 +1,7 @@
# Results
## Logs
For each result, you'll find a "See logs" button that can show you what went wrong while executing an integration such as Send email, Google Sheets, or a Webhook call:
<img src="/img/results/logs-button.png" alt="See logs buttons" width="600" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB