1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/docs/integrations/sources/freshdesk.md
Davin Chia 42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00

2.1 KiB

Freshdesk

Overview

The Freshdesk supports full refresh and incremental sync. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run. There are two types of incremental sync:

  • server level (native) - when API supports filter on specific columns that Airbyte use to track changes (updated_at, created_at, etc)
  • client level - when API doesn't support filter and Airbyte performs filtration on its side.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes
SSL connection Yes
Namespaces No

Performance considerations

The Freshdesk connector should not run into Freshdesk 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

  • Freshdesk Account
  • Freshdesk API Key

Setup guide

Please read How to find your API key.