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

set message callback url for phone number #1

Open
kevinlong206 opened this issue Mar 9, 2018 · 2 comments
Open

set message callback url for phone number #1

kevinlong206 opened this issue Mar 9, 2018 · 2 comments

Comments

@kevinlong206
Copy link
Collaborator

Greetings, and apologies if this is the wrong place to ask.

I am interested in using this API call:
https://developer.flowroute.com/api/numbers/v2.0/set-a-messaging-callback-url-for-phone-number/

I am wondering if this is available in this python v3 SDK , and if an example could be provided?

We are hoping to set the callback URL on numbers specifically, rather than an account-wide setting.

Regards,

Kevin Long

@bermudezmt
Copy link
Contributor

Hello Kevin, we are working on updating our libraries and API features. We will keep you posted once we roll out our updates - but for now, I am adding your request to our productboard.

Cheers,
Maria

@clacina
Copy link
Contributor

clacina commented Jul 27, 2018

Hi Kevin, this is now available in the current version of the API. Here's a snippet from the demo program:

print("--Set a callback for a DID")
result = numbers_controller.set_did_callback(number_id, 'http://www.example.com/test')

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

No branches or pull requests

3 participants