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

fix(integration): update ashby providers.yaml #3082

Merged
merged 2 commits into from
Nov 29, 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
1 change: 1 addition & 0 deletions docs-v2/integrations/all/ashby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ API configuration: [`ashby`](https://nango.dev/providers.yaml)
## API gotchas

- Ashby gives you only an `API Key` but uses Basic auth for the API. Pass the `API Key` as the username to Nango and leave the password blank.
- The `apiKey.info` scope is required for the api key to pass verification.


<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/ashby.mdx)</Note>
11 changes: 11 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,17 @@ ashby:
method: POST
endpoint: apiKey.info
docs: https://docs.nango.dev/integrations/all/ashby
credentials:
username:
type: string
title: API Key
description: The API Key of your Ashby account
password:
type: string
title: ''
description: ''
default_value: ''
hidden: true

atlassian:
display_name: Atlassian
Expand Down
Loading