Skip to main content
Server path: /twilio-phone-numbers | Type: Application | PCID required: Yes

Tools

ToolDescription
twilio_phone_numbers_create_addressPOST /Addresses.json
twilio_phone_numbers_create_incoming_phone_numberPurchase a phone-number for the account.
twilio_phone_numbers_create_incoming_phone_number_localPOST /IncomingPhoneNumbers/Local.json
twilio_phone_numbers_create_incoming_phone_number_mobilePOST /IncomingPhoneNumbers/Mobile.json
twilio_phone_numbers_create_incoming_phone_number_toll_freePOST /IncomingPhoneNumbers/TollFree.json
twilio_phone_numbers_delete_addressDELETE /Addresses/{Sid}.json
twilio_phone_numbers_delete_incoming_phone_numberDelete a phone-numbers belonging to the account used to make the request.
twilio_phone_numbers_delete_outgoing_caller_idDelete the caller-id specified from the account
twilio_phone_numbers_fetch_addressGET /Addresses/{Sid}.json
twilio_phone_numbers_fetch_available_phone_number_countryGET /AvailablePhoneNumbers/{CountryCode}.json
twilio_phone_numbers_fetch_incoming_phone_numberFetch an incoming-phone-number belonging to the account used to make the request.
twilio_phone_numbers_fetch_outgoing_caller_idFetch an outgoing-caller-id belonging to the account used to make the request
twilio_phone_numbers_list_addressGET /Addresses.json
twilio_phone_numbers_list_available_phone_number_countryGET /AvailablePhoneNumbers.json
twilio_phone_numbers_list_available_phone_number_localGET /AvailablePhoneNumbers/{CountryCode}/Local.json
twilio_phone_numbers_list_available_phone_number_machine_to_machineGET /AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json
twilio_phone_numbers_list_available_phone_number_mobileGET /AvailablePhoneNumbers/{CountryCode}/Mobile.json
twilio_phone_numbers_list_available_phone_number_nationalGET /AvailablePhoneNumbers/{CountryCode}/National.json
twilio_phone_numbers_list_available_phone_number_shared_costGET /AvailablePhoneNumbers/{CountryCode}/SharedCost.json
twilio_phone_numbers_list_available_phone_number_toll_freeGET /AvailablePhoneNumbers/{CountryCode}/TollFree.json
twilio_phone_numbers_list_available_phone_number_voipGET /AvailablePhoneNumbers/{CountryCode}/Voip.json
twilio_phone_numbers_list_dependent_phone_numberGET /Addresses/{AddressSid}/DependentPhoneNumbers.json
twilio_phone_numbers_list_incoming_phone_numberRetrieve a list of incoming-phone-numbers belonging to the account used to make the request.
twilio_phone_numbers_list_incoming_phone_number_localGET /IncomingPhoneNumbers/Local.json
twilio_phone_numbers_list_incoming_phone_number_mobileGET /IncomingPhoneNumbers/Mobile.json
twilio_phone_numbers_list_incoming_phone_number_toll_freeGET /IncomingPhoneNumbers/TollFree.json
twilio_phone_numbers_list_outgoing_caller_idRetrieve a list of outgoing-caller-ids belonging to the account used to make the request
twilio_phone_numbers_update_addressPOST /Addresses/{Sid}.json
twilio_phone_numbers_update_incoming_phone_numberUpdate an incoming-phone-number instance.
twilio_phone_numbers_update_outgoing_caller_idUpdates the caller-id

twilio_phone_numbers_create_address

POST /Addresses.json Parameters:
ParameterTypeRequiredDefaultDescription
AutoCorrectAddressbooleanNoWhether we should automatically correct the address. Can be: true or false and the default is true. If empty or true, we will correct the address you provide if necessary. If false, we won’t alter the address you provide.
CitystringYesThe city of the new address.
CustomerNamestringYesThe name to associate with the new address.
EmergencyEnabledbooleanNoWhether to enable emergency calling on the new address. Can be: true or false.
FriendlyNamestringNoA descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
IsoCountrystringYesThe ISO country code of the new address.
PostalCodestringYesThe postal code of the new address.
RegionstringYesThe state or region of the new address.
StreetstringYesThe number and street address of the new address.
StreetSecondarystringNoThe additional number and street address of the address.

