Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.23 KB

zendesk-sell.md

File metadata and controls

80 lines (56 loc) · 2.23 KB

Zendesk Sell

Sync overview

The Zendesk Sell source supports Full Refresh.

This source can sync data for the Zendesk Sell API.

Output schema

This Source is capable of syncing the following core Streams:

  • Call Outcomes
  • Calls
  • Collaborations
  • Contacts
  • Deal Sources
  • Deal Unqualified Reason
  • Deals
  • Lead Conversions
  • Lead Sources
  • Lead Unqualified Reason
  • Leads
  • Loss Reasons
  • Notes
  • Orders
  • Pipelines
  • Products
  • Stages
  • Tags
  • Tasks
  • Text Messages
  • Users
  • Visit Outcomes
  • Visits

Data type mapping

Integration Type Airbyte Type Notes
string string
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync Yes

Performance considerations

The connector is restricted by normal Zendesk requests limitation

The Zendesk connector should not run into Zendesk API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Zendesk Sell API Token

Setup guide

Please follow this guide

Generate an API Token or oauth2.0 Access token as described in here

We recommend creating a restricted, read-only key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access.

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-27 17888 Initial Release
0.1.1 2023-08-30 29830 Change phone_number in Calls to string (bug in zendesk sell api documentation)