-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrations): add Plain API support (#3028)
## Describe your changes Adding configuration for Plain API Key ## Issue ticket number and link ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise the reason is: no sync/actions yet - [ ] I added observability, otherwise the reason is: no sync/actions yet - [ ] I added analytics, otherwise the reason is: no sync/actions yet
- Loading branch information
1 parent
6ead593
commit f09be0b
Showing
5 changed files
with
112 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Plain | ||
sidebarTitle: Plain | ||
--- | ||
|
||
API configuration: [`plain`](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) | 🚫 | | ||
|
||
<Tip>We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## Getting started | ||
|
||
- [Plain API docs](https://www.plain.com/docs/quickstart) | ||
- [Authentication and API key](https://www.plain.com/docs/api-reference/graphql/authentication) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
|
||
- Plain uses API_KEY auth mode with `Authorization: Bearer '{API_KEY}'` in the request header to access different endpoints. | ||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/ragieai.mdx)</Note> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.