* Add opportunities to copper streams * Fix version * update schema * update versions and fix schema formatting * auto-bump connector version --------- Co-authored-by: Mal Hancock <mhancock@archangelic.space> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
45 lines
1.8 KiB
Markdown
45 lines
1.8 KiB
Markdown
# Copper
|
|
|
|
This page contains the setup guide and reference information for the Copper source connector.
|
|
|
|
## Prerequisites
|
|
|
|
This Copper source uses the [Copper API](https://developer.copper.com/).
|
|
|
|
## Setup guide
|
|
|
|
### Step 1: Set up Copper
|
|
|
|
#### For Airbyte OSS:
|
|
|
|
1. Navigate to the Airbyte Open Source dashboard
|
|
2. Enter a name for your source
|
|
3. Enter your Copper `api_key`. This can be generated by logging into Copper -> Settings -> Integrations -> API Keys
|
|
4. Enter your Copper `user_email`. The email used to login to Copper
|
|
5. Click **Set up source**
|
|
|
|
## Supported sync modes
|
|
|
|
The Copper source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
|
|
|
|
| Feature | Supported? |
|
|
| :---------------------------- | :--------- |
|
|
| Full Refresh Sync | Yes |
|
|
| Incremental - Append Sync | No |
|
|
| Replicate Incremental Deletes | No |
|
|
| SSL connection | Yes |
|
|
| Namespaces | No |
|
|
|
|
## Supported Streams
|
|
|
|
- [People](https://developer.copper.com/people/list-people-search.html)
|
|
- [Companies](https://developer.copper.com/companies/list-companies-search.html)
|
|
- [Projects](https://developer.copper.com/projects/list-projects-search.html)
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| :------ | :--------- | :-------------------------------------------------------- | :--------------------------------- |
|
|
| 0.2.0 | 2023-04-17 | [24824](https://github.com/airbytehq/airbyte/pull/24824) | Add `opportunities` stream |
|
|
| 0.1.0 | 2022-11-17 | [18848](https://github.com/airbytehq/airbyte/pull/18848) | 🎉 New Source: Copper [python cdk] |
|