Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Twilio: fill the streams with data #19481

Closed
igrankova opened this issue Nov 16, 2022 · 2 comments
Closed

Source Twilio: fill the streams with data #19481

igrankova opened this issue Nov 16, 2022 · 2 comments
Assignees

Comments

@igrankova
Copy link
Contributor

igrankova commented Nov 16, 2022

Tell us about the problem you're trying to solve

Add test data to the streams:
available_phone_numbers_local
available_phone_numbers_mobile
dependent_phone_numbers
conference_participants
available_phone_numbers_toll_free
accounts
usage_records

Twilio account - LastPass name Primary Twilio Dev Account

Issue related - Source: Twilio - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.twilio.com/2010-04-01/Accounts/ACf26cde4c31c81b7... (via Sentry) #1046

@igrankova
Copy link
Contributor Author

All streams are filled except dependent_phone_numbers and conference_participants

@igrankova
Copy link
Contributor Author

UPD:
dependent_phone_numbers - done
used this link to update: https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource#update-an-incomingphonenumber-resource
(support gave me the instruction how to link an incoming phone number to address)

conference_participants - can't fill the data because the endpoint we use to retrieve data:
https://www.twilio.com/docs/voice/api/conference-participant-resource#read-multiple-participant-resources
is only available while the conference is active. Once the conference has ended this stream will no longer return results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant