File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
docs/user-guide/connectors Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ Connecting to WhatsApp
39
39
You can deploy a Rasa Open Source assistant to WhatsApp through Twilio. However, to do so, you have
40
40
to have a `WhatsApp Business <https://www.whatsapp.com/business/ >`_ profile. Associate
41
41
your Whatsapp Business profile with the phone number you purchased through Twilio to
42
- access the `Twilio API for WhatsApp <https://www.twilio.com/whatsapp >`_.
42
+ access the `Twilio API for WhatsApp <https://www.twilio.com/docs/whatsapp/api >`_.
43
+
44
+ According to the `Twilio API documentation <https://www.twilio.com/docs/whatsapp/api#using-phone-numbers-with-whatsapp >`_,
45
+ the phone number you use should be prefixed with `whatsapp: ` in the ``credentials.yml `` described below.
43
46
44
47
45
48
Applying the Credentials
@@ -52,7 +55,7 @@ Add the Twilio credentials to your ``credentials.yml``:
52
55
twilio :
53
56
account_sid : " ACbc2dxxxxxxxxxxxx19d54bdcd6e41186"
54
57
auth_token : " e231c197493a7122d475b4xxxxxxxxxx"
55
- twilio_number : " +440123456789"
58
+ twilio_number : " +440123456789" # if using WhatsApp: "whatsapp:+440123456789"
56
59
57
60
Make sure to restart your Rasa Open Source server or container to make changes to
58
61
which connectors are available.
You can’t perform that action at this time.
0 commit comments