Skip to content

Commit 65921bb

Browse files
committed
📝 Update WhatsApp doc and troubleshooting
1 parent 96c08dc commit 65921bb

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

apps/docs/deploy/whatsapp/overview.mdx

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ sidebarTitle: Overview
33
title: WhatsApp
44
---
55

6-
## Preview
6+
## Test
77

8-
You can preview and test your bot by clicking on the Preview button in the editor and change the runtime to "WhatsApp".
8+
You can preview and test your bot by clicking on the `Test` button in the editor and change the runtime to `WhatsApp`.
99

1010
<Frame>
1111
<img
@@ -86,7 +86,7 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
8686

8787
<Tabs>
8888
<Tab title="Flow">
89-
<Frame style={{ maxWidth: '400px' }}>
89+
<Frame style={{ maxWidth: "400px" }}>
9090
<img
9191
src="/images/whatsapp/position-flow.jpg"
9292
alt="Position collection flow"
@@ -95,7 +95,7 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
9595
</Frame>
9696
</Tab>
9797
<Tab title="Bot">
98-
<Frame style={{ maxWidth: '400px' }}>
98+
<Frame style={{ maxWidth: "400px" }}>
9999
<img
100100
src="/images/whatsapp/position-bot.png"
101101
alt="Position collection bot"
@@ -109,12 +109,37 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
109109

110110
<AccordionGroup>
111111
<Accordion title="How many WhatsApp numbers can I use?">
112-
You can integrate as many numbers as you'd like. Keep in mind that Typebot does not provide those numbers. We work as a "Bring your own Meta application" and we give you clear instructions on [how to set up your Meta app](./create-meta-app).
112+
You can integrate as many numbers as you'd like. Keep in mind that Typebot
113+
does not provide those numbers. We work as a "Bring your own Meta
114+
application" and we give you clear instructions on [how to set up your Meta
115+
app](./create-meta-app).
113116
</Accordion>
114117
<Accordion title="Can I link multiple bots to the same WhatsApp number?">
115-
Yes, you can. You will have to add a "Start bot condition" to each of your bots to make sure that the right bot is triggered when a user starts a conversation.
118+
Yes, you can. You will have to add a "Start bot condition" to each of your
119+
bots to make sure that the right bot is triggered when a user starts a
120+
conversation.
116121
</Accordion>
117122
<Accordion title="Does the integration with WhatsApp requires any paid API?">
118-
You integrate your typebots with your own WhatsApp Business Platform which is the official service from Meta. At the moment, the first 1,000 Service conversations each month are free. For more information, refer to <a href="https://developers.facebook.com/docs/whatsapp/cloud-api/get-started#pricing---payment-methods" target="_blank">their documentation</a>
123+
You integrate your typebots with your own WhatsApp Business Platform which
124+
is the official service from Meta. At the moment, the first 1,000 Service
125+
conversations each month are free. For more information, refer to{" "}
126+
<a
127+
href="https://developers.facebook.com/docs/whatsapp/cloud-api/get-started#pricing---payment-methods"
128+
target="_blank"
129+
>
130+
their documentation
131+
</a>
132+
</Accordion>
133+
<Accordion title="My WhatsApp integration is not working">
134+
It can happen that you configured your WhatsApp number, you send the first
135+
message to try it out but it never replies back.
136+
137+
To troubleshoot this we suggest you to:
138+
139+
1. Make sure the bot works fine in [Test mode](#test)
140+
2. Delete the number and configure it again while making sure you read all the instructions thoroughly
141+
3. Make sure you don't have any Start conditions or that your first message is matching the condition
142+
4. If it really does not work, contact support at <a href="mailto:[email protected]">[email protected]</a>
143+
119144
</Accordion>
120145
</AccordionGroup>
8.9 KB
Loading

0 commit comments

Comments
 (0)