Skip to content

Commit 23a5137

Browse files
authored
Merge pull request RasaHQ#5688 from RasaHQ/erohmensing-patch-2
add whatsapp+ prefix to twilio creds
2 parents 333f69f + d2a6a1c commit 23a5137

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/user-guide/connectors/twilio.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ Connecting to WhatsApp
3939
You can deploy a Rasa Open Source assistant to WhatsApp through Twilio. However, to do so, you have
4040
to have a `WhatsApp Business <https://www.whatsapp.com/business/>`_ profile. Associate
4141
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.
4346

4447

4548
Applying the Credentials
@@ -52,7 +55,7 @@ Add the Twilio credentials to your ``credentials.yml``:
5255
twilio:
5356
account_sid: "ACbc2dxxxxxxxxxxxx19d54bdcd6e41186"
5457
auth_token: "e231c197493a7122d475b4xxxxxxxxxx"
55-
twilio_number: "+440123456789"
58+
twilio_number: "+440123456789" # if using WhatsApp: "whatsapp:+440123456789"
5659
5760
Make sure to restart your Rasa Open Source server or container to make changes to
5861
which connectors are available.

0 commit comments

Comments
 (0)