📝 Add Chatwoot integration doc
This commit is contained in:
20
apps/docs/docs/editor/blocks/integrations/chatwoot.md
Normal file
20
apps/docs/docs/editor/blocks/integrations/chatwoot.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Chatwoot
|
||||||
|
|
||||||
|
The Chatwoot integration block allows you to open a Chatwoot widget to allow your user to directly talk to a human. It allows you to add a Live Chat layer on your typebot.
|
||||||
|
|
||||||
|
Insert a Chatwoot block where you want to trigger the widget:
|
||||||
|
|
||||||
|
<img
|
||||||
|
src="/img/blocks/integrations/chatwoot/options.png"
|
||||||
|
width="600"
|
||||||
|
alt="Chatwoot block"
|
||||||
|
/>
|
||||||
|
|
||||||
|
To find your website token, head over to Chatwoot in your Inbox settings:
|
||||||
|
|
||||||
|
<img
|
||||||
|
src="/img/blocks/integrations/chatwoot/website-token.png"
|
||||||
|
alt="Chatwoot block"
|
||||||
|
/>
|
||||||
|
|
||||||
|
You can prefill user information by adding collected variables to the "Set user details" inputs. For example, if you set the "Email" input to "john@gmail.com" then Chatwoot will automatically associate this email to the current user.
|
||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 4
|
|
||||||
---
|
|
||||||
|
|
||||||
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
||||||
|
|
||||||
# Send email
|
# Send email
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 2
|
|
||||||
---
|
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
|
|
||||||
The Google Analytics integration block allows you to track a Google Analytics event at a given moment in your flow.
|
The Google Analytics integration block allows you to track a Google Analytics event at a given moment in your flow.
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
||||||
|
|
||||||
# Google Sheets
|
# Google Sheets
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 6
|
|
||||||
---
|
|
||||||
|
|
||||||
# Pabbly Connect
|
# Pabbly Connect
|
||||||
|
|
||||||
The Pabbly Connect integration block allows you to trigger a workflow at a given moment in your flow.
|
The Pabbly Connect integration block allows you to trigger a workflow at a given moment in your flow.
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 3
|
|
||||||
---
|
|
||||||
|
|
||||||
# Webhook / API Request
|
# Webhook / API Request
|
||||||
|
|
||||||
The Webhook block allows you to either:
|
The Webhook block allows you to either:
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 5
|
|
||||||
---
|
|
||||||
|
|
||||||
# Zapier
|
# Zapier
|
||||||
|
|
||||||
The Zapier integration block allows you to trigger a zap at a given moment in your flow.
|
The Zapier integration block allows you to trigger a zap at a given moment in your flow.
|
||||||
|
|||||||
BIN
apps/docs/static/img/blocks/integrations/chatwoot/options.png
vendored
Normal file
BIN
apps/docs/static/img/blocks/integrations/chatwoot/options.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
apps/docs/static/img/blocks/integrations/chatwoot/website-token.png
vendored
Normal file
BIN
apps/docs/static/img/blocks/integrations/chatwoot/website-token.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 372 KiB |
Reference in New Issue
Block a user