diff --git a/apps/docs/docs/editor/blocks/integrations/chatwoot.md b/apps/docs/docs/editor/blocks/integrations/chatwoot.md new file mode 100644 index 000000000..b7751bb52 --- /dev/null +++ b/apps/docs/docs/editor/blocks/integrations/chatwoot.md @@ -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: + +Chatwoot block + +To find your website token, head over to Chatwoot in your Inbox settings: + +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. diff --git a/apps/docs/docs/editor/blocks/integrations/email.mdx b/apps/docs/docs/editor/blocks/integrations/email.mdx index d517f72c0..67014be87 100644 --- a/apps/docs/docs/editor/blocks/integrations/email.mdx +++ b/apps/docs/docs/editor/blocks/integrations/email.mdx @@ -1,7 +1,3 @@ ---- -sidebar_position: 4 ---- - import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx' # Send email diff --git a/apps/docs/docs/editor/blocks/integrations/ga.md b/apps/docs/docs/editor/blocks/integrations/ga.md index 31bc025be..1b679684e 100644 --- a/apps/docs/docs/editor/blocks/integrations/ga.md +++ b/apps/docs/docs/editor/blocks/integrations/ga.md @@ -1,7 +1,3 @@ ---- -sidebar_position: 2 ---- - # Google Analytics The Google Analytics integration block allows you to track a Google Analytics event at a given moment in your flow. diff --git a/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx b/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx index e8b29e153..e10f593c7 100644 --- a/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx +++ b/apps/docs/docs/editor/blocks/integrations/google-sheets.mdx @@ -1,7 +1,3 @@ ---- -sidebar_position: 1 ---- - import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx' # Google Sheets diff --git a/apps/docs/docs/editor/blocks/integrations/pabbly.md b/apps/docs/docs/editor/blocks/integrations/pabbly.md index b9ac9bb57..1d9378f90 100644 --- a/apps/docs/docs/editor/blocks/integrations/pabbly.md +++ b/apps/docs/docs/editor/blocks/integrations/pabbly.md @@ -1,7 +1,3 @@ ---- -sidebar_position: 6 ---- - # Pabbly Connect The Pabbly Connect integration block allows you to trigger a workflow at a given moment in your flow. diff --git a/apps/docs/docs/editor/blocks/integrations/webhook.md b/apps/docs/docs/editor/blocks/integrations/webhook.md index 990fe4e35..0f663a7d3 100644 --- a/apps/docs/docs/editor/blocks/integrations/webhook.md +++ b/apps/docs/docs/editor/blocks/integrations/webhook.md @@ -1,7 +1,3 @@ ---- -sidebar_position: 3 ---- - # Webhook / API Request The Webhook block allows you to either: diff --git a/apps/docs/docs/editor/blocks/integrations/zapier.md b/apps/docs/docs/editor/blocks/integrations/zapier.md index 605df7af9..53d1f207e 100644 --- a/apps/docs/docs/editor/blocks/integrations/zapier.md +++ b/apps/docs/docs/editor/blocks/integrations/zapier.md @@ -1,7 +1,3 @@ ---- -sidebar_position: 5 ---- - # Zapier The Zapier integration block allows you to trigger a zap at a given moment in your flow. diff --git a/apps/docs/static/img/blocks/integrations/chatwoot/options.png b/apps/docs/static/img/blocks/integrations/chatwoot/options.png new file mode 100644 index 000000000..1e163b34e Binary files /dev/null and b/apps/docs/static/img/blocks/integrations/chatwoot/options.png differ diff --git a/apps/docs/static/img/blocks/integrations/chatwoot/website-token.png b/apps/docs/static/img/blocks/integrations/chatwoot/website-token.png new file mode 100644 index 000000000..935e2459e Binary files /dev/null and b/apps/docs/static/img/blocks/integrations/chatwoot/website-token.png differ