Manual Twilio setup
Talkyto normally configures your Twilio webhooks automatically during first-time setup. Use this guide only if automatic configuration didn’t run or if you need to reconfigure your webhooks by hand.
Configure the incoming call webhook
Section titled “Configure the incoming call webhook”- Open the Twilio Console and navigate to Phone Numbers > Manage > Active numbers.
- Select the phone number you use for calls.
- Under Voice & Fax, find the A call comes in field.
- Set the handler to Webhook and enter Talkyto’s webhook endpoint:
https://us-central1-twiconnect-257c6.cloudfunctions.net/receiveCall
- Set the HTTP method to HTTP POST.
- Save the number.
For details on which number to assign here, see voice configuration.
Configure the incoming SMS webhook
Section titled “Configure the incoming SMS webhook”Talkyto uses a Twilio Messaging Service for SMS routing. You’ll create the service and point it at Talkyto’s webhook endpoint.
Create the messaging service
Section titled “Create the messaging service”- In the Twilio Console, go to Messaging > Services.
- Click Create Messaging Service.
- Name the service Talkyto SMS service and complete the creation wizard.
Add your number to the service
Section titled “Add your number to the service”- Open the messaging service you just created.
- Go to the Sender Pool tab and add the phone number you use for messages.
Set the inbound webhook
Section titled “Set the inbound webhook”- Go to the Integration tab of the messaging service.
- Under Incoming Messages, select Send a webhook.
- Enter Talkyto’s webhook endpoint:
https://us-central1-twiconnect-257c6.cloudfunctions.net/receiveSms
- Set the HTTP method to HTTP POST.
- Save the service.
For details on which number to assign, see messaging configuration.
Verify the configuration
Section titled “Verify the configuration”After saving both webhooks:
- In Talkyto, go to Settings > Voice and confirm the correct number is selected.
- Go to Settings > Messaging and confirm the correct number is selected.
- Send a test message and place a test call to confirm Talkyto receives them.
If messages or calls still don’t come through, double-check that the number in your Twilio Sender Pool matches the number selected in Talkyto’s messaging settings.
Return to first-time setup if you haven’t finished the rest of your initial configuration.