Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(integrations): Add copper integration #3071

Merged
merged 16 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
copper integration
  • Loading branch information
dannylwe committed Nov 27, 2024
commit df839ca6ebda8c818d01f1055bc384e0d963bcf9
19 changes: 19 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,25 @@ codeclimate:
title: API Key
description: The API key for your Code Climate account

copper:
display_name: Copper
categories:
- CRM
auth_mode: OAUTH2
proxy:
base_url: https://api.copper.com/developer_api/
docs: https://docs.nango.dev/integrations/all/copper
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be helpful to include the docs link at the end.

default_scopes:
- developer/v1/all
authorization_url: https://app.copper.com/oauth/authorize
token_url: https://app.copper.com/oauth/token
authorization_params:
response_type: code
token_params:
grant_type: authorization_code
refresh_params:
grant_type: refresh_token

connectwise-psa:
display_name: ConnectWise PSA
categories:
Expand Down
Loading