You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am using the Twilio python function - client.incoming_phone_numbers.local.list to gather a list of only local 10DLC numbers within our account so that it can be compared against the numbers already included within a messaging service, but unfortunately the local list also includes toll free numbers in it. Is this a known issue?
Steps to Reproduce
Twilio python functions
Get a list of local numbers in an account SID. - client.incoming_phone_numbers.local.list(limit=100000)
Get a list of numbers within a messaging service - service.phone_numbers.list(limit=10000)
Compare the lists to find numbers missing in a messaging service.
Add missing numbers to a messaging service.
Technical details:
twilio-python version:
python version:
The text was updated successfully, but these errors were encountered:
Issue Summary
Am using the Twilio python function - client.incoming_phone_numbers.local.list to gather a list of only local 10DLC numbers within our account so that it can be compared against the numbers already included within a messaging service, but unfortunately the local list also includes toll free numbers in it. Is this a known issue?
Steps to Reproduce
Twilio python functions
Technical details:
The text was updated successfully, but these errors were encountered: