How to Connect to Zendesk API in SSIS

Introduction

This article guides you through connecting to the Zendesk API in SSIS. The ZappySys Zendesk connector facilitates seamless integration and management of Zendesk data.

Prerequisites

Steps

Create/Select a Token from the Zendesk Admin Center

To generate an API token, you must be an administrator and have API token access enabled in your account. Here are the steps:

  1. Log into your Zendesk Support settings; it is in Admin Center https://{yoursubdomain}.zendesk.com/admin/home.

  2. Click Apps and integrations in the sidebar, then select APIs and Zendesk API.

  3. Click the Add API token button to the right of Active API tokens.

  4. Create the token, and it will be generated and displayed. Save the token for later.

Locate the User ID

  1. From the Admin Center, go to the Team Members page.

  2. Enter the agent’s name or email address in the search bar.

  3. Open the agent’s profile and get the agent ID from the URL in your browser’s address bar. For example: https://{yoursubdomain}.zendesk.com/agent/users/[AGENT-ID].

Connect with Zendesk Connector in SSIS

  1. Add a Data Flow task to your SSIS package.

  2. Inside the Data Flow, add an API Source component.

  3. Configure a new connection within the API Source by selecting the Zendesk connector and proceeding to the next step.

  4. Enter the sub-domain, user ID, and the token. Then, test the connection.

  5. Save the configuration by clicking OK.

  6. Choose a table/endpoint and preview the data.

  7. Run the package with a destination component
    Final result

Considerations

Save your token securely for future use.

Video tutorial

SSIS API Source

SSIS API Destination

Conclusion

Following these steps, you can seamlessly connect to Zendesk within SSIS, leveraging the ZappySys tool for efficient data retrieval and integration. For assistance or inquiries, contact our support team via chat on our website.

References

For more detailed information, refer to our ZappySys Zendesk connector.