We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf66870 + 9789649 commit d342487Copy full SHA for d342487
docs/user-guide/connectors/twilio.rst
@@ -29,6 +29,11 @@ You need to set up a Twilio account.
29
steps to connect a phone number to the project.
30
3. Now you can use the ``Account SID``, ``Auth Token``, and the phone
31
number you purchased in your ``credentials.yml``.
32
+ 4. Configure your webhook URL by navigating to
33
+ [Phone Numbers](https://www.twilio.com/console/phone-numbers/incoming) in the Twilio
34
+ dashboard and selecting your phone number. Find the ``Messaging`` section and add
35
+ your webhook URL (e.g. ``https://yyyyyy.ngrok.io/webhooks/twilio/webhook``) to the
36
+ ``A MESSAGE COMES IN`` setting.
37
38
For more information, see the `Twilio REST API <https://www.twilio.com/docs/iam/api>`_.
39
0 commit comments