twilio_phone_numbers_create_incoming_phone_number

Purchase a phone-number for the account. Parameters:
ParameterTypeRequiredDefaultDescription
AddressSidstringNoThe SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations.
ApiVersionstringNoThe API version to use for incoming calls made to the new phone number. The default is 2010-04-01.
AreaCodestringNoThe desired area code for your new incoming phone number. Can be any three-digit, US or Canada area code. We will provision an available phone number within this area code for you. You must provide an area_code or a phone_number. (US and Canada only).
BundleSidstringNoThe SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations.
EmergencyAddressSidstringNoThe SID of the emergency address configuration to use for emergency calling from the new phone number.
EmergencyStatusstringNoThe parameter displays if emergency calling is enabled for this number. Active numbers may place emergency calls by dialing valid emergency numbers for the country.
FriendlyNamestringNoA descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the new phone number.
IdentitySidstringNoThe SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations.
PhoneNumberstringNoThe phone number to purchase specified in E.164 format. E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234.
SmsApplicationSidstringNoThe SID of the application that should handle SMS messages sent to the new phone number. If an sms_application_sid is present, we ignore all of the sms_*_url urls and use those set on the application.
SmsFallbackMethodstringNoThe HTTP method that we should use to call sms_fallback_url. Can be: GET or POST and defaults to POST.
SmsFallbackUrlstringNoThe URL that we should call when an error occurs while requesting or executing the TwiML defined by sms_url.
SmsMethodstringNoThe HTTP method that we should use to call sms_url. Can be: GET or POST and defaults to POST.
SmsUrlstringNoThe URL we should call when the new phone number receives an incoming SMS message.
StatusCallbackstringNoThe URL we should call using the status_callback_method to send status information to your application.
StatusCallbackMethodstringNoThe HTTP method we should use to call status_callback. Can be: GET or POST and defaults to POST.
TrunkSidstringNoThe SID of the Trunk we should use to handle calls to the new phone number. If a trunk_sid is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a trunk_sid will automatically delete your voice_application_sid and vice versa.
VoiceApplicationSidstringNoThe SID of the application we should use to handle calls to the new phone number. If a voice_application_sid is present, we ignore all of the voice urls and use only those set on the application. Setting a voice_application_sid will automatically delete your trunk_sid and vice versa.
VoiceCallerIdLookupbooleanNoWhether to lookup the caller’s name from the CNAM database and post it to your app. Can be: true or false and defaults to false.
VoiceFallbackMethodstringNoThe HTTP method that we should use to call voice_fallback_url. Can be: GET or POST and defaults to POST.
VoiceFallbackUrlstringNoThe URL that we should call when an error occurs retrieving or executing the TwiML requested by url.
VoiceMethodstringNoThe HTTP method that we should use to call voice_url. Can be: GET or POST and defaults to POST.
VoiceReceiveModestringNoVoice Receive Mode
VoiceUrlstringNoThe URL that we should call to answer a call to the new phone number. The voice_url will not be called if a voice_application_sid or a trunk_sid is set.

twilio_phone_numbers_create_incoming_phone_number_local

