Skip to contentSkip to navigationSkip to topbar
Page tools
Looking for more inspiration?Visit the

How to Forward Calls from an SMS Number to a Voice Line


Twilio for Salesforce currently offers only SMS messaging, but you can still configure Twilio to forward phone calls to your mobile or desk phone. For example, if you're texting with a contact in Salesforce and they request a phone call, call forwarding allows your contact to call the number they've been texting with and connect to your phone.

(information)

Info

Follow the steps below to learn how to update phone numbers manually. You'll use this workflow if you have just a small quantity of numbers to change. If you need to change many phone numbers, use the API to perform a bulk update.

(information)

Info

If you already own landlines and want to use those same phone numbers for SMS, Twilio currently offers Hosted SMS as a developer preview service. More information here.

Setting up the call forwarder should take 5-10 minutes. This is what you need to do:

Twilio consoleLegacy console
  1. From the Twilio console, go to Develop > TwiML bin(link takes you to an external page).
  2. Click +.
  3. Enter a name for your TwiML bin.
  4. Add the following snippet in the TwiML editor, below the XML definition:
    1
    <Response>
    2
    <Dial>+1234567890</Dial>
    3
    </Response>
  5. Click Create.
  6. Go to the Numbers & senders page(link takes you to an external page).
  7. Select a phone number associated with your messaging service. This is the number your contact might usually reach you by SMS:.
  8. Select Configuration details,
  9. Select Voice and emergency calling, then click Edit details.
  10. On the Edit voice configuration dialog, select the Webhook, TwiML Bin, Function, Studio Flow, Proxy Service option.
  11. Under How do you want to set up your primary method?, select Use TwiML Bin.
  12. Select the TwiML Bin you created above.
  13. Click Save.