Skip to content

Commit

Permalink
Merge branch 'master' into wari/support-perimeter81
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog authored Oct 29, 2024
2 parents 05b56ec + dfec2c7 commit b9fbebe
Show file tree
Hide file tree
Showing 48 changed files with 1,098 additions and 55 deletions.
36 changes: 36 additions & 0 deletions docs-v2/integrations/all/adyen.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Adyen
sidebarTitle: Adyen
---

API configuration: [`adyen`](https://nango.dev/providers.yaml)


## Features

| Features | Status |
| - | - |
| [Auth (OAuth)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: <48h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

- [How to register your Oauth client](https://docs.adyen.com/development-resources/oauth/integration/#step-1-register-your-client)
- [OAuth related docs](https://docs.adyen.com/development-resources/oauth/integration/)
- [List of OAuth scopes](https://docs.adyen.com/development-resources/oauth/scopes)
- [Adyen API versioning](https://docs.adyen.com/development-resources/versioning/)
- [Adyen API docs](https://docs.adyen.com/development-resources/)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- You can choose between `live` and `test` for your connectionConfig environment when adding a connection on Nango.
- Additionally, depending on the resource in your request, you can specify your desired resource. For example, use `kyc` for the manage legal entities resource.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/adyen.mdx)</Note>
2 changes: 1 addition & 1 deletion docs-v2/integrations/all/aircall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aircall
sidebarTitle: Aircall
---

API configuration: [`aircall`](https://nango.dev/providers.yaml)
API configuration: [`aircall`](https://nango.dev/providers.yaml), [`aircall-basic`](https://nango.dev/providers.yaml)

## Features

Expand Down
32 changes: 32 additions & 0 deletions docs-v2/integrations/all/booking-com.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Booking.com
sidebarTitle: Booking.com
---

API configuration: [`booking-com`](https://nango.dev/providers.yaml)

## Features

| Features | Status |
| - | - |
| [Auth (Basic)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: &lt;48h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

- [Booking.com API authentication](https://developers.booking.com/connectivity/docs/basic-authentication)
- [Booking.com API rate limiting](https://developers.booking.com/connectivity/docs#rate-limiting)
- [Booking.com API docs](https://developers.booking.com/connectivity/docs)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- Booking.com uses `Basic` auth mode to access different endpoints. Use your [machine account username](https://developers.booking.com/connectivity/docs/glossary_of_terms#machine-account) as the `username` value and the password provided by Booking.com as the `password` value.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/booking-com.mdx)</Note>
7 changes: 4 additions & 3 deletions docs-v2/integrations/all/chorus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ API configuration: [`chorus`](https://nango.dev/providers.yaml)

| Features | Status |
| - | - |
| [Auth (Basic)](/integrate/guides/authorize-an-api) ||
| [Auth (API Key)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
Expand All @@ -19,13 +19,14 @@ API configuration: [`chorus`](https://nango.dev/providers.yaml)

## Getting started

- [Chorus basic auth related docs](https://api-docs.chorus.ai/#authentication)
- [Chorus auth related docs](https://api-docs.chorus.ai/#authentication)
- [Chorus API docs](https://api-docs.chorus.ai/#intro)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- Chorus uses `Basic` auth mode to access different endpoints. Provide your `username` as the Username value and `password` as the Password value.
- Chorus uses `API_KEY` auth mode with `Authorization: Bearer ${apiKey}` in the request header to access different endpoints.
- API tokens can be generated for each Chorus user, and is managed via the Personal Settings page within the Chorus application.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/chorus.mdx)</Note>
33 changes: 33 additions & 0 deletions docs-v2/integrations/all/databricks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Databricks
sidebarTitle: Databricks
---

API configurations: [`databricks-account`](https://nango.dev/providers.yaml), [`databricks-workspace`](https://nango.dev/providers.yaml)

## Features

| Features | Status |
| - | - |
| [Auth (OAuth)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: &lt;48h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

- [OAuth related docs](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html)
- [Databricks API docs](https://docs.databricks.com/api/workspace/introduction)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- Databricks provides authentication at both the workspace and account levels.
- For the account level, the `accountId` can be obtained by clicking on the down arrow next to your username in the upper-right corner.
- For the workspace level, `databricksInstance` refers to the workspace URL of your Databricks deployment. For more details, please visit [Get identifiers for workspace objects](https://docs.databricks.com/en/workspace/workspace-details.html#workspace-url)

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/databricks.mdx)</Note>
3 changes: 1 addition & 2 deletions docs-v2/integrations/all/dialpad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ title: Dialpad
sidebarTitle: Dialpad
---

API configuration: [`dialpad`](https://nango.dev/providers.yaml)
API configuration: [`dialpad-sandbox`](https://nango.dev/providers.yaml)
API configuration: [`dialpad`](https://nango.dev/providers.yaml), [`dialpad-sandbox`](https://nango.dev/providers.yaml)

## Features

Expand Down
34 changes: 34 additions & 0 deletions docs-v2/integrations/all/google-analytics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Google Analytics
sidebarTitle: Google Analytics
---

API configuration: [`google-analytics`](https://nango.dev/providers.yaml)

## Features

| Features | Status |
| - | - |
| [Auth (OAuth)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: &lt;48h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

- [Google Analytics access token specs](https://cloud.google.com/iam/docs/reference/sts/rest/v1/TopLevel/token#response-body)
- [Google Analytics API docs](https://developers.google.com/analytics/policy)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- Google Analytics offers two main categories of APIs: the Admin API, used for managing properties within Google Analytics, and the Data API, which provides access to report data.
- To access the appropriate authorization scopes for each method, please refer to the Authorization Scopes section for the specific method. For example, see [Authorization scopes](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1alpha/properties.audienceLists/get#authorization-scopes) for the Audience List method.
- While setting up the OAuth app, use the `https://www.googleapis.com/auth/analytics` scope for extended capabilities.
- To enable `Google Analytics` in the developer console for your project, please use the following link: https://console.cloud.google.com/flows/enableapi?apiid=analytics.googleapis.com

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/google-analytics.mdx)</Note>
31 changes: 31 additions & 0 deletions docs-v2/integrations/all/keeper.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Keeper
sidebarTitle: Keeper
---

API configuration: [`keeper-scim`](https://nango.dev/providers.yaml)

## Features

| Features | Status |
| - | - |
| [Auth (API Key)](/integrate/guides/authorize-an-api) ||
| [Sync data](/integrate/guides/sync-data-from-an-api) ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: &lt;48h) |

<Tip>We can implement missing features in &lt;48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

- [Keeper SCIM API docs](https://docs.keeper.io/en/enterprise-guide/user-and-team-provisioning/automated-provisioning-with-scim)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

- To authenticate APIs for SCIM access, you can use the token generated by Keeper during node setup process.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/keeper.mdx)</Note>

2 changes: 1 addition & 1 deletion docs-v2/integrations/all/malwarebytes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ API configurations: [`malwarebytes`](https://nango.dev/providers.yaml)

## Getting started

- [OAuth related docs](https://developer.medallia.com/medallia-apis/reference/authentication)
- [OAuth related docs](https://api.malwarebytes.com/nebula/v1/docs#section/Authentication)
- [Malwarebytes API docs](https://api.malwarebytes.com/nebula/v1/docs)
- [API rate Limiting](https://api.malwarebytes.com/nebula/v1/docs#section/Introduction/Rate-Limiting)

Expand Down
2 changes: 1 addition & 1 deletion docs-v2/integrations/all/miro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Miro
sidebarTitle: Miro
---

API configuration: [`miro`](https://nango.dev/providers.yaml)
API configuration: [`miro`](https://nango.dev/providers.yaml), [`miro-scim`](https://nango.dev/providers.yaml)

## Features

Expand Down
2 changes: 2 additions & 0 deletions docs-v2/integrations/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ sidebarTitle: Analytics

<CardGroup cols={4}>
<Card title="Amplitude" href="/integrations/all/amplitude" color="#68a063" />
<Card title="Databricks" href="/integrations/all/databricks" color="#68a063" />
<Card title="Datadog" href="/integrations/all/datadog" color="#68a063" />
<Card title="Fireflies" href="/integrations/all/fireflies" color="#68a063" />
<Card title="Google Analytics" href="/integrations/all/google-analytics" color="#68a063" />
<Card title="Metabase" href="/integrations/all/metabase" color="#68a063" />
<Card title="Mixpanel" href="/integrations/all/mixpanel" color="#68a063" />
<Card title="Segment" href="/integrations/all/segment" color="#68a063" />
Expand Down
1 change: 1 addition & 0 deletions docs-v2/integrations/ecommerce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sidebarTitle: E-Commerce
<CardGroup cols={4}>
<Card title="Amazon" href="/integrations/all/amazon" color="#68a063" />
<Card title="BigCommerce" href="/integrations/all/bigcommerce" color="#68a063" />
<Card title="Booking.com" href="/integrations/all/booking-com" color="#68a063" />
<Card title="Gorgias" href="/integrations/all/gorgias" color="#68a063" />
<Card title="Gumroad" href="/integrations/all/gumroad" color="#68a063" />
<Card title="ShipStation" href="/integrations/all/shipstation" color="#68a063" />
Expand Down
1 change: 1 addition & 0 deletions docs-v2/integrations/payment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
</Tip>

<CardGroup cols={4}>
<Card title="Adyen" href="/integrations/all/adyen" color="#68a063" />
<Card title="Braintree" href="/integrations/all/braintree" color="#68a063" />
<Card title="Bill" href="/integrations/all/bill" color="#68a063" />
<Card title="Buildium" href="/integrations/all/buildium" color="#68a063" />
Expand Down
1 change: 1 addition & 0 deletions docs-v2/integrations/productivity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ sidebarTitle: Productivity
<Card title="Harvest" href="/integrations/all/harvest" color="#68a063" />
<Card title="Jira" href="/integrations/all/jira" color="#68a063" />
<Card title="Klipfolio" href="/integrations/all/klipfolio" color="#68a063" />
<Card title="Keeper" href="/integrations/all/keeper" color="#68a063" />
<Card title="Lessonly" href="/integrations/all/lessonly" color="#68a063" />
<Card title="Linear" href="/integrations/all/linear" color="#68a063" />
<Card title="Luma" href="/integrations/all/luma" color="#68a063" />
Expand Down
6 changes: 6 additions & 0 deletions docs-v2/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
"pages": [
"integrations/all/accelo",
"integrations/all/adobe",
"integrations/all/adyen",
"integrations/all/affinity",
"integrations/all/aircall",
"integrations/all/airtable",
Expand Down Expand Up @@ -344,6 +345,7 @@
"integrations/all/bill",
"integrations/all/blackbaud",
"integrations/all/boldsign",
"integrations/all/booking-com",
"integrations/all/box",
"integrations/all/braintree",
"integrations/all/brex",
Expand All @@ -356,6 +358,7 @@
"integrations/all/chargebee",
"integrations/all/checkr-partner",
"integrations/all/checkout-com",
"integrations/all/chorus",
"integrations/all/circle-so",
"integrations/all/clari-copilot",
"integrations/all/clickup",
Expand All @@ -369,6 +372,7 @@
"integrations/all/contentstack",
"integrations/all/coupa-compass",
"integrations/all/coros",
"integrations/all/databricks",
"integrations/all/datev",
"integrations/all/datadog",
"integrations/all/deel",
Expand Down Expand Up @@ -415,6 +419,7 @@
"integrations/all/gong",
"integrations/all/google",
"integrations/all/google-ads",
"integrations/all/google-analytics",
"integrations/all/google-calendar",
"integrations/all/google-docs",
"integrations/all/google-drive",
Expand All @@ -440,6 +445,7 @@
"integrations/all/intuit",
"integrations/all/jira",
"integrations/all/keap",
"integrations/all/keeper",
"integrations/all/klaviyo",
"integrations/all/klipfolio",
"integrations/all/kustomer",
Expand Down
Loading

0 comments on commit b9fbebe

Please sign in to comment.