POST /IncomingPhoneNumbers/Local.json Parameters:
ParameterTypeRequiredDefaultDescription
AddressSidstringNoThe SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations.
ApiVersionstringNoThe API version to use for incoming calls made to the new phone number. The default is 2010-04-01.
BundleSidstringNoThe SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations.
EmergencyAddressSidstringNoThe SID of the emergency address configuration to use for emergency calling from the new phone number.
EmergencyStatusstringNoThe parameter displays if emergency calling is enabled for this number. Active numbers may place emergency calls by dialing valid emergency numbers for the country.
FriendlyNamestringNoA descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number.
IdentitySidstringNoThe SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations.
PhoneNumberstringYesThe phone number to purchase specified in E.164 format. E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234.
SmsApplicationSidstringNoThe SID of the application that should handle SMS messages sent to the new phone number. If an sms_application_sid is present, we ignore all of the sms_*_url urls and use those set on the application.
SmsFallbackMethodstringNoThe HTTP method that we should use to call sms_fallback_url. Can be: GET or POST and defaults to POST.
SmsFallbackUrlstringNoThe URL that we should call when an error occurs while requesting or executing the TwiML defined by sms_url.
SmsMethodstringNoThe HTTP method that we should use to call sms_url. Can be: GET or POST and defaults to POST.
SmsUrlstringNoThe URL we should call when the new phone number receives an incoming SMS message.
StatusCallbackstringNoThe URL we should call using the status_callback_method to send status information to your application.
StatusCallbackMethodstringNoThe HTTP method we should use to call status_callback. Can be: GET or POST and defaults to POST.
TrunkSidstringNoThe SID of the Trunk we should use to handle calls to the new phone number. If a trunk_sid is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a trunk_sid will automatically delete your voice_application_sid and vice versa.
VoiceApplicationSidstringNoThe SID of the application we should use to handle calls to the new phone number. If a voice_application_sid is present, we ignore all of the voice urls and use only those set on the application. Setting a voice_application_sid will automatically delete your trunk_sid and vice versa.
VoiceCallerIdLookupbooleanNoWhether to lookup the caller’s name from the CNAM database and post it to your app. Can be: true or false and defaults to false.
VoiceFallbackMethodstringNoThe HTTP method that we should use to call voice_fallback_url. Can be: GET or POST and defaults to POST.
VoiceFallbackUrlstringNoThe URL that we should call when an error occurs retrieving or executing the TwiML requested by url.
VoiceMethodstringNoThe HTTP method that we should use to call voice_url. Can be: GET or POST and defaults to POST.
VoiceReceiveModestringNoVoice Receive Mode
VoiceUrlstringNoThe URL that we should call to answer a call to the new phone number. The voice_url will not be called if a voice_application_sid or a trunk_sid is set.

twilio_phone_numbers_create_incoming_phone_number_mobile

POST /IncomingPhoneNumbers/Mobile.json Parameters:
ParameterTypeRequiredDefaultDescription
AddressSidstringNoThe SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations.
ApiVersionstringNoThe API version to use for incoming calls made to the new phone number. The default is 2010-04-01.
BundleSidstringNoThe SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations.
EmergencyAddressSidstringNoThe SID of the emergency address configuration to use for emergency calling from the new phone number.
EmergencyStatusstringNoThe parameter displays if emergency calling is enabled for this number. Active numbers may place emergency calls by dialing valid emergency numbers for the country.
FriendlyNamestringNoA descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, the is a formatted version of the phone number.
IdentitySidstringNoThe SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations.
PhoneNumberstringYesThe phone number to purchase specified in E.164 format. E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234.
SmsApplicationSidstringNoThe SID of the application that should handle SMS messages sent to the new phone number. If an sms_application_sid is present, we ignore all of the sms_*_url urls and use those of the application.
SmsFallbackMethodstringNoThe HTTP method that we should use to call sms_fallback_url. Can be: GET or POST and defaults to POST.
SmsFallbackUrlstringNoThe URL that we should call when an error occurs while requesting or executing the TwiML defined by sms_url.
SmsMethodstringNoThe HTTP method that we should use to call sms_url. Can be: GET or POST and defaults to POST.
SmsUrlstringNoThe URL we should call when the new phone number receives an incoming SMS message.
StatusCallbackstringNoThe URL we should call using the status_callback_method to send status information to your application.
StatusCallbackMethodstringNoThe HTTP method we should use to call status_callback. Can be: GET or POST and defaults to POST.
TrunkSidstringNoThe SID of the Trunk we should use to handle calls to the new phone number. If a trunk_sid is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a trunk_sid will automatically delete your voice_application_sid and vice versa.
VoiceApplicationSidstringNoThe SID of the application we should use to handle calls to the new phone number. If a voice_application_sid is present, we ignore all of the voice urls and use only those set on the application. Setting a voice_application_sid will automatically delete your trunk_sid and vice versa.
VoiceCallerIdLookupbooleanNoWhether to lookup the caller’s name from the CNAM database and post it to your app. Can be: true or false and defaults to false.
VoiceFallbackMethodstringNoThe HTTP method that we should use to call voice_fallback_url. Can be: GET or POST and defaults to POST.
VoiceFallbackUrlstringNoThe URL that we should call when an error occurs retrieving or executing the TwiML requested by url.
VoiceMethodstringNoThe HTTP method that we should use to call voice_url. Can be: GET or POST and defaults to POST.
VoiceReceiveModestringNoVoice Receive Mode
VoiceUrlstringNoThe URL that we should call to answer a call to the new phone number. The voice_url will not be called if a voice_application_sid or a trunk_sid is set.

