Twilio Setup Guide

1Configure Twilio Webhook

To receive messages from Linda, you need to set up a Twilio webhook:

  1. Log in to your Twilio account
  2. Go to the Phone Numbers section
  3. Select the phone number you're using for this app
  4. Under "Messaging", set the webhook URL to:
  5. [Your App URL]/api/twilio-webhook
  6. Make sure the HTTP method is set to POST

2Test the Connection