You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/deploy/whatsapp/overview.mdx
+32-7Lines changed: 32 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ sidebarTitle: Overview
3
3
title: WhatsApp
4
4
---
5
5
6
-
## Preview
6
+
## Test
7
7
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`.
9
9
10
10
<Frame>
11
11
<img
@@ -86,7 +86,7 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
86
86
87
87
<Tabs>
88
88
<Tabtitle="Flow">
89
-
<Framestyle={{ maxWidth: '400px' }}>
89
+
<Framestyle={{ maxWidth: "400px" }}>
90
90
<img
91
91
src="/images/whatsapp/position-flow.jpg"
92
92
alt="Position collection flow"
@@ -95,7 +95,7 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
95
95
</Frame>
96
96
</Tab>
97
97
<Tabtitle="Bot">
98
-
<Framestyle={{ maxWidth: '400px' }}>
98
+
<Framestyle={{ maxWidth: "400px" }}>
99
99
<img
100
100
src="/images/whatsapp/position-bot.png"
101
101
alt="Position collection bot"
@@ -109,12 +109,37 @@ You can ask for the user's ___location with a basic [Text input block](../../editor
109
109
110
110
<AccordionGroup>
111
111
<Accordiontitle="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).
113
116
</Accordion>
114
117
<Accordiontitle="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.
116
121
</Accordion>
117
122
<Accordiontitle="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 <ahref="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{""}
0 commit comments