@nangohq/providers 0.69.26 → 0.69.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/providers.yaml +291 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.28",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"js-yaml": "4.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@nangohq/types": "0.69.
|
|
19
|
+
"@nangohq/types": "0.69.28",
|
|
20
20
|
"vitest": "3.2.4"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
accept: application/json
|
|
49
49
|
token_response:
|
|
50
50
|
token: access_token
|
|
51
|
-
|
|
51
|
+
token_expires_in_ms: 3600000
|
|
52
52
|
proxy:
|
|
53
53
|
base_url: https://${connectionConfig.domain}/xapi
|
|
54
54
|
docs: https://nango.dev/docs/api-integrations/3cx
|
|
@@ -2239,6 +2239,46 @@ blandai:
|
|
|
2239
2239
|
title: API Key
|
|
2240
2240
|
description: The API key for your BlandAI account
|
|
2241
2241
|
|
|
2242
|
+
bird:
|
|
2243
|
+
display_name: Bird
|
|
2244
|
+
categories:
|
|
2245
|
+
- communication
|
|
2246
|
+
auth_mode: API_KEY
|
|
2247
|
+
proxy:
|
|
2248
|
+
base_url: https://${connectionConfig.subdomain}.bird.com
|
|
2249
|
+
headers:
|
|
2250
|
+
authorization: AccessKey ${apiKey}
|
|
2251
|
+
connection_config:
|
|
2252
|
+
workspaceId: ${connectionConfig.workspaceId}
|
|
2253
|
+
docs: https://nango.dev/docs/api-integrations/bird
|
|
2254
|
+
docs_connect: https://nango.dev/docs/api-integrations/bird/connect
|
|
2255
|
+
connection_config:
|
|
2256
|
+
subdomain:
|
|
2257
|
+
type: string
|
|
2258
|
+
title: Subdomain
|
|
2259
|
+
description: The subdomain of your Bird API instance
|
|
2260
|
+
example: api
|
|
2261
|
+
suffix: .bird.com
|
|
2262
|
+
prefix: https://
|
|
2263
|
+
order: 1
|
|
2264
|
+
doc_section: '#step-1-finding-your-subdomain'
|
|
2265
|
+
workspaceId:
|
|
2266
|
+
type: string
|
|
2267
|
+
title: Workspaces Id
|
|
2268
|
+
description: The Workspaces Id of your Bird
|
|
2269
|
+
format: uuid
|
|
2270
|
+
order: 2
|
|
2271
|
+
example: 332bb273-0caf-4240-a5b6-8046b5d3074f
|
|
2272
|
+
doc_section: '#step-3-finding-your-workspace-id'
|
|
2273
|
+
credentials:
|
|
2274
|
+
apiKey:
|
|
2275
|
+
type: string
|
|
2276
|
+
title: Access Key
|
|
2277
|
+
description: Your Bird access key
|
|
2278
|
+
example: 6BPC******************Rzh3F4x
|
|
2279
|
+
pattern: '^[A-Za-z0-9]+$'
|
|
2280
|
+
doc_section: '#step-2-creating-an-access-key'
|
|
2281
|
+
|
|
2242
2282
|
boldsign:
|
|
2243
2283
|
display_name: BoldSign
|
|
2244
2284
|
categories:
|
|
@@ -4272,6 +4312,24 @@ devin:
|
|
|
4272
4312
|
example: 'apk_user_dGVzdF9vcmdfeDY1NzRBUElLRVl8Njc1OTdjNDQzMjFhOTZlODhlMmE4MTI0X29yZ194NnB5QlVJa042anVKWWtMOjQ3NzQxYTVmYWE5MTRiNjQ5'
|
|
4273
4313
|
doc_section: '#step-1-finding-your-api-key'
|
|
4274
4314
|
|
|
4315
|
+
demodesk:
|
|
4316
|
+
display_name: DemoDesk
|
|
4317
|
+
categories:
|
|
4318
|
+
- productivity
|
|
4319
|
+
auth_mode: API_KEY
|
|
4320
|
+
proxy:
|
|
4321
|
+
base_url: https://demodesk.com
|
|
4322
|
+
headers:
|
|
4323
|
+
api-key: ${apiKey}
|
|
4324
|
+
docs: https://nango.dev/docs/api-integrations/demodesk
|
|
4325
|
+
docs_connect: https://nango.dev/docs/api-integrations/demodesk/connect
|
|
4326
|
+
credentials:
|
|
4327
|
+
apiKey:
|
|
4328
|
+
type: string
|
|
4329
|
+
title: API Key
|
|
4330
|
+
description: Your DemoDesk API key
|
|
4331
|
+
doc_section: '#step-1-obtaining-your-api-key'
|
|
4332
|
+
|
|
4275
4333
|
dialpad:
|
|
4276
4334
|
display_name: Dialpad
|
|
4277
4335
|
categories:
|
|
@@ -4562,6 +4620,38 @@ docuware:
|
|
|
4562
4620
|
description: The Password to your DocuWare account
|
|
4563
4621
|
doc_section: '#step-2-finding-your-credentials'
|
|
4564
4622
|
|
|
4623
|
+
domo:
|
|
4624
|
+
display_name: Domo
|
|
4625
|
+
categories:
|
|
4626
|
+
- productivity
|
|
4627
|
+
- other
|
|
4628
|
+
auth_mode: OAUTH2_CC
|
|
4629
|
+
token_url: https://api.domo.com/oauth/token
|
|
4630
|
+
scope_separator: ','
|
|
4631
|
+
token_params:
|
|
4632
|
+
grant_type: client_credentials
|
|
4633
|
+
token_request_auth_method: basic
|
|
4634
|
+
proxy:
|
|
4635
|
+
base_url: https://api.domo.com
|
|
4636
|
+
docs: https://nango.dev/docs/api-integrations/domo
|
|
4637
|
+
docs_connect: https://nango.dev/docs/api-integrations/domo/connect
|
|
4638
|
+
credentials:
|
|
4639
|
+
client_id:
|
|
4640
|
+
type: string
|
|
4641
|
+
title: Your Client ID
|
|
4642
|
+
description: The Client ID of your API client
|
|
4643
|
+
format: uuid
|
|
4644
|
+
example: 123e4567-e89b-12d3-a456-426614174000
|
|
4645
|
+
doc_section: '#step-1-creating-your-api-client'
|
|
4646
|
+
client_secret:
|
|
4647
|
+
type: string
|
|
4648
|
+
title: Your Client Secret
|
|
4649
|
+
secret: true
|
|
4650
|
+
example: a14e6b49******************************768ece
|
|
4651
|
+
pattern: '^[a-fA-F0-9]{64}$'
|
|
4652
|
+
description: The Client secret of your API client
|
|
4653
|
+
doc_section: '#step-1-creating-your-api-client'
|
|
4654
|
+
|
|
4565
4655
|
dropbox:
|
|
4566
4656
|
display_name: Dropbox
|
|
4567
4657
|
categories:
|
|
@@ -9408,6 +9498,15 @@ microsoft-oauth2-cc:
|
|
|
9408
9498
|
doc_section: '#step-1-finding-your-tenant-id'
|
|
9409
9499
|
order: 1
|
|
9410
9500
|
|
|
9501
|
+
microsoft-planner:
|
|
9502
|
+
display_name: Microsoft Planner
|
|
9503
|
+
categories:
|
|
9504
|
+
- productivity
|
|
9505
|
+
- analytics
|
|
9506
|
+
alias: microsoft
|
|
9507
|
+
docs: https://nango.dev/docs/api-integrations/microsoft-planner
|
|
9508
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/microsoft-planner/how-to-register-your-own-microsoft-planner-api-oauth-app
|
|
9509
|
+
|
|
9411
9510
|
microsoft-teams:
|
|
9412
9511
|
display_name: Microsoft Teams
|
|
9413
9512
|
categories:
|
|
@@ -10145,6 +10244,42 @@ ninjaone-rmm:
|
|
|
10145
10244
|
docs: https://nango.dev/docs/integrations/all/ninjaone-rmm
|
|
10146
10245
|
docs_connect: https://nango.dev/docs/integrations/all/ninjaone-rmm/connect
|
|
10147
10246
|
|
|
10247
|
+
nocrm:
|
|
10248
|
+
display_name: nocrm.io
|
|
10249
|
+
categories:
|
|
10250
|
+
- crm
|
|
10251
|
+
- productivity
|
|
10252
|
+
auth_mode: API_KEY
|
|
10253
|
+
proxy:
|
|
10254
|
+
base_url: https://${connectionConfig.subdomain}.nocrm.io
|
|
10255
|
+
headers:
|
|
10256
|
+
x-api-key: ${apiKey}
|
|
10257
|
+
verification:
|
|
10258
|
+
method: GET
|
|
10259
|
+
endpoints:
|
|
10260
|
+
- /api/v2/ping
|
|
10261
|
+
docs: https://nango.dev/docs/api-integrations/nocrm
|
|
10262
|
+
docs_connect: https://nango.dev/docs/api-integrations/nocrm/connect
|
|
10263
|
+
credentials:
|
|
10264
|
+
apiKey:
|
|
10265
|
+
type: string
|
|
10266
|
+
title: API Key
|
|
10267
|
+
description: Your nocrm.io API key
|
|
10268
|
+
pattern: ^[a-f0-9]{48}$
|
|
10269
|
+
example: 4b945b************************************4991
|
|
10270
|
+
doc_section: '#step-2-obtaining-your-api-key'
|
|
10271
|
+
connection_config:
|
|
10272
|
+
subdomain:
|
|
10273
|
+
type: string
|
|
10274
|
+
title: Account subdomain
|
|
10275
|
+
description: Your nocrm.io account subdomain
|
|
10276
|
+
example: acme
|
|
10277
|
+
prefix: https://
|
|
10278
|
+
pattern: '^[a-z0-9-]+$'
|
|
10279
|
+
suffix: .nocrm.io
|
|
10280
|
+
order: 1
|
|
10281
|
+
doc_section: '#step-1-finding-your-subdomain'
|
|
10282
|
+
|
|
10148
10283
|
notion:
|
|
10149
10284
|
display_name: Notion
|
|
10150
10285
|
categories:
|
|
@@ -13400,6 +13535,54 @@ setmore:
|
|
|
13400
13535
|
description: The access token provided to you by Setmore team
|
|
13401
13536
|
doc_section: '#step-1-requesting-access-to-the-api'
|
|
13402
13537
|
|
|
13538
|
+
sellercloud:
|
|
13539
|
+
display_name: Sellercloud
|
|
13540
|
+
categories:
|
|
13541
|
+
- e-commerce
|
|
13542
|
+
auth_mode: TWO_STEP
|
|
13543
|
+
proxy:
|
|
13544
|
+
base_url: ${connectionConfig.restApiEndpoint}
|
|
13545
|
+
token_request_method: GET
|
|
13546
|
+
token_url: https://api.sellercloud.com/api/server-by-team/?team=${credentials.teamName}
|
|
13547
|
+
additional_steps:
|
|
13548
|
+
- body_format: json
|
|
13549
|
+
token_params:
|
|
13550
|
+
Username: ${credentials.username}
|
|
13551
|
+
Password: ${credentials.password}
|
|
13552
|
+
token_url: ${step1.restApiEndpoint}/api/token
|
|
13553
|
+
token_response:
|
|
13554
|
+
token: access_token
|
|
13555
|
+
token_expiration: expires_in
|
|
13556
|
+
token_expiration_strategy: expireIn
|
|
13557
|
+
token_response_metadata:
|
|
13558
|
+
- restApiEndpoint
|
|
13559
|
+
docs: https://nango.dev/docs/api-integrations/sellercloud
|
|
13560
|
+
docs_connect: https://nango.dev/docs/api-integrations/sellercloud/connect
|
|
13561
|
+
connection_config:
|
|
13562
|
+
restApiEndpoint:
|
|
13563
|
+
type: string
|
|
13564
|
+
title: ''
|
|
13565
|
+
description: ''
|
|
13566
|
+
automated: true
|
|
13567
|
+
credentials:
|
|
13568
|
+
teamName:
|
|
13569
|
+
type: string
|
|
13570
|
+
title: Team Name
|
|
13571
|
+
description: Your Sellercloud team name
|
|
13572
|
+
example: myteam
|
|
13573
|
+
doc_section: '#step-1-finding-your-team-name'
|
|
13574
|
+
username:
|
|
13575
|
+
type: string
|
|
13576
|
+
title: Username
|
|
13577
|
+
description: Your Sellercloud username
|
|
13578
|
+
doc_section: '#step-2-identifying-your-credentials'
|
|
13579
|
+
password:
|
|
13580
|
+
type: string
|
|
13581
|
+
title: Password
|
|
13582
|
+
description: Your Sellercloud password
|
|
13583
|
+
secret: true
|
|
13584
|
+
doc_section: '#step-2-identifying-your-credentials'
|
|
13585
|
+
|
|
13403
13586
|
sellsy:
|
|
13404
13587
|
display_name: Sellsy
|
|
13405
13588
|
auth_mode: OAUTH2
|
|
@@ -15585,6 +15768,33 @@ unipile:
|
|
|
15585
15768
|
pattern: '^[0-9]+$'
|
|
15586
15769
|
example: '13113'
|
|
15587
15770
|
|
|
15771
|
+
upsales:
|
|
15772
|
+
display_name: Upsales
|
|
15773
|
+
categories:
|
|
15774
|
+
- crm
|
|
15775
|
+
auth_mode: API_KEY
|
|
15776
|
+
proxy:
|
|
15777
|
+
base_url: https://integration.upsales.com
|
|
15778
|
+
query:
|
|
15779
|
+
token: ${apiKey}
|
|
15780
|
+
retry:
|
|
15781
|
+
at:
|
|
15782
|
+
- 'x-ratelimit-reset'
|
|
15783
|
+
verification:
|
|
15784
|
+
method: GET
|
|
15785
|
+
headers:
|
|
15786
|
+
content-type: application/json
|
|
15787
|
+
endpoints:
|
|
15788
|
+
- /api/v2/users
|
|
15789
|
+
docs: https://nango.dev/docs/api-integrations/upsales
|
|
15790
|
+
docs_connect: https://nango.dev/docs/api-integrations/upsales/connect
|
|
15791
|
+
credentials:
|
|
15792
|
+
apiKey:
|
|
15793
|
+
type: string
|
|
15794
|
+
title: API Token
|
|
15795
|
+
description: Your Upsales API Token
|
|
15796
|
+
doc_section: '#step-1-finding-your-api-token'
|
|
15797
|
+
|
|
15588
15798
|
vercel:
|
|
15589
15799
|
display_name: Vercel
|
|
15590
15800
|
categories:
|
|
@@ -16174,6 +16384,86 @@ workday-oauth:
|
|
|
16174
16384
|
example: yourtenant
|
|
16175
16385
|
order: 2
|
|
16176
16386
|
doc_section: '#step-3-finding-your-tenant'
|
|
16387
|
+
|
|
16388
|
+
workos:
|
|
16389
|
+
display_name: WorkOS
|
|
16390
|
+
categories:
|
|
16391
|
+
- productivity
|
|
16392
|
+
auth_mode: API_KEY
|
|
16393
|
+
proxy:
|
|
16394
|
+
base_url: https://api.workos.com
|
|
16395
|
+
headers:
|
|
16396
|
+
authorization: Bearer ${apiKey}
|
|
16397
|
+
verification:
|
|
16398
|
+
method: GET
|
|
16399
|
+
endpoints:
|
|
16400
|
+
- /organizations?limit=1
|
|
16401
|
+
docs: https://nango.dev/docs/api-integrations/workos
|
|
16402
|
+
docs_connect: https://nango.dev/docs/api-integrations/workos/connect
|
|
16403
|
+
credentials:
|
|
16404
|
+
apiKey:
|
|
16405
|
+
type: string
|
|
16406
|
+
title: API Key
|
|
16407
|
+
description: Your WorkOS API key
|
|
16408
|
+
pattern: '^sk_[A-Za-z0-9_]+$'
|
|
16409
|
+
example: sk_test_a2V5XzAxS0cyS********************************************NUSlZ
|
|
16410
|
+
doc_section: '#step-1-obtaining-your-workos-api-key'
|
|
16411
|
+
workday-refresh-token:
|
|
16412
|
+
display_name: Workday (Refresh Token Auth)
|
|
16413
|
+
categories:
|
|
16414
|
+
- hr
|
|
16415
|
+
auth_mode: TWO_STEP
|
|
16416
|
+
body_format: form
|
|
16417
|
+
token_url: https://${connectionConfig.tokenDomain}/ccx/oauth2/${connectionConfig.tenant}/token
|
|
16418
|
+
token_params:
|
|
16419
|
+
grant_type: refresh_token
|
|
16420
|
+
refresh_token: ${credentials.refreshToken}
|
|
16421
|
+
token_headers:
|
|
16422
|
+
content-type: application/x-www-form-urlencoded
|
|
16423
|
+
authorization: Basic ${base64(${credentials.clientId}:${credentials.clientSecret})}
|
|
16424
|
+
token_response:
|
|
16425
|
+
token: access_token
|
|
16426
|
+
token_expires_in_ms: 3600000
|
|
16427
|
+
proxy:
|
|
16428
|
+
base_url: https://${connectionConfig.tokenDomain}/ccx/api
|
|
16429
|
+
docs: https://nango.dev/docs/api-integrations/workday-refresh-token
|
|
16430
|
+
docs_connect: https://nango.dev/docs/api-integrations/workday-refresh-token/connect
|
|
16431
|
+
connection_config:
|
|
16432
|
+
tokenDomain:
|
|
16433
|
+
type: string
|
|
16434
|
+
title: Token Domain
|
|
16435
|
+
description: The domain used to obtain the token for your Workday account
|
|
16436
|
+
format: hostname
|
|
16437
|
+
example: wd3-impl-services1.workday.com
|
|
16438
|
+
prefix: https://
|
|
16439
|
+
order: 1
|
|
16440
|
+
doc_section: '#step-1-finding-your-token-domain'
|
|
16441
|
+
tenant:
|
|
16442
|
+
type: string
|
|
16443
|
+
title: Tenant
|
|
16444
|
+
description: The tenant of your Workday account
|
|
16445
|
+
example: mytenant
|
|
16446
|
+
order: 2
|
|
16447
|
+
doc_section: '#step-2-finding-your-tenant'
|
|
16448
|
+
credentials:
|
|
16449
|
+
clientId:
|
|
16450
|
+
type: string
|
|
16451
|
+
title: Client ID
|
|
16452
|
+
description: Your Workday API Client ID
|
|
16453
|
+
doc_section: '#step-3-registering-an-api-client'
|
|
16454
|
+
clientSecret:
|
|
16455
|
+
type: string
|
|
16456
|
+
title: Client Secret
|
|
16457
|
+
description: Your Workday API Client Secret
|
|
16458
|
+
secret: true
|
|
16459
|
+
doc_section: '#step-3-registering-an-api-client'
|
|
16460
|
+
refreshToken:
|
|
16461
|
+
type: string
|
|
16462
|
+
title: Refresh Token
|
|
16463
|
+
description: Your Workday refresh token for the Integration System User
|
|
16464
|
+
secret: true
|
|
16465
|
+
doc_section: '#step-4-generating-a-refresh-token'
|
|
16466
|
+
|
|
16177
16467
|
wrike:
|
|
16178
16468
|
display_name: Wrike
|
|
16179
16469
|
categories:
|