Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(integrations): add support for apaleo #2898

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
35 changes: 35 additions & 0 deletions docs-v2/integrations/all/apaleo.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Apaleo
sidebarTitle: Apaleo
---

API configuration: [`apaleo`](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

- [Register an Application in your Apaleo account](https://app.apaleo.com/apps/platform-apps/create)
- [OAuth related docs](https://apaleo.dev/guides/oauth-connection/auth-code-grant.html)
- [List of OAuth scopes](https://apaleo.dev/guides/api/scopes.html)
- [Rate limiting](https://apaleo.dev/guides/api/rate-limiting.html)
- [API versioning](https://apaleo.dev/guides/api/versioning.html)
- [API docs](https://apaleo.dev/guides/api/overview.html)

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

## API gotchas

- You can access Apaleo's API swagger [documentation](https://api.apaleo.com/swagger/)

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/apaleo.mdx)</Note>
1 change: 1 addition & 0 deletions docs-v2/integrations/erp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sidebarTitle: ERP
</Tip>

<CardGroup cols={4}>
<Card title="Apaleo" href="/integrations/all/apaleo" color="#68a063" />
<Card title="Microsoft Dynamics 365 Finance & Operations" href="/integrations/all/microsoft-tenant-specific" color="#68a063" />
<Card title="Netsuite" href="/integrations/all/netsuite" color="#68a063" />
<Card title="Odoo" href="/integrations/all/odoo" color="#68a063" />
Expand Down
1 change: 1 addition & 0 deletions docs-v2/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"integrations/all/anrok",
"integrations/all/anthropic",
"integrations/all/amplitude",
"integrations/all/apaleo",
"integrations/all/apollo",
"integrations/all/apple-app-store",
"integrations/all/asana",
Expand Down
22 changes: 22 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,28 @@ anthropic:
title: API Key
description: The API key for your Anthropic account

apaleo:
display_name: Apaleo
categories:
- erp
auth_mode: OAUTH2
authorization_url: https://identity.apaleo.com/connect/authorize
token_url: https://identity.apaleo.com/connect/token
scope_separator: ' '
token_params:
grant_type: authorization_code
authorization_params:
response_type: code
refresh_params:
grant_type: refresh_token
proxy:
base_url: https://api.apaleo.com
headers:
Content-Type: application/json
retry:
after: 'Retry-After'
docs: https://docs.nango.dev/integrations/all/apaleo

apollo:
display_name: Apollo
categories:
Expand Down
1 change: 1 addition & 0 deletions packages/webapp/public/images/template-logos/apaleo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading