-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'alan/nan-2168/missing-fields-backfill' into alan/nan-21…
…68-surface-integrationsconnections-errors-in-nango-ui/integration-validation-show-ui
- Loading branch information
Showing
416 changed files
with
2,340 additions
and
2,336 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 was deleted.
Oops, something went wrong.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
40 changes: 40 additions & 0 deletions
40
docs-v2/guides/getting-started/configure-an-integration.mdx
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,40 @@ | ||
--- | ||
title: 'Configure an integration' | ||
sidebarTitle: 'Configure an integration' | ||
description: 'Step-by-step guide to configure an integration in Nango.' | ||
--- | ||
|
||
# Create an account | ||
|
||
Sign up for a Nango account (free): | ||
[![Try Nango Cloud](/images/nango-deploy-button.svg)](https://app.nango.dev/signup) | ||
|
||
# Create an integration | ||
|
||
Go to [Integrations](https://app.nango.dev/dev/integrations), click the _Configure New Integration_ button and select the API to integrate with. | ||
|
||
<Tip> | ||
Each API has a dedicated Nango documentation page with useful links, gotchas, etc. | ||
</Tip> | ||
|
||
APIs have different ways to authorize requests: OAuth, API key, Basic, custom. Nango abstracts away the difficulties of working with each one. | ||
|
||
<Accordion title="Only for OAuth APIs"> | ||
OAuth APIs require you to register your OAuth application on their developer portal. | ||
|
||
When registering, the API provider will prompt you for the `Callback URL`. Use the one displayed in the Nango integration settings. Remember to register the required scopes in the Nango integration settings and, if necessary, with the API provider. | ||
|
||
Collect your OAuth app's `Client ID` and `Client Secret` from the API portal and input them in your Nango integration settings. | ||
</Accordion> | ||
|
||
# Test the authorization | ||
|
||
If you don't have one already, create a test account for the external API you want to integrate with. | ||
|
||
On the Nango integration page, click "Add Connection" to test the authorization. Enter your test account credentials to authorize the API. | ||
|
||
Once authorized, go to [Connections](https://app.nango.dev/dev/connections) to see the newly created connection. The "Authorization" tab contains the credentials necessary to consume the external API. These credentials are securelly stored and automatically refreshed. | ||
|
||
<Tip> | ||
**Questions, problems, feedback?** Please reach out in the [Slack community](https://nango.dev/slack). | ||
</Tip> |
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
2 changes: 1 addition & 1 deletion
2
docs-v2/features/otlp-export.mdx → docs-v2/guides/otlp-export.mdx
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: 'OpenTelemetry export' | ||
title: 'Export OpenTelemetry traces' | ||
--- | ||
|
||
### Overview | ||
|
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.