Skip to content

Commit

Permalink
[nan-1963] add aircall basic auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Oct 28, 2024
1 parent 1f7f52b commit 3fbe4cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs-v2/integrations/all/aircall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aircall
sidebarTitle: Aircall
---

API configuration: [`aircall`](https://nango.dev/providers.yaml)
API configuration: [`aircall`](https://nango.dev/providers.yaml), [`aircall-api-key`](https://nango.dev/providers.yaml)

## Features

Expand Down
18 changes: 18 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,24 @@ aircall:
grant_type: authorization_code
docs: https://docs.nango.dev/integrations/all/aircall

aircall-basic:
display_name: Aircall (basic auth)
categories:
- support
auth_mode: BASIC
proxy:
base_url: https://api.aircall.io
verification:
method: GET
endpoint: /v1/ping
paginate:
type: link
link_path_in_response_body: meta.next_page_link
response_path: results
retry:
at: 'X-AircallApi-Reset'
docs: https://docs.nango.dev/integrations/all/aircall

airtable:
display_name: Airtable
categories:
Expand Down

0 comments on commit 3fbe4cb

Please # to comment.