Product Docs
  • What is Dataworkz?
  • Getting Started
    • What You Will Need (Prerequisites)
    • Create with Default Settings: RAG Quickstart
    • Custom Settings: RAG Quickstart
    • Data Transformation Quickstart
    • Create an Agent: Quickstart
  • Concepts
    • RAG Applications
      • Overview
      • Ingestion
      • Embedding Models
      • Vectorization
      • Retrieve
    • AI Agents
      • Introduction
      • Overview
      • Tools
        • Implementation
      • Type
      • Tools Repository
      • Tool Execution Framework
      • Agents
      • Scenarios
      • Agent Builder
    • Data Studio
      • No-code Transformations
      • Datasets
      • Dataflows
        • Single Dataflows:
        • Composite dataflows:
        • Benefits of Dataflows:
      • Discovery
        • How to: Discovery
      • Lineage
        • Features of Lineage:
        • Viewing a dataset's lineage:
      • Catalog
      • Monitoring
      • Statistics
  • Guides
    • RAG Applications
      • Configure LLM's
        • AWS Bedrock
      • Embedding Models
        • Privately Hosted Embedding Models
        • Amazon Bedrock Hosted Embedding Model
        • OpenAI Embedding Model
      • Connecting Your Data
        • Finding Your Data Storage: Collections
      • Unstructured Data Ingestion
        • Ingesting Unstructured Data
        • Unstructured File Ingestion
        • Html/Sharepoint Ingestion
      • Create Vector Embeddings
        • How to Build the Vector embeddings from Scratch
        • How do Modify Existing Chunking/Embedding Dataflows
      • Response History
      • Creating RAG Experiments with Dataworkz
      • Advanced RAG - Access Control for your data corpus
    • AI Agents
      • Concepts
      • Tools
        • Dataset
        • AI App
        • Rest API
        • LLM Tool
        • Relational DB
        • MongoDB
        • Snowflake
      • Agent Builder
      • Agents
      • Guidelines
    • Data Studio
      • Transformation Functions
        • Column Transformations
          • String Operations
            • Format Operations
            • String Calculation Operations
            • Remove Stop Words Operation
            • Fuzzy Match Operation
            • Masking Operations
            • 1-way Hash Operation
            • Copy Operation
            • Unnest Operation
            • Convert Operation
            • Vlookup Operation
          • Numeric Operations
            • Tiles Operation
            • Numeric Calculation Operations
            • Custom Calculation Operation
            • Numeric Encode Operation
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Convert Operation
            • VLookup Operation
          • Boolean Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
          • Date Operations
            • Date Format Operations
            • Date Calculation Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Encode Operation
            • Convert Operation
          • Datetime/Timestamp Operations
            • Datetime Format Operations
            • Datetime Calculation Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Encode Operation
            • Page 1
        • Dataset Transformations
          • Utility Functions
            • Area Under the Curve
            • Page Rank Utility Function
            • Transpose Utility Function
            • Semantic Search Template Utility Function
            • New Header Utility Function
            • Transform to JSON Utility Function
            • Text Utility Function
            • UI Utility Function
          • Window Functions
          • Case Statement
            • Editor Query
            • UI Query
          • Filter
            • Editor Query
            • UI Query
      • Data Prep
        • Joins
          • Configuring a Join
        • Union
          • Configuring a Union
      • Working with CSV files
      • Job Monitoring
    • Utility Features
      • IP safelist
      • Connect to data source(s)
        • Cloud Data Platforms
          • AWS S3
          • BigQuery
          • Google Cloud Storage
          • Azure
          • Snowflake
          • Redshift
          • Databricks
        • Databases
          • MySQL
          • Microsoft SQL Server
          • Oracle
          • MariaDB
          • Postgres
          • DB2
          • MongoDB
          • Couchbase
          • Aerospike
          • Pinecone
        • SaaS Applications
          • Google Ads
          • Google Analytics
          • Marketo
          • Zoom
          • JIRA
          • Salesforce
          • Zendesk
          • Hubspot
          • Outreach
          • Fullstory
          • Pendo
          • Box
          • Google Sheets
          • Slack
          • OneDrive / Sharepoint
          • ServiceNow
          • Stripe
      • Authentication
      • User Management
    • How To
      • Data Lake to Salesforce
      • Embed RAG into your App
  • API
    • Generate API Key in Dataworkz
    • RAG Apps API
    • Agents API
  • Open Source License Types
Powered by GitBook
On this page
  • Prerequisite
  • Creating Zendesk configuration in Dataworkz
  • Add Task Configuration
  1. Guides
  2. Utility Features
  3. Connect to data source(s)
  4. SaaS Applications

Zendesk

How to configure a Zendesk connection

PreviousSalesforceNextHubspot

Last updated 1 month ago

This document describes the Dataworkz connector configuration required to access Zendesk.

Prerequisite

Before configuring Dataworkz for Zendesk, a "Connected App" needs to be configured in Zendesk. Follow the steps listed below for creating an OAuth App in Zendesk for Dataworkz.

  1. Follow these documents to setup Zendesk connected app and to configure Oauth2.

  2. Keep in mind the following points while doing the same.

    • Callback URL can be found in Dataworkz UI (Refer section for details)

    • Permissions/scopes need to be added for Zendesk API. There are 2 scopes defined for Zendesk i.e. Read and write. Only read scope is required to read entities data.

  3. Make note of the Client ID & Secret. These details would be required at the time of creating the connector in Dataworkz.

Creating Zendesk configuration in Dataworkz

  1. Login to Dataworkz Application

  2. Goto Configuration -> SaaS Applications -> Zendesk

  3. Click the + icon to add a new configuration

  4. Enter the name of Zendesk connector configuration

  5. Select Zendesk App option

    1. Zendesk Sell (to get zendesk CRM data)

    2. Zendesk Support (to get Zendesk support tickets and other support entities).

  6. Select the OAuth Option

    1. Private connection

    2. Dataworkz OAuth

    3. Api Key

  7. If selected authentication type is Private Connected App then

    1. Select "Yes" if app has already been created.

    2. Select "No". Screen with the redirect URL would pop-up. Copy the redirect URL and goto section.

  8. Choose the workspace that you want to use

  9. Choose the collection that you would like to use

  10. Choose the scope for the Zendesk connection

  11. Save the configuration. This would prompt you to login to Zendesk account and authorize Dataworkz to access Zendesk APIs

  12. Newly created connector would show up in the list of Zendesk configurations.

Add Task Configuration

Click the newly created connector and then click + icon to add new task configuration for Zendesk

  1. Enter name for the dataset

  2. Select the Zendesk entity that you need to access

  3. Select the fields of the entity that need to be read

  4. Select the appropriate option for reading all the historical data or for a date range

  5. Select the incremental pull criteria

    • Created At

    • Updated At

  6. Enable/disable recurring job

  7. Click Add to save the configuration

This would complete the Dataworkz configuration for Zendesk

https://developer.zendesk.com/api-reference/apps/introduction/
https://support.zendesk.com/hc/en-us/articles/4408845965210-Using-OAuth-authentication-with-your-application
Connecting to Zendesk
Prerequisite