![]() |
VOOZH | about |
The CData JDBC Driver for Twilio enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Twilio as sources and destinations. In this article, you will use the JDBC Driver for Twilio to set up a simple transfer into a flat file. The CData JDBC Driver for Twilio enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Twilio as sources and destinations. In this article, you will use the JDBC Driver for Twilio to set up a simple transfer into a flat file.
Use the AccountSid and AuthToken connection properties to access data from your account. You obtain your live credentials on your Twilio account dashboard. Click Account -> Account Settings to obtain your test credentials.
For assistance in constructing the JDBC URL, use the connection string designer built into the Twilio JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.twilio.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:twilio:AccountSid=MyAccountSid;AuthToken=MyAuthToken;
SELECT To, Duration FROM Calls
Download a free trial of the Twilio Driver to get started:
Download NowLearn more:
👁 Twilio IconComplete read-write access to Twilio enables developers to search (Accounts, Applications, Messages, Recordings, etc.), update items, edit customers, and more, from any Java/J2EE application.