-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add TaskRouter support #27
Comments
The first hangup is that the TaskRouter API is at a different domain from the rest of the Twilio API. The Base URL for task router is https://taskrouter.twilio.com. |
@davejlong I'd definitely be open to including this. I hadn't seen that API from Twilio before. Let me know if you need any help! |
Looking at the API, I'm wondering if I should build a seperate package for TaskRouter given some of the differences between TaskRouter and other Twilio APIs. Also I feel like people using TaskRouter won't necessarily need to use other Twilio APIs and visa versa. What are your thoughts @danielberkompas? |
@davejlong When I first saw this issue, I thought that too. A separate package makes sense to me, since it isn't core to the main Twilio APIs. |
I'd like to see TaskRouter support added to to the library. I've started working on the integration on my fork at cagedata/ex_twilio
The text was updated successfully, but these errors were encountered: