Skip to content

Commit

Permalink
fix(integration): update ashby providers.yaml (#3082)
Browse files Browse the repository at this point in the history
<!-- Describe the problem and your solution --> 
- update providers.yaml for ashby. Add credentials section
- Add gotcha for ashby. 

<!-- Issue ticket number and link (if applicable) -->

<!-- Testing instructions (skip if just adding/editing providers) -->
  • Loading branch information
dannylwe authored Nov 29, 2024
1 parent 1af791c commit e226f41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit e226f41

Please # to comment.