twilio_phone_numbers_create_incoming_phone_number_toll_free

POST /IncomingPhoneNumbers/TollFree.json Parameters:
ParameterTypeRequiredDefaultDescription
AddressSidstringNoThe SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations.
ApiVersionstringNoThe API version to use for incoming calls made to the new phone number. The default is 2010-04-01.
BundleSidstringNoThe SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations.
EmergencyAddressSidstringNoThe SID of the emergency address configuration to use for emergency calling from the new phone number.
EmergencyStatusstringNoThe parameter displays if emergency calling is enabled for this number. Active numbers may place emergency calls by dialing valid emergency numbers for the country.
FriendlyNamestringNoA descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number.
IdentitySidstringNoThe SID of the Identity resource that we should associate with the new phone number. Some regions require an Identity to meet local regulations.
PhoneNumberstringYesThe phone number to purchase specified in E.164 format. E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234.
SmsApplicationSidstringNoThe SID of the application that should handle SMS messages sent to the new phone number. If an sms_application_sid is present, we ignore all sms_*_url values and use those of the application.
SmsFallbackMethodstringNoThe HTTP method that we should use to call sms_fallback_url. Can be: GET or POST and defaults to POST.
SmsFallbackUrlstringNoThe URL that we should call when an error occurs while requesting or executing the TwiML defined by sms_url.
SmsMethodstringNoThe HTTP method that we should use to call sms_url. Can be: GET or POST and defaults to POST.
SmsUrlstringNoThe URL we should call when the new phone number receives an incoming SMS message.
StatusCallbackstringNoThe URL we should call using the status_callback_method to send status information to your application.
StatusCallbackMethodstringNoThe HTTP method we should use to call status_callback. Can be: GET or POST and defaults to POST.
TrunkSidstringNoThe SID of the Trunk we should use to handle calls to the new phone number. If a trunk_sid is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a trunk_sid will automatically delete your voice_application_sid and vice versa.
VoiceApplicationSidstringNoThe SID of the application we should use to handle calls to the new phone number. If a voice_application_sid is present, we ignore all of the voice urls and use those set on the application. Setting a voice_application_sid will automatically delete your trunk_sid and vice versa.
VoiceCallerIdLookupbooleanNoWhether to lookup the caller’s name from the CNAM database and post it to your app. Can be: true or false and defaults to false.
VoiceFallbackMethodstringNoThe HTTP method that we should use to call voice_fallback_url. Can be: GET or POST and defaults to POST.
VoiceFallbackUrlstringNoThe URL that we should call when an error occurs retrieving or executing the TwiML requested by url.
VoiceMethodstringNoThe HTTP method that we should use to call voice_url. Can be: GET or POST and defaults to POST.
VoiceReceiveModestringNoVoice Receive Mode
VoiceUrlstringNoThe URL that we should call to answer a call to the new phone number. The voice_url will not be called if a voice_application_sid or a trunk_sid is set.

twilio_phone_numbers_delete_address

DELETE /Addresses/{Sid}.json Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the Address resource to delete.

twilio_phone_numbers_delete_incoming_phone_number

Delete a phone-numbers belonging to the account used to make the request. Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete.

twilio_phone_numbers_delete_outgoing_caller_id

Delete the caller-id specified from the account Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete.

twilio_phone_numbers_fetch_address

GET /Addresses/{Sid}.json Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the Address resource to fetch.

twilio_phone_numbers_fetch_available_phone_number_country

GET /AvailablePhoneNumbers/{CountryCode}.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country to fetch available phone number information about.

twilio_phone_numbers_fetch_incoming_phone_number

Fetch an incoming-phone-number belonging to the account used to make the request. Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch.

twilio_phone_numbers_fetch_outgoing_caller_id

Fetch an outgoing-caller-id belonging to the account used to make the request Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch.

twilio_phone_numbers_list_address

GET /Addresses.json Parameters:
ParameterTypeRequiredDefaultDescription
CustomerNamestringNoThe customer_name of the Address resources to read.
FriendlyNamestringNoThe string that identifies the Address resources to read.
EmergencyEnabledbooleanNoWhether the address can be associated to a number for emergency calling.
IsoCountrystringNoThe ISO country code of the Address resources to read.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_country

GET /AvailablePhoneNumbers.json Parameters:
ParameterTypeRequiredDefaultDescription
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_local

GET /AvailablePhoneNumbers/{CountryCode}/Local.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_machine_to_machine

GET /AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_mobile

GET /AvailablePhoneNumbers/{CountryCode}/Mobile.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_national

GET /AvailablePhoneNumbers/{CountryCode}/National.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_shared_cost

GET /AvailablePhoneNumbers/{CountryCode}/SharedCost.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_toll_free

GET /AvailablePhoneNumbers/{CountryCode}/TollFree.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_available_phone_number_voip

GET /AvailablePhoneNumbers/{CountryCode}/Voip.json Parameters:
ParameterTypeRequiredDefaultDescription
CountryCodestringYesThe ISO-3166-1 country code of the country from which to read phone numbers.
AreaCodeintegerNoThe area code of the phone numbers to read. Applies to only phone numbers in the US and Canada.
ContainsstringNoMatching pattern to identify phone numbers. This pattern can be between 2 and 16 characters long and allows all digits (0-9) and all non-diacritic latin alphabet letters (a-z, A-Z). It accepts four meta-characters: *, %, +, $. The * and % meta-characters can appear multiple times in the pattern. To match wildcards at the beginning or end of the pattern, use * to match any single character or % to match a sequence of characters. If you use the wildcard patterns, it must include at least two non-meta-characters, and wildcards cannot be used between non-meta-characters. To match the beginning of a pattern, start the pattern with +. To match the end of the pattern, append the pattern with $. These meta-characters can’t be adjacent to each other.
SmsEnabledbooleanNoWhether the phone numbers can receive text messages. Can be: true or false.
MmsEnabledbooleanNoWhether the phone numbers can receive MMS messages. Can be: true or false.
VoiceEnabledbooleanNoWhether the phone numbers can receive calls. Can be: true or false.
ExcludeAllAddressRequiredbooleanNoWhether to exclude phone numbers that require an Address. Can be: true or false and the default is false.
ExcludeLocalAddressRequiredbooleanNoWhether to exclude phone numbers that require a local Address. Can be: true or false and the default is false.
ExcludeForeignAddressRequiredbooleanNoWhether to exclude phone numbers that require a foreign Address. Can be: true or false and the default is false.
BetabooleanNoWhether to read phone numbers that are new to the Twilio platform. Can be: true or false and the default is true.
NearNumberstringNoGiven a phone number, find a geographically close number within distance miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada.
NearLatLongstringNoGiven a latitude/longitude pair lat,long find geographically close numbers within distance miles. Applies to only phone numbers in the US and Canada.
DistanceintegerNoThe search radius, in miles, for a near_ query. Can be up to 500 and the default is 25. Applies to only phone numbers in the US and Canada.
InPostalCodestringNoLimit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada.
InRegionstringNoLimit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada.
InRateCenterstringNoLimit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires in_lata to be set as well. Applies to only phone numbers in the US and Canada.
InLatastringNoLimit results to a specific local access and transport area (LATA). Given a phone number, search within the same LATA as that number. Applies to only phone numbers in the US and Canada.
InLocalitystringNoLimit results to a particular locality or city. Given a phone number, search within the same Locality as that number.
FaxEnabledbooleanNoWhether the phone numbers can receive faxes. Can be: true or false.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_dependent_phone_number

GET /Addresses/{AddressSid}/DependentPhoneNumbers.json Parameters:
ParameterTypeRequiredDefaultDescription
AddressSidstringYesThe SID of the Address resource associated with the phone number.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_incoming_phone_number

Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. Parameters:
ParameterTypeRequiredDefaultDescription
BetabooleanNoWhether to include phone numbers new to the Twilio platform. Can be: true or false and the default is true.
FriendlyNamestringNoA string that identifies the IncomingPhoneNumber resources to read.
PhoneNumberstringNoThe phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use ’*’ as a wildcard for any digit.
OriginstringNoWhether to include phone numbers based on their origin. Can be: twilio or hosted. By default, phone numbers of all origin are included.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_incoming_phone_number_local

GET /IncomingPhoneNumbers/Local.json Parameters:
ParameterTypeRequiredDefaultDescription
BetabooleanNoWhether to include phone numbers new to the Twilio platform. Can be: true or false and the default is true.
FriendlyNamestringNoA string that identifies the resources to read.
PhoneNumberstringNoThe phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use ’*’ as a wildcard for any digit.
OriginstringNoWhether to include phone numbers based on their origin. Can be: twilio or hosted. By default, phone numbers of all origin are included.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_incoming_phone_number_mobile

GET /IncomingPhoneNumbers/Mobile.json Parameters:
ParameterTypeRequiredDefaultDescription
BetabooleanNoWhether to include phone numbers new to the Twilio platform. Can be: true or false and the default is true.
FriendlyNamestringNoA string that identifies the resources to read.
PhoneNumberstringNoThe phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use ’*’ as a wildcard for any digit.
OriginstringNoWhether to include phone numbers based on their origin. Can be: twilio or hosted. By default, phone numbers of all origin are included.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_incoming_phone_number_toll_free

GET /IncomingPhoneNumbers/TollFree.json Parameters:
ParameterTypeRequiredDefaultDescription
BetabooleanNoWhether to include phone numbers new to the Twilio platform. Can be: true or false and the default is true.
FriendlyNamestringNoA string that identifies the resources to read.
PhoneNumberstringNoThe phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use ’*’ as a wildcard for any digit.
OriginstringNoWhether to include phone numbers based on their origin. Can be: twilio or hosted. By default, phone numbers of all origin are included.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_list_outgoing_caller_id

Retrieve a list of outgoing-caller-ids belonging to the account used to make the request Parameters:
ParameterTypeRequiredDefaultDescription
PhoneNumberstringNoThe phone number of the OutgoingCallerId resources to read.
FriendlyNamestringNoThe string that identifies the OutgoingCallerId resources to read.
PageSizeintegerNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
PageintegerNoThe page index. This value is simply for client state.
PageTokenstringNoThe page token. This is provided by the API.

twilio_phone_numbers_update_address

POST /Addresses/{Sid}.json Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the Address resource to update.
AutoCorrectAddressbooleanNoWhether we should automatically correct the address. Can be: true or false and the default is true. If empty or true, we will correct the address you provide if necessary. If false, we won’t alter the address you provide.
CitystringNoThe city of the address.
CustomerNamestringNoThe name to associate with the address.
EmergencyEnabledbooleanNoWhether to enable emergency calling on the address. Can be: true or false.
FriendlyNamestringNoA descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
PostalCodestringNoThe postal code of the address.
RegionstringNoThe state or region of the address.
StreetstringNoThe number and street address of the address.
StreetSecondarystringNoThe additional number and street address of the address.

twilio_phone_numbers_update_incoming_phone_number

Update an incoming-phone-number instance. Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update.
AccountSidstringNoThe SID of the Account that created the IncomingPhoneNumber resource to update. For more information, see Exchanging Numbers Between Subaccounts.
AddressSidstringNoThe SID of the Address resource we should associate with the phone number. Some regions require addresses to meet local regulations.
ApiVersionstringNoThe API version to use for incoming calls made to the phone number. The default is 2010-04-01.
BundleSidstringNoThe SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations.
EmergencyAddressSidstringNoThe SID of the emergency address configuration to use for emergency calling from this phone number.
EmergencyStatusstringNoThe parameter displays if emergency calling is enabled for this number. Active numbers may place emergency calls by dialing valid emergency numbers for the country.
FriendlyNamestringNoA descriptive string that you created to describe this phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number.
IdentitySidstringNoThe SID of the Identity resource that we should associate with the phone number. Some regions require an identity to meet local regulations.
SmsApplicationSidstringNoThe SID of the application that should handle SMS messages sent to the number. If an sms_application_sid is present, we ignore all of the sms_*_url urls and use those set on the application.
SmsFallbackMethodstringNoThe HTTP method that we should use to call sms_fallback_url. Can be: GET or POST and defaults to POST.
SmsFallbackUrlstringNoThe URL that we should call when an error occurs while requesting or executing the TwiML defined by sms_url.
SmsMethodstringNoThe HTTP method that we should use to call sms_url. Can be: GET or POST and defaults to POST.
SmsUrlstringNoThe URL we should call when the phone number receives an incoming SMS message.
StatusCallbackstringNoThe URL we should call using the status_callback_method to send status information to your application.
StatusCallbackMethodstringNoThe HTTP method we should use to call status_callback. Can be: GET or POST and defaults to POST.
TrunkSidstringNoThe SID of the Trunk we should use to handle phone calls to the phone number. If a trunk_sid is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a trunk_sid will automatically delete your voice_application_sid and vice versa.
VoiceApplicationSidstringNoThe SID of the application we should use to handle phone calls to the phone number. If a voice_application_sid is present, we ignore all of the voice urls and use only those set on the application. Setting a voice_application_sid will automatically delete your trunk_sid and vice versa.
VoiceCallerIdLookupbooleanNoWhether to lookup the caller’s name from the CNAM database and post it to your app. Can be: true or false and defaults to false.
VoiceFallbackMethodstringNoThe HTTP method that we should use to call voice_fallback_url. Can be: GET or POST and defaults to POST.
VoiceFallbackUrlstringNoThe URL that we should call when an error occurs retrieving or executing the TwiML requested by url.
VoiceMethodstringNoThe HTTP method that we should use to call voice_url. Can be: GET or POST and defaults to POST.
VoiceReceiveModestringNoVoice Receive Mode
VoiceUrlstringNoThe URL that we should call to answer a call to the phone number. The voice_url will not be called if a voice_application_sid or a trunk_sid is set.

twilio_phone_numbers_update_outgoing_caller_id

Updates the caller-id Parameters:
ParameterTypeRequiredDefaultDescription
SidstringYesThe Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update.
FriendlyNamestringNoA descriptive string that you create to describe the resource. It can be up to 64 characters long.