-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
215 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Confluence | ||
|
||
## Overview | ||
|
||
The Confluence source supports Full Refresh syncs. | ||
|
||
### Output schema | ||
|
||
This Source is capable of syncing the following core Streams: | ||
|
||
* [Pages](https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-get) | ||
* [Blog Posts](https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-get) | ||
* [Space](https://developer.atlassian.com/cloud/confluence/rest/api-group-space/#api-wiki-rest-api-space-get) | ||
* [Group](https://developer.atlassian.com/cloud/confluence/rest/api-group-group/#api-wiki-rest-api-group-get) | ||
* [Audit](https://developer.atlassian.com/cloud/confluence/rest/api-group-audit/#api-wiki-rest-api-audit-get) | ||
|
||
### Data type mapping | ||
|
||
The [Confluence API](https://developer.atlassian.com/cloud/confluence/rest/intro/#about) uses the same [JSONSchema](https://json-schema.org/understanding-json-schema/reference/index.html) types that Airbyte uses internally \(`string`, `date-time`, `object`, `array`, `boolean`, `integer`, and `number`\), so no type conversions happen as part of this source. | ||
|
||
### Features | ||
|
||
| Feature | Supported? | | ||
| :--- | :--- | | ||
| Full Refresh Sync | Yes | | ||
| Incremental - Append Sync | No | | ||
| Incremental - Dedupe Sync | No | | ||
| SSL connection | No | | ||
| Namespaces | No | | ||
|
||
### Performance considerations | ||
|
||
The Confluence connector should not run into Confluence API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully. | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Confluence Account | ||
* Confluence API Token | ||
* Confluence domain name | ||
* Confluence email address | ||
|
||
### Setup guide | ||
|
||
Follow [this article](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) to create an API token for your Confluence account. | ||
|
||
## Changelog | ||
|
||
| Version | Date | Pull Request | Subject | | ||
| :--- | :--- | :--- | :--- | | ||
| 0.1.0 | 2021-11-05 | [7241](https://github.com/airbytehq/airbyte/pull/7241) | 🎉 New Source: Confluence | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Freshsales | ||
|
||
## Overview | ||
|
||
The Freshsales supports full refresh syncs. | ||
|
||
### Output schema | ||
|
||
Several output streams are available from this source: | ||
|
||
* [Contacts](https://developers.freshworks.com/crm/api/#contacts) | ||
* [Accounts](https://developers.freshworks.com/crm/api/#accounts) | ||
* [Open Deals](https://developers.freshworks.com/crm/api/#deals) | ||
* [Won Deals](https://developers.freshworks.com/crm/api/#deals) | ||
* [Lost Deals](https://developers.freshworks.com/crm/api/#deals) | ||
* [Open Tasks](https://developers.freshworks.com/crm/api/#tasks) | ||
* [Completed Tasks](https://developers.freshworks.com/crm/api/#tasks) | ||
* [Past appointments](https://developers.freshworks.com/crm/api/#appointments) | ||
* [Upcoming appointments](https://developers.freshworks.com/crm/api/#appointments) | ||
|
||
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose) | ||
|
||
### Features | ||
|
||
| Feature | Supported? | | ||
| :--- | :--- | | ||
| Full Refresh Sync | Yes | | ||
| Incremental Sync | No | | ||
| SSL connection | No | | ||
| Namespaces | No | | ||
|
||
### Performance considerations | ||
|
||
The Freshsales connector should not run into Freshsales API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully. | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Freshsales Account | ||
* Freshsales API Key | ||
* Freshsales domain name | ||
|
||
### Setup guide | ||
|
||
Please read [How to find your API key](https://crmsupport.freshworks.com/support/solutions/articles/50000002503-how-to-find-my-api-key-). | ||
|
||
## Changelog | ||
|
||
| Version | Date | Pull Request | Subject | | ||
| :--- | :--- | :--- | :--- | | ||
| 0.1.0 | 2021-11-03 | [6963](https://github.com/airbytehq/airbyte/pull/6963) | 🎉 New Source: Freshsales | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Freshservice | ||
|
||
## Overview | ||
|
||
The Freshservice supports full refresh syncs. 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. | ||
|
||
### Output schema | ||
|
||
Several output streams are available from this source: | ||
|
||
* [Tickets](https://api.freshservice.com/v2/#view_all_ticket) (Incremental) | ||
* [Problems](https://api.freshservice.com/v2/#problems) (Incremental) | ||
* [Changes](https://api.freshservice.com/v2/#changes) (Incremental) | ||
* [Releases](https://api.freshservice.com/v2/#releases) (Incremental) | ||
* [Requesters](https://api.freshservice.com/v2/#requesters) | ||
* [Agents](https://api.freshservice.com/v2/#agents) | ||
* [Locations](https://api.freshservice.com/v2/#locations) | ||
* [Products](https://api.freshservice.com/v2/#products) | ||
* [Vendors](https://api.freshservice.com/v2/#vendors) | ||
* [Assets](https://api.freshservice.com/v2/#assets) | ||
* [PurchaseOrders](https://api.freshservice.com/v2/#purchase-order) | ||
* [Software](https://api.freshservice.com/v2/#software) | ||
|
||
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose) | ||
|
||
### Features | ||
|
||
| Feature | Supported? | | ||
| :--- | :--- | | ||
| Full Refresh Sync | Yes | | ||
| Incremental Sync | Yes | | ||
| SSL connection | No | | ||
| Namespaces | No | | ||
|
||
### Performance considerations | ||
|
||
The Freshservice connector should not run into Freshservice API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully. | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Freshservice Account | ||
* Freshservice API Key | ||
* Freshservice domain name | ||
* Replciation Start Date | ||
|
||
### Setup guide | ||
|
||
Please read [How to find your API key](https://api.freshservice.com/#authentication). | ||
|
||
## Changelog | ||
|
||
| Version | Date | Pull Request | Subject | | ||
| :--- | :--- | :--- | :--- | | ||
| 0.1.0 | 2021-10-29 | [6967](https://github.com/airbytehq/airbyte/pull/6967) | 🎉 New Source: Freshservice | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Monday | ||
|
||
## Overview | ||
|
||
The Monday supports full refresh syncs | ||
|
||
### Output schema | ||
|
||
Several output streams are available from this source: | ||
|
||
* [Items](https://api.developer.monday.com/docs/items-queries) | ||
* [Boards](https://api.developer.monday.com/docs/groups-queries#groups-queries) | ||
* [Teams](https://api.developer.monday.com/docs/teams-queries) | ||
* [Updates](https://api.developer.monday.com/docs/updates-queries) | ||
* [Users](https://api.developer.monday.com/docs/users-queries-1) | ||
|
||
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose) | ||
|
||
### Features | ||
|
||
| Feature | Supported? | | ||
| :--- | :--- | | ||
| Full Refresh Sync | Yes | | ||
| Incremental Sync | No | | ||
| SSL connection | No | | ||
| Namespaces | No | | ||
|
||
### Performance considerations | ||
|
||
The Monday connector should not run into Monday API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully. | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Monday Account | ||
* Monday API Token | ||
|
||
### Setup guide | ||
|
||
You can get the API key for Monday by going to Profile picture (bottom left) => Admin => API | ||
|
||
## Changelog | ||
|
||
| Version | Date | Pull Request | Subject | | ||
| :--- | :--- | :--- | :--- | | ||
| 0.1.0 | 2021-11-07 | [7168](https://github.com/airbytehq/airbyte/pull/7168) | 🎉 New Source: Monday | |