From charlesreid1

(Created page with "=Building a Twimlet for Voicemail= Twilio Twimlets are short snippets of pre-written Twilio code that can perform simple functions for a Twilio phone number. To set up a sim...")
 
 
(3 intermediate revisions by one other user not shown)
Line 7: Line 7:
==Determine your Twimlet URL==
==Determine your Twimlet URL==


First figure out your twimlet URL, via [here https://www.twilio.com/labs/twimlets/voicemail] or [here https://www.twilio.com/labs/twimlets/forward].
First figure out your twimlet URL, via [https://www.twilio.com/labs/twimlets/voicemail this page] or [https://www.twilio.com/labs/twimlets/forward this page].


==Account Phone Numbers Page==
==Account Phone Numbers Page==


Next, visit your account phone numbers page, at <code>https://www.twilio.com/user/account/phone-numbers</code>.
Next, visit your account phone numbers page, at https://www.twilio.com/user/account/phone-numbers


==Add Twimlet to Phone Number==
==Add Twimlet to Phone Number==
Line 19: Line 19:
[[Image:Twilio.png|500px]]
[[Image:Twilio.png|500px]]


This procedure is the same for any Twimlet, so you can use any of the example Timlets [here https://www.twilio.com/labs/twimlets]
This procedure is the same for any Twimlet, so you can use any of the example Twimlets [https://www.twilio.com/labs/twimlets here]
 
 
 
 
{{TwilioFlag}}

Latest revision as of 17:21, 30 January 2022

Building a Twimlet for Voicemail

Twilio Twimlets are short snippets of pre-written Twilio code that can perform simple functions for a Twilio phone number.

To set up a simple voicemail box Twimlet:

Determine your Twimlet URL

First figure out your twimlet URL, via this page or this page.

Account Phone Numbers Page

Next, visit your account phone numbers page, at https://www.twilio.com/user/account/phone-numbers

Add Twimlet to Phone Number

Edit the phone number you want to use the Twimlet with. Edit the Voice Request URL to be the voicemail twimlet.

Twilio.png

This procedure is the same for any Twimlet, so you can use any of the example Twimlets here