5 years ago
Twilio Dashboard Assistance
Does anyone have experience getting a dashboard put together for Twilio? The out of the box data source doesn't quite have what we need. Specifically I want to look at trunking calls their statuses...
The trunk can return some information, but it doesn't explicitly have a status object.
Call status can be reached via https://www.twilio.com/docs/voice/api/call-resource#read-multiple-call-resources
You'd then traverse the returned JSON object, for example $.calls[].status
I'm working on something tangentially related; when I'm done I can update here if you'd like.