@nangohq/providers 0.69.48 → 0.69.50
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/dist/index.d.ts +1 -0
- package/dist/index.js +23 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/providers.scopes.yaml +5294 -0
- package/providers.yaml +431 -32
package/providers.yaml
CHANGED
|
@@ -1954,24 +1954,26 @@ aws:
|
|
|
1954
1954
|
connection_config:
|
|
1955
1955
|
subdomain:
|
|
1956
1956
|
type: string
|
|
1957
|
-
title:
|
|
1958
|
-
description: The
|
|
1957
|
+
title: Cognito Domain Prefix
|
|
1958
|
+
description: The prefix of your Cognito User Pool domain.
|
|
1959
1959
|
pattern: '^[a-z0-9_-]+$'
|
|
1960
|
-
example:
|
|
1961
|
-
suffix: .amazoncognito.com
|
|
1960
|
+
example: my-app-pool
|
|
1962
1961
|
prefix: https://
|
|
1962
|
+
suffix: .auth
|
|
1963
1963
|
extension:
|
|
1964
1964
|
type: string
|
|
1965
|
-
title:
|
|
1966
|
-
description: The
|
|
1967
|
-
example:
|
|
1968
|
-
pattern: '^[a-
|
|
1965
|
+
title: Cognito Region
|
|
1966
|
+
description: The AWS region where your Cognito User Pool is hosted.
|
|
1967
|
+
example: eu-north-1
|
|
1968
|
+
pattern: '^[a-z0-9-]+$'
|
|
1969
|
+
prefix: auth.
|
|
1970
|
+
suffix: .amazoncognito.com
|
|
1969
1971
|
apiSubdomain:
|
|
1970
1972
|
type: string
|
|
1971
|
-
title: API Subdomain
|
|
1972
|
-
description: The API subdomain
|
|
1973
|
-
example: idp.
|
|
1974
|
-
pattern: '^[a-
|
|
1973
|
+
title: Cognito API Subdomain
|
|
1974
|
+
description: The Cognito API subdomain.
|
|
1975
|
+
example: idp.eu-north-1
|
|
1976
|
+
pattern: '^[a-z0-9.-]+$'
|
|
1975
1977
|
suffix: .amazonaws.com
|
|
1976
1978
|
prefix: https://cognito-
|
|
1977
1979
|
|
|
@@ -2389,6 +2391,25 @@ bill:
|
|
|
2389
2391
|
base_url: https://gateway.prod.bill.com/connect
|
|
2390
2392
|
docs: https://nango.dev/docs/integrations/all/bill
|
|
2391
2393
|
|
|
2394
|
+
bing-webmasters:
|
|
2395
|
+
display_name: Bing Webmasters
|
|
2396
|
+
categories:
|
|
2397
|
+
- dev-tools
|
|
2398
|
+
auth_mode: OAUTH2
|
|
2399
|
+
authorization_url: https://www.bing.com/webmasters/oauth/authorize
|
|
2400
|
+
token_url: https://www.bing.com/webmasters/oauth/token
|
|
2401
|
+
refresh_url: https://www.bing.com/webmasters/token
|
|
2402
|
+
authorization_params:
|
|
2403
|
+
response_type: code
|
|
2404
|
+
token_params:
|
|
2405
|
+
grant_type: authorization_code
|
|
2406
|
+
refresh_token_params:
|
|
2407
|
+
grant_type: refresh_token
|
|
2408
|
+
proxy:
|
|
2409
|
+
base_url: https://www.bing.com/webmaster/api.svc/json
|
|
2410
|
+
docs: https://nango.dev/docs/api-integrations/bing-webmasters
|
|
2411
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/bing-webmasters/how-to-register-your-own-bing-webmasters-api-oauth-app
|
|
2412
|
+
|
|
2392
2413
|
bitbucket:
|
|
2393
2414
|
display_name: Bitbucket
|
|
2394
2415
|
categories:
|
|
@@ -3671,6 +3692,38 @@ cleverreach:
|
|
|
3671
3692
|
docs: https://nango.dev/docs/api-integrations/cleverreach
|
|
3672
3693
|
setup_guide_url: https://nango.dev/docs/api-integrations/cleverreach/how-to-register-your-own-cleverreach-api-oauth-app
|
|
3673
3694
|
|
|
3695
|
+
clickhouse:
|
|
3696
|
+
display_name: ClickHouse
|
|
3697
|
+
categories:
|
|
3698
|
+
- dev-tools
|
|
3699
|
+
auth_mode: BASIC
|
|
3700
|
+
proxy:
|
|
3701
|
+
base_url: https://api.clickhouse.cloud
|
|
3702
|
+
verification:
|
|
3703
|
+
method: GET
|
|
3704
|
+
headers:
|
|
3705
|
+
content-type: application/json
|
|
3706
|
+
endpoints:
|
|
3707
|
+
- /v1/organizations
|
|
3708
|
+
docs: https://nango.dev/docs/api-integrations/clickhouse
|
|
3709
|
+
docs_connect: https://nango.dev/docs/api-integrations/clickhouse/connect
|
|
3710
|
+
credentials:
|
|
3711
|
+
username:
|
|
3712
|
+
type: string
|
|
3713
|
+
title: Key ID
|
|
3714
|
+
description: Your ClickHouse Cloud API Key ID.
|
|
3715
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
3716
|
+
example: 'Mlx1****************'
|
|
3717
|
+
doc_section: '#step-1-create-an-api-key'
|
|
3718
|
+
password:
|
|
3719
|
+
type: string
|
|
3720
|
+
title: Key Secret
|
|
3721
|
+
description: Your ClickHouse Cloud API Key Secret.
|
|
3722
|
+
secret: true
|
|
3723
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
3724
|
+
example: '4b1d2i7O**********************************'
|
|
3725
|
+
doc_section: '#step-1-create-an-api-key'
|
|
3726
|
+
|
|
3674
3727
|
clicksend:
|
|
3675
3728
|
display_name: ClickSend
|
|
3676
3729
|
categories:
|
|
@@ -4740,28 +4793,29 @@ datadog:
|
|
|
4740
4793
|
retry:
|
|
4741
4794
|
after:
|
|
4742
4795
|
- 'x-ratelimit-reset'
|
|
4743
|
-
docs: https://nango.dev/docs/integrations/
|
|
4744
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
4796
|
+
docs: https://nango.dev/docs/api-integrations/datadog
|
|
4797
|
+
docs_connect: https://nango.dev/docs/api-integrations/datadog/connect
|
|
4745
4798
|
connection_config:
|
|
4746
4799
|
siteParameter:
|
|
4747
4800
|
type: string
|
|
4748
4801
|
title: Site Parameter
|
|
4749
|
-
description: The site parameter to datadog
|
|
4802
|
+
description: The site parameter to datadog.
|
|
4750
4803
|
pattern: '^(us[35]\.)?(ap1\.)?(datadoghq\.(com|eu)|ddog-gov\.com)$'
|
|
4751
4804
|
example: 'us5.datadoghq.com'
|
|
4805
|
+
order: 1
|
|
4752
4806
|
doc_section: '#step-1-finding-your-datadog-domain'
|
|
4753
4807
|
applicationKey:
|
|
4754
4808
|
type: string
|
|
4755
4809
|
title: Application Key
|
|
4756
|
-
description: The application key required for read data access
|
|
4757
|
-
pattern: '^[
|
|
4810
|
+
description: The application key required for read data access.
|
|
4811
|
+
pattern: '^[A-Za-z0-9_]+$'
|
|
4758
4812
|
example: '5d8a7b3f2dc8bce1b234e7f1a1ac54728dbf9e4a7'
|
|
4759
4813
|
doc_section: '#step-3-datadog-application-key'
|
|
4760
4814
|
credentials:
|
|
4761
4815
|
apiKey:
|
|
4762
4816
|
type: string
|
|
4763
4817
|
title: API Key
|
|
4764
|
-
description: The API key for your Datadog account
|
|
4818
|
+
description: The API key for your Datadog account.
|
|
4765
4819
|
pattern: '^[a-f0-9]{32}$'
|
|
4766
4820
|
example: '4f3c12efb9659a0b5c123b568745dbf9'
|
|
4767
4821
|
doc_section: '#step-2-datadog-api-key'
|
|
@@ -5393,6 +5447,43 @@ drata:
|
|
|
5393
5447
|
title: API Key
|
|
5394
5448
|
description: Your Drata API key
|
|
5395
5449
|
|
|
5450
|
+
cisco-duo-admin:
|
|
5451
|
+
display_name: Cisco Duo Admin API
|
|
5452
|
+
categories:
|
|
5453
|
+
- other
|
|
5454
|
+
auth_mode: BASIC
|
|
5455
|
+
proxy:
|
|
5456
|
+
base_url: https://${connectionConfig.hostname}
|
|
5457
|
+
headers:
|
|
5458
|
+
date: '${now:ddd, DD MMM YYYY HH:mm:ss ZZ}'
|
|
5459
|
+
authorization: "Basic ${base64(${credentials.username}:${hmacSha1Hex(${now:ddd, DD MMM YYYY HH:mm:ss ZZ}\n${method}\n${connectionConfig.hostname}\n${path}\n${params}, ${credentials.password})})}"
|
|
5460
|
+
retry:
|
|
5461
|
+
after:
|
|
5462
|
+
- 'retry-after'
|
|
5463
|
+
docs: https://nango.dev/docs/api-integrations/cisco-duo-admin
|
|
5464
|
+
docs_connect: https://nango.dev/docs/api-integrations/cisco-duo-admin/connect
|
|
5465
|
+
connection_config:
|
|
5466
|
+
hostname:
|
|
5467
|
+
type: string
|
|
5468
|
+
title: API Hostname
|
|
5469
|
+
description: Your Duo API hostname.
|
|
5470
|
+
example: api-xxxxxxxx.duosecurity.com
|
|
5471
|
+
pattern: 'api-[a-z0-9]+\.duosecurity\.com'
|
|
5472
|
+
order: 1
|
|
5473
|
+
credentials:
|
|
5474
|
+
username:
|
|
5475
|
+
type: string
|
|
5476
|
+
title: Integration Key
|
|
5477
|
+
description: Your Duo application's integration key.
|
|
5478
|
+
example: DIWJ8X6**********TQ1
|
|
5479
|
+
pattern: 'DI[A-Z0-9]{18}'
|
|
5480
|
+
password:
|
|
5481
|
+
type: string
|
|
5482
|
+
title: Secret Key
|
|
5483
|
+
description: Your Duo application's secret key.
|
|
5484
|
+
example: Zh5eGm**************************zLJ4Ep
|
|
5485
|
+
pattern: '[A-Za-z0-9]{40}'
|
|
5486
|
+
|
|
5396
5487
|
contactout:
|
|
5397
5488
|
display_name: ContactOut
|
|
5398
5489
|
categories:
|
|
@@ -6155,6 +6246,30 @@ freeagent-sandbox:
|
|
|
6155
6246
|
docs: https://nango.dev/docs/api-integrations/freeagent-sandbox
|
|
6156
6247
|
setup_guide_url: https://nango.dev/docs/api-integrations/freeagent-sandbox/how-to-register-your-own-freeagent-oauth-app
|
|
6157
6248
|
|
|
6249
|
+
freepik:
|
|
6250
|
+
display_name: Freepik
|
|
6251
|
+
categories:
|
|
6252
|
+
- other
|
|
6253
|
+
auth_mode: API_KEY
|
|
6254
|
+
proxy:
|
|
6255
|
+
base_url: https://api.freepik.com
|
|
6256
|
+
headers:
|
|
6257
|
+
x-freepik-api-key: ${apiKey}
|
|
6258
|
+
verification:
|
|
6259
|
+
method: GET
|
|
6260
|
+
endpoints:
|
|
6261
|
+
- /v1/resources
|
|
6262
|
+
docs: https://nango.dev/docs/api-integrations/freepik
|
|
6263
|
+
docs_connect: https://nango.dev/docs/api-integrations/freepik/connect
|
|
6264
|
+
credentials:
|
|
6265
|
+
apiKey:
|
|
6266
|
+
type: string
|
|
6267
|
+
title: API Key
|
|
6268
|
+
description: The API Key for your Freepik account.
|
|
6269
|
+
doc_section: '#step-1-obtain-your-freepik-api-key'
|
|
6270
|
+
example: FPSXc7b3**********************5b2a
|
|
6271
|
+
pattern: 'FPSX[0-9a-f]{32}'
|
|
6272
|
+
|
|
6158
6273
|
figjam:
|
|
6159
6274
|
display_name: FigJam
|
|
6160
6275
|
categories:
|
|
@@ -8314,6 +8429,44 @@ hackerrank-work:
|
|
|
8314
8429
|
default_value: ''
|
|
8315
8430
|
hidden: true
|
|
8316
8431
|
|
|
8432
|
+
halo-psa:
|
|
8433
|
+
display_name: Halo PSA
|
|
8434
|
+
categories:
|
|
8435
|
+
- support
|
|
8436
|
+
- ticketing
|
|
8437
|
+
auth_mode: OAUTH2_CC
|
|
8438
|
+
token_url: https://${connectionConfig.hostname}/auth/token
|
|
8439
|
+
token_request_auth_method: basic
|
|
8440
|
+
scope_separator: ' '
|
|
8441
|
+
token_params:
|
|
8442
|
+
grant_type: client_credentials
|
|
8443
|
+
proxy:
|
|
8444
|
+
base_url: https://${connectionConfig.hostname}/api
|
|
8445
|
+
docs: https://nango.dev/docs/api-integrations/halo-psa
|
|
8446
|
+
docs_connect: https://nango.dev/docs/api-integrations/halo-psa/connect
|
|
8447
|
+
connection_config:
|
|
8448
|
+
hostname:
|
|
8449
|
+
type: string
|
|
8450
|
+
title: Hostname
|
|
8451
|
+
description: Your Halo PSA hostname.
|
|
8452
|
+
example: example.halopsa.com
|
|
8453
|
+
format: hostname
|
|
8454
|
+
prefix: https://
|
|
8455
|
+
doc_section: '#step-1-find-your-halo-api-details'
|
|
8456
|
+
order: 1
|
|
8457
|
+
credentials:
|
|
8458
|
+
client_id:
|
|
8459
|
+
type: string
|
|
8460
|
+
title: Client ID
|
|
8461
|
+
description: Your Halo PSA API application Client ID
|
|
8462
|
+
doc_section: '#step-3-create-an-api-application'
|
|
8463
|
+
client_secret:
|
|
8464
|
+
type: string
|
|
8465
|
+
title: Client Secret
|
|
8466
|
+
description: Your Halo PSA API application Client Secret
|
|
8467
|
+
secret: true
|
|
8468
|
+
doc_section: '#step-3-create-an-api-application'
|
|
8469
|
+
|
|
8317
8470
|
harvest:
|
|
8318
8471
|
display_name: Harvest
|
|
8319
8472
|
categories:
|
|
@@ -10198,6 +10351,60 @@ listmonk:
|
|
|
10198
10351
|
description: The token to your Listmonk account
|
|
10199
10352
|
secret: true
|
|
10200
10353
|
|
|
10354
|
+
listrak:
|
|
10355
|
+
display_name: Listrak
|
|
10356
|
+
categories:
|
|
10357
|
+
- marketing
|
|
10358
|
+
auth_mode: OAUTH2_CC
|
|
10359
|
+
token_url: https://auth.listrak.com/oauth2/token
|
|
10360
|
+
token_params:
|
|
10361
|
+
grant_type: client_credentials
|
|
10362
|
+
proxy:
|
|
10363
|
+
base_url: https://api.listrak.com/email
|
|
10364
|
+
docs: https://nango.dev/docs/api-integrations/listrak
|
|
10365
|
+
docs_connect: https://nango.dev/docs/api-integrations/listrak/connect
|
|
10366
|
+
credentials:
|
|
10367
|
+
client_id:
|
|
10368
|
+
type: string
|
|
10369
|
+
title: Client ID
|
|
10370
|
+
description: Your Listrak API Client ID
|
|
10371
|
+
doc_section: '#step-1-create-api-credentials'
|
|
10372
|
+
client_secret:
|
|
10373
|
+
type: string
|
|
10374
|
+
title: Client Secret
|
|
10375
|
+
description: Your Listrak API Client Secret
|
|
10376
|
+
secret: true
|
|
10377
|
+
doc_section: '#step-1-create-api-credentials'
|
|
10378
|
+
|
|
10379
|
+
lob:
|
|
10380
|
+
display_name: Lob
|
|
10381
|
+
categories:
|
|
10382
|
+
- marketing
|
|
10383
|
+
auth_mode: BASIC
|
|
10384
|
+
proxy:
|
|
10385
|
+
base_url: https://api.lob.com
|
|
10386
|
+
verification:
|
|
10387
|
+
method: GET
|
|
10388
|
+
endpoints:
|
|
10389
|
+
- /v1/addresses
|
|
10390
|
+
docs: https://nango.dev/docs/api-integrations/lob
|
|
10391
|
+
docs_connect: https://nango.dev/docs/api-integrations/lob/connect
|
|
10392
|
+
credentials:
|
|
10393
|
+
username:
|
|
10394
|
+
type: string
|
|
10395
|
+
title: Secret API Key
|
|
10396
|
+
description: Your Lob Secret API Key.
|
|
10397
|
+
secret: true
|
|
10398
|
+
example: 'test_0dc8d***************************5b0cc'
|
|
10399
|
+
pattern: '^(test|live)_[a-f0-9]{35}$'
|
|
10400
|
+
doc_section: '#step-1-getting-your-secret-api-key'
|
|
10401
|
+
password:
|
|
10402
|
+
type: string
|
|
10403
|
+
title: ''
|
|
10404
|
+
description: ''
|
|
10405
|
+
default_value: ''
|
|
10406
|
+
hidden: true
|
|
10407
|
+
|
|
10201
10408
|
make:
|
|
10202
10409
|
display_name: Make
|
|
10203
10410
|
categories:
|
|
@@ -10602,13 +10809,13 @@ microsoft-teams-bot:
|
|
|
10602
10809
|
botHostTenantId: ${connectionConfig.botHostTenantId}
|
|
10603
10810
|
webhook_routing_script: microsoftTeamsWebhookRouting
|
|
10604
10811
|
post_connection_script: microsoftTeamsBotPostConnection
|
|
10605
|
-
docs: https://nango.dev/docs/integrations/
|
|
10606
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
10812
|
+
docs: https://nango.dev/docs/api-integrations/microsoft-teams-bot
|
|
10813
|
+
docs_connect: https://nango.dev/docs/api-integrations/microsoft-teams-bot/connect
|
|
10607
10814
|
connection_config:
|
|
10608
10815
|
tenantId:
|
|
10609
10816
|
type: string
|
|
10610
10817
|
title: Tenant ID
|
|
10611
|
-
description: The unique identifier for
|
|
10818
|
+
description: The unique identifier for your Microsoft Entra ID tenant.
|
|
10612
10819
|
format: uuid
|
|
10613
10820
|
example: a1b2c3d4-e5f6-47a8-9b0c-d1234567890f
|
|
10614
10821
|
doc_section: '#step-1-finding-your-tenant-id'
|
|
@@ -12640,6 +12847,34 @@ pendo:
|
|
|
12640
12847
|
description: The API key for your Pendo account
|
|
12641
12848
|
doc_section: '#step-1-finding-pendo-api-key'
|
|
12642
12849
|
|
|
12850
|
+
pendo-oauth:
|
|
12851
|
+
display_name: Pendo (OAuth)
|
|
12852
|
+
categories:
|
|
12853
|
+
- analytics
|
|
12854
|
+
auth_mode: OAUTH2_CC
|
|
12855
|
+
token_url: https://app.pendo.io/oauth/v1/token
|
|
12856
|
+
token_params:
|
|
12857
|
+
grant_type: client_credentials
|
|
12858
|
+
default_scopes:
|
|
12859
|
+
- read:me
|
|
12860
|
+
body_format: form
|
|
12861
|
+
proxy:
|
|
12862
|
+
base_url: https://app.pendo.io
|
|
12863
|
+
docs: https://nango.dev/docs/api-integrations/pendo-oauth
|
|
12864
|
+
docs_connect: https://nango.dev/docs/api-integrations/pendo-oauth/connect
|
|
12865
|
+
credentials:
|
|
12866
|
+
client_id:
|
|
12867
|
+
type: string
|
|
12868
|
+
title: Client ID
|
|
12869
|
+
description: Your Pendo OAuth client ID
|
|
12870
|
+
doc_section: '#step-1-finding-your-pendo-oauth-credentials'
|
|
12871
|
+
client_secret:
|
|
12872
|
+
type: string
|
|
12873
|
+
title: Client Secret
|
|
12874
|
+
description: Your Pendo OAuth client secret
|
|
12875
|
+
secret: true
|
|
12876
|
+
doc_section: '#step-1-finding-your-pendo-oauth-credentials'
|
|
12877
|
+
|
|
12643
12878
|
pennylane:
|
|
12644
12879
|
display_name: Pennylane
|
|
12645
12880
|
categories:
|
|
@@ -13625,6 +13860,37 @@ quickbase:
|
|
|
13625
13860
|
example: bb_aa_xxxxxx_xxxxxxxxxxxxxxxxx
|
|
13626
13861
|
doc_section: '#step-2-finding-your-user-token'
|
|
13627
13862
|
|
|
13863
|
+
qualia:
|
|
13864
|
+
display_name: Qualia
|
|
13865
|
+
categories:
|
|
13866
|
+
- legal
|
|
13867
|
+
auth_mode: BASIC
|
|
13868
|
+
proxy:
|
|
13869
|
+
base_url: https://${connectionConfig.subdomain}.qualia.io/api
|
|
13870
|
+
docs: https://nango.dev/docs/api-integrations/qualia
|
|
13871
|
+
docs_connect: https://nango.dev/docs/api-integrations/qualia/connect
|
|
13872
|
+
connection_config:
|
|
13873
|
+
subdomain:
|
|
13874
|
+
type: string
|
|
13875
|
+
title: Subdomain
|
|
13876
|
+
description: The subdomain of the Qualia platform you want to connect to.
|
|
13877
|
+
pattern: '^[a-z0-9-]+$'
|
|
13878
|
+
example: connect
|
|
13879
|
+
order: 1
|
|
13880
|
+
doc_section: '#step-1-finding-your-subdomain'
|
|
13881
|
+
credentials:
|
|
13882
|
+
username:
|
|
13883
|
+
type: string
|
|
13884
|
+
title: Username
|
|
13885
|
+
description: Your Qualia organization username.
|
|
13886
|
+
doc_section: '#step-2-finding-your-api-key'
|
|
13887
|
+
password:
|
|
13888
|
+
type: string
|
|
13889
|
+
title: Password
|
|
13890
|
+
description: Your Qualia API password.
|
|
13891
|
+
secret: true
|
|
13892
|
+
doc_section: '#step-2-finding-your-api-key'
|
|
13893
|
+
|
|
13628
13894
|
quickbooks:
|
|
13629
13895
|
display_name: Quickbooks
|
|
13630
13896
|
categories:
|
|
@@ -14679,9 +14945,9 @@ salesforce-jwt:
|
|
|
14679
14945
|
typ: JWT
|
|
14680
14946
|
payload:
|
|
14681
14947
|
iss: ${credentials.clientId}
|
|
14682
|
-
aud: https://${
|
|
14948
|
+
aud: https://${connectionConfig.authorizationUrl}
|
|
14683
14949
|
sub: ${credentials.username}
|
|
14684
|
-
token_url: https
|
|
14950
|
+
token_url: https://${connectionConfig.authorizationUrl}/services/oauth2/token
|
|
14685
14951
|
token_params:
|
|
14686
14952
|
grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
|
|
14687
14953
|
assertion: ${token}
|
|
@@ -14694,6 +14960,14 @@ salesforce-jwt:
|
|
|
14694
14960
|
token_expires_in_ms: 0
|
|
14695
14961
|
docs: https://nango.dev/docs/api-integrations/salesforce-jwt
|
|
14696
14962
|
docs_connect: https://nango.dev/docs/api-integrations/salesforce-jwt/connect
|
|
14963
|
+
connection_config:
|
|
14964
|
+
authorizationUrl:
|
|
14965
|
+
type: string
|
|
14966
|
+
title: Authorization Server URL
|
|
14967
|
+
description: Your Salesforce authorization server URL.
|
|
14968
|
+
format: hostname
|
|
14969
|
+
example: 'login.salesforce.com'
|
|
14970
|
+
doc_section: '#step-5-finding-the-authorization-server-url'
|
|
14697
14971
|
credentials:
|
|
14698
14972
|
clientId:
|
|
14699
14973
|
type: string
|
|
@@ -14721,13 +14995,6 @@ salesforce-jwt:
|
|
|
14721
14995
|
description: The private key that matches the certificate you uploaded to the Connected App.
|
|
14722
14996
|
example: '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\n-----END PRIVATE KEY-----'
|
|
14723
14997
|
doc_section: '#step-1-create-a-private-key-and-self-signed-digital-certificate'
|
|
14724
|
-
authorizationUrl:
|
|
14725
|
-
type: string
|
|
14726
|
-
title: Authorization Server URL
|
|
14727
|
-
description: Your Salesforce authorization server URL.
|
|
14728
|
-
format: hostname
|
|
14729
|
-
example: 'login.salesforce.com'
|
|
14730
|
-
doc_section: '#step-5-finding-the-authorization-server-url'
|
|
14731
14998
|
|
|
14732
14999
|
salesforce-sandbox:
|
|
14733
15000
|
display_name: Salesforce (Sandbox)
|
|
@@ -15869,6 +16136,44 @@ shopify:
|
|
|
15869
16136
|
prefix: https://
|
|
15870
16137
|
doc_section: '#step-1-finding-your-shopify-domain'
|
|
15871
16138
|
|
|
16139
|
+
shopify-cc:
|
|
16140
|
+
display_name: Shopify (Client Credentials)
|
|
16141
|
+
categories:
|
|
16142
|
+
- e-commerce
|
|
16143
|
+
auth_mode: OAUTH2_CC
|
|
16144
|
+
token_url: https://${connectionConfig.subdomain}.myshopify.com/admin/oauth/access_token
|
|
16145
|
+
token_params:
|
|
16146
|
+
grant_type: client_credentials
|
|
16147
|
+
proxy:
|
|
16148
|
+
base_url: https://${connectionConfig.subdomain}.myshopify.com
|
|
16149
|
+
headers:
|
|
16150
|
+
x-shopify-access-token: ${accessToken}
|
|
16151
|
+
docs: https://nango.dev/docs/api-integrations/shopify-cc
|
|
16152
|
+
docs_connect: https://nango.dev/docs/api-integrations/shopify-cc/connect
|
|
16153
|
+
connection_config:
|
|
16154
|
+
subdomain:
|
|
16155
|
+
type: string
|
|
16156
|
+
title: Shopify Store Domain
|
|
16157
|
+
description: The subdomain of the Shopify store the app is installed in.
|
|
16158
|
+
pattern: '^[a-z0-9_-]+$'
|
|
16159
|
+
example: my-store
|
|
16160
|
+
suffix: .myshopify.com
|
|
16161
|
+
prefix: https://
|
|
16162
|
+
order: 1
|
|
16163
|
+
doc_section: '#step-2-find-your-shopify-store-domain'
|
|
16164
|
+
credentials:
|
|
16165
|
+
client_id:
|
|
16166
|
+
type: string
|
|
16167
|
+
title: Client ID
|
|
16168
|
+
description: The Client ID for your Shopify app.
|
|
16169
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
16170
|
+
client_secret:
|
|
16171
|
+
type: string
|
|
16172
|
+
title: Client Secret
|
|
16173
|
+
description: The Client Secret for your Shopify app.
|
|
16174
|
+
secret: true
|
|
16175
|
+
doc_section: '#step-1-generating-your-client-credentials'
|
|
16176
|
+
|
|
15872
16177
|
shopify-api-key:
|
|
15873
16178
|
display_name: Shopify (API Key)
|
|
15874
16179
|
categories:
|
|
@@ -16485,6 +16790,26 @@ statista:
|
|
|
16485
16790
|
pattern: '^[a-zA-Z0-9]+$'
|
|
16486
16791
|
doc_section: '#step-1-finding-your-api-key'
|
|
16487
16792
|
|
|
16793
|
+
stay-ai:
|
|
16794
|
+
display_name: Stay AI
|
|
16795
|
+
categories:
|
|
16796
|
+
- e-commerce
|
|
16797
|
+
auth_mode: API_KEY
|
|
16798
|
+
proxy:
|
|
16799
|
+
base_url: https://api.retextion.com/api
|
|
16800
|
+
headers:
|
|
16801
|
+
x-retextion-access-token: ${apiKey}
|
|
16802
|
+
docs: https://nango.dev/docs/api-integrations/stay-ai
|
|
16803
|
+
docs_connect: https://nango.dev/docs/api-integrations/stay-ai/connect
|
|
16804
|
+
credentials:
|
|
16805
|
+
apiKey:
|
|
16806
|
+
type: string
|
|
16807
|
+
title: API Key
|
|
16808
|
+
description: Your Stay AI API key.
|
|
16809
|
+
example: 7k9***f-***da3e-***hjtb-***22cy
|
|
16810
|
+
pattern: '^[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}$'
|
|
16811
|
+
doc_section: '#step-1-create-a-new-api-key'
|
|
16812
|
+
|
|
16488
16813
|
strava:
|
|
16489
16814
|
display_name: Strava (Mobile)
|
|
16490
16815
|
categories:
|
|
@@ -16539,8 +16864,9 @@ streak:
|
|
|
16539
16864
|
headers:
|
|
16540
16865
|
content-type: application/json
|
|
16541
16866
|
accept: application/json
|
|
16542
|
-
|
|
16543
|
-
|
|
16867
|
+
webhook_routing_script: streakWebhookRouting
|
|
16868
|
+
docs: https://nango.dev/docs/api-integrations/streak
|
|
16869
|
+
docs_connect: https://nango.dev/docs/api-integrations/streak/connect
|
|
16544
16870
|
credentials:
|
|
16545
16871
|
username:
|
|
16546
16872
|
type: string
|
|
@@ -17266,6 +17592,29 @@ tremendous-sandbox:
|
|
|
17266
17592
|
base_url: https://testflight.tremendous.com/api/v2
|
|
17267
17593
|
docs: https://nango.dev/docs/integrations/all/tremendous-sandbox
|
|
17268
17594
|
|
|
17595
|
+
perk:
|
|
17596
|
+
display_name: Perk
|
|
17597
|
+
categories:
|
|
17598
|
+
- productivity
|
|
17599
|
+
auth_mode: OAUTH2
|
|
17600
|
+
authorization_url: https://app.travelperk.com/oauth2/authorize/
|
|
17601
|
+
token_url: https://app.travelperk.com/accounts/oauth2/token/
|
|
17602
|
+
disable_pkce: true
|
|
17603
|
+
scope_separator: ' '
|
|
17604
|
+
authorization_params:
|
|
17605
|
+
response_type: code
|
|
17606
|
+
token_params:
|
|
17607
|
+
grant_type: authorization_code
|
|
17608
|
+
refresh_params:
|
|
17609
|
+
grant_type: refresh_token
|
|
17610
|
+
proxy:
|
|
17611
|
+
base_url: https://api.travelperk.com
|
|
17612
|
+
retry:
|
|
17613
|
+
after:
|
|
17614
|
+
- 'retry-after'
|
|
17615
|
+
docs: https://nango.dev/docs/api-integrations/perk
|
|
17616
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/perk/how-to-register-your-own-perk-api-oauth-app
|
|
17617
|
+
|
|
17269
17618
|
trello:
|
|
17270
17619
|
display_name: Trello
|
|
17271
17620
|
categories:
|
|
@@ -18701,6 +19050,28 @@ workday:
|
|
|
18701
19050
|
description: Workday API Password
|
|
18702
19051
|
doc_section: '#step-5-finding-your-password'
|
|
18703
19052
|
|
|
19053
|
+
workday-adaptive-planning-basic:
|
|
19054
|
+
display_name: Workday Adaptive Planning (Basic Auth)
|
|
19055
|
+
categories:
|
|
19056
|
+
- accounting
|
|
19057
|
+
auth_mode: BASIC
|
|
19058
|
+
proxy:
|
|
19059
|
+
base_url: https://api.adaptiveplanning.com/api/rest
|
|
19060
|
+
docs: https://nango.dev/docs/api-integrations/workday-adaptive-planning-basic
|
|
19061
|
+
docs_connect: https://nango.dev/docs/api-integrations/workday-adaptive-planning-basic/connect
|
|
19062
|
+
credentials:
|
|
19063
|
+
username:
|
|
19064
|
+
type: string
|
|
19065
|
+
title: Username
|
|
19066
|
+
description: Your Workday Adaptive Planning username.
|
|
19067
|
+
doc_section: '#step-1-find-your-username-and-password'
|
|
19068
|
+
password:
|
|
19069
|
+
type: string
|
|
19070
|
+
title: Password
|
|
19071
|
+
description: Your Workday Adaptive Planning password.
|
|
19072
|
+
secret: true
|
|
19073
|
+
doc_section: '#step-1-find-your-username-and-password'
|
|
19074
|
+
|
|
18704
19075
|
workday-oauth:
|
|
18705
19076
|
display_name: Workday (OAuth)
|
|
18706
19077
|
categories:
|
|
@@ -19553,6 +19924,34 @@ snipe-it:
|
|
|
19553
19924
|
doc_section: '#step-2-finding-your-domain'
|
|
19554
19925
|
order: 1
|
|
19555
19926
|
|
|
19927
|
+
zorus:
|
|
19928
|
+
display_name: Zorus
|
|
19929
|
+
categories:
|
|
19930
|
+
- other
|
|
19931
|
+
auth_mode: API_KEY
|
|
19932
|
+
proxy:
|
|
19933
|
+
base_url: https://developer.zorustech.com
|
|
19934
|
+
headers:
|
|
19935
|
+
authorization: Impersonation ${apiKey}
|
|
19936
|
+
zorus-api-version: '1.0'
|
|
19937
|
+
verification:
|
|
19938
|
+
method: POST
|
|
19939
|
+
headers:
|
|
19940
|
+
content-type: application/json
|
|
19941
|
+
endpoints:
|
|
19942
|
+
- /api/customers/search
|
|
19943
|
+
data: { 'page': 1, 'pageSize': 1 }
|
|
19944
|
+
docs: https://nango.dev/docs/api-integrations/zorus
|
|
19945
|
+
docs_connect: https://nango.dev/docs/api-integrations/zorus/connect
|
|
19946
|
+
credentials:
|
|
19947
|
+
apiKey:
|
|
19948
|
+
type: string
|
|
19949
|
+
title: API Token
|
|
19950
|
+
description: The API token generated from the Zorus Portal.
|
|
19951
|
+
doc_section: '#step-1-generating-your-api-token'
|
|
19952
|
+
example: 1_a1b2c3d4-e5f6-7890-abcd-1234567890ab
|
|
19953
|
+
pattern: '^[0-9]+_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
|
|
19954
|
+
|
|
19556
19955
|
zuora:
|
|
19557
19956
|
display_name: Zuora
|
|
19558
19957
|
categories:
|