Connecting Klipfolio to Twilio

You can set up a connection between Klipfolio and your Twilio data to display your communications metrics on a dashboard.

This article includes:

What options do I have for visualizing my Twilio data?

Create data visualizations based on pre-built options or build your own. The choice is yours!

Pre-built by Klipfolio

Take advantage of our pre-built data sources to gather the data most meaningful to you.

  • Twilio pre-built data sources: Data sources provide the foundation for Klip building, so we suggest you create a data source as a first step (before building Klips and adding them to your dashboard). Our pre-built data sources focus on the most sought-after Twilio data and are found on the Service Connectors page. When you select a service connector from this page, the data source for that service is automatically added.

Custom built by you

Taking the time to learn how to create your own data sources and Klips unlocks your data and enables you to control, manipulate, and transform it, leading you to unprecedented insights into your business.

  • Custom data sources: When you create a custom data source, you can either use the pre-built data source as a starting point from which to write your own query or you can write your own queries from the ground up and build a data source from scratch. You create custom-built data sources from either your list of data sources or the Service Connectors page.
  • Custom Klips: Using our Klip Editor, you can construct and manipulate your data, including integrating multiple data sources, to produce unique, custom-built data visualizations. You create custom Klips from either your list of Klips or your Dashboard.

Regardless of whether you choose pre-built, custom-built, or a combination of both, before you can start building Klips and dashboards you need to:

  • Make sure you have Twilio permissions that allow API access.
  • Connect to Twilio data in Klipfolio.

How do I connect to Twilio data in Klipfolio?

To connect your Twilio data to Klipfolio, you will need your Account SID and Auth Token. To get the right data from Twilio, you use your Twilio Account SID in the queries provided by Klipfolio or in your own query when building data sources.

How do I find my Twilio API Key and Account SID?

To find your Twilio API Key and Account SID:

  1. Log in to your Twilio account.
  2. From the Console Dashboard, or from the Settings tab, copy your Account SID and Auth Token. You will use these to connect your data in Klipfolio.

How do I add a Twilio pre-built or custom-built data source?

To add a Twilio pre-built or custom-built data source:

Important: Do not edit the date in any of the Twilio queries.

  1. Navigate to the Service Connectors page in Klipfolio and choose Twilio from the list.
  2. Select a pre-built data source from the left section of the Choose a pre-built or custom connection page. Alternatively, if you want to create a custom-built data source, click Create a custom Twilio data source.
  3. Enter your Twilio Account SID and Auth Token and click Next Step.
  4. Adjust the Query URL information, as noted on the Configure your data source page to replace any generic placeholder data with your own. For example, replace <yourAccountSID> with your own Twillio Account SID (no angle brackets).
  5. If you are creating a custom-built data source, edit the Query URL further to return the data you need. Refer to the Twilio API documentation for details.
  6. Click Get data.
  7. Ensure this is the data you’re looking for and, optionally, select the checkbox to Model your data. Learn more about modelling your data source here.
  8. Click Continue.
  9. Name, choose refresh settings, and, optionally, share your data source.
  10. Click Save.

How do I create a Twilio custom Klip?

You create custom Klips from either your list of Klips or your Dashboard. You choose a data visualization format, for example, a pie chart, gauge, or table, and decide whether you want to use an existing data source or create a new one. In the Klip Editor, there are limitless opportunities to modify, relate, and display your data. See the following related articles for more information and get building!

More about Twilio's API and queries

Klipfolio connects to hundreds of services in the cloud that have a REST API. If you take the time to learn your service’s API to create queries for the data you want, your possibilities are endless. Here’s a quick overview video on APIs and Klipfolio:

  Klipfolio API's 101

If you need help using APIs, enlist a data analyst or developer.

Refer to the Twilio API documentation to discover more data requests.

See the reference table below for API related information and sample queries.

API Documentation Twilio API Documentation
Authentication Method Basic HTTP Authentication.
Response Format JSON
API Limits and Notes Don't touch the date 2010-04-01 in the queries. It's part of Twilio's base URL, which is https://api.twilio.com/2010-04-01.
Date Format

Example rolling date range for the last month:

LastMonth

Sample Queries

For a list of calls:

https://api.twilio.com/2010-04-01/Accounts/<yourAccountSID>/Calls

For your usage record last month:

https://api.twilio.com/2010-04-01/Accounts/<yourAccountSID>/Usage/Records/LastMonth.json

Related articles

Have more questions? Submit a request