![]() |
VOOZH | about |
The CData Excel Add-In for Zendesk provides formulas that can edit, save, and delete Zendesk data. The following three steps show how you can automate the following task: Search Zendesk data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as ZendeskConnection1, or a connection string. The connection string consists of the required properties for connecting to Zendesk data, separated by semicolons.
To connect, set the URL and provide authentication. The URL is your Zendesk Support URL: https://{subdomain}.zendesk.com.
You can authenticate using the Basic or OAuth methods.
To use Basic authentication, specify your email address and password or your email address and an API token. Set User to your email address and follow the steps below to provide the Password or ApiToken.
See the Getting Started guide in the CData driver documentation for an authentication guide.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Tickets WHERE Industry = '"&B5&"'","URL="&B1&";User="&B2&";Password="&B3&";InitiateOAuth="&B4&";Provider=Zendesk",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Zendesk to get started:
Download NowLearn more:
👁 Zendesk IconThe Zendesk Excel Add-In is a powerful tool that allows you to connect with live Zendesk customer support management data, directly from Microsoft Excel.
Use Excel to read, write, and update Tickets, Groups, Users, Schedules, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!