Twilio Status API Integration

Hi All,

Has anyone successfully integrated using the WebAPI with Twilio, information about the api is mentioned here: https://status.twilio.com/api. Any comments would be appreciated.

Thanks in advance

Hi,

I have created a custom MP for this. A powershell script-discovery that discoveres all the components and a monitor to check health for each component. It’s possible to pull incidents and a lot of information with the WebApi-tile.

Incidents Example using the Web-Api Function in Squared Up:

  1. Web Api Grid

  2. Generic Provider

  3. Get -> https://gpkpyklzq55q.statuspage.io/api/v2/incidents.json

  4. Responsedata = “incidents”

  5. Define Columns

System Status Example:

  1. Web Api Scalar
  2. Generic Provider
  3. GET -> https://gpkpyklzq55q.statuspage.io/api/v2/status.json
  4. Responsdata = "status.description"
Dashboard:

Kind Regards

Kjetil Olafsen @Intility