docs: 📝 Add Troubleshoot sections
This commit is contained in:
@ -14,12 +14,16 @@ 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. 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
|
||||
src="/img/blocks/integrations/default-email.png"
|
||||
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 also customize the email content with your own text/HTML.
|
||||
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.
|
||||
|
||||
## 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 👍
|
||||
|
@ -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
|
||||
|
||||
<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 👍
|
||||
|
@ -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.
|
||||
|
||||
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 👍
|
||||
|
7
apps/docs/docs/editor/results.mdx
Normal file
7
apps/docs/docs/editor/results.mdx
Normal 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" />
|
Reference in New Issue
Block a user