@nangohq/providers 0.53.0 → 0.53.1
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 +211 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.1",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.53.
|
|
14
|
+
"@nangohq/types": "0.53.1",
|
|
15
15
|
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
# yaml-language-server: $schema=./../../scripts/validation/providers/schema.json
|
|
2
|
+
1password-scim:
|
|
3
|
+
display_name: 1Password (SCIM)
|
|
4
|
+
categories:
|
|
5
|
+
- other
|
|
6
|
+
auth_mode: API_KEY
|
|
7
|
+
proxy:
|
|
8
|
+
base_url: https://${connectionConfig.domain}/scim
|
|
9
|
+
headers:
|
|
10
|
+
authorization: Bearer ${apiKey}
|
|
11
|
+
verification:
|
|
12
|
+
method: GET
|
|
13
|
+
endpoint: /Users
|
|
14
|
+
docs: https://docs.nango.dev/integrations/all/1password-scim
|
|
15
|
+
docs_connect: https://docs.nango.dev/integrations/all/1password-scim/connect
|
|
16
|
+
connection_config:
|
|
17
|
+
domain:
|
|
18
|
+
type: string
|
|
19
|
+
title: 1Password SCIM Bridge URL
|
|
20
|
+
description: The domain for your 1Password SCIM Bridge
|
|
21
|
+
example: scim.example.com
|
|
22
|
+
pattern: '^[a-zA-Z0-9.-]+$'
|
|
23
|
+
prefix: https://
|
|
24
|
+
doc_section: '#step-2-get-your-scim-bridge-url'
|
|
25
|
+
credentials:
|
|
26
|
+
apiKey:
|
|
27
|
+
type: string
|
|
28
|
+
title: API Key
|
|
29
|
+
description: Your 1Password SCIM API Key
|
|
30
|
+
secret: true
|
|
31
|
+
doc_section: '#step-1-retrieve-your-1password-scim-api-key'
|
|
2
32
|
accelo:
|
|
3
33
|
display_name: Accelo
|
|
4
34
|
categories:
|
|
@@ -146,7 +176,7 @@ affinity:
|
|
|
146
176
|
doc_section: '#step-1-finding-your-api-key'
|
|
147
177
|
|
|
148
178
|
aircall:
|
|
149
|
-
display_name: Aircall
|
|
179
|
+
display_name: Aircall (OAuth)
|
|
150
180
|
categories:
|
|
151
181
|
- support
|
|
152
182
|
auth_mode: OAUTH2
|
|
@@ -169,7 +199,7 @@ aircall:
|
|
|
169
199
|
|
|
170
200
|
aircall-basic:
|
|
171
201
|
alias: aircall
|
|
172
|
-
display_name: Aircall (
|
|
202
|
+
display_name: Aircall (Basic Auth)
|
|
173
203
|
auth_mode: BASIC
|
|
174
204
|
proxy:
|
|
175
205
|
base_url: https://api.aircall.io
|
|
@@ -370,7 +400,7 @@ apaleo:
|
|
|
370
400
|
docs: https://docs.nango.dev/integrations/all/apaleo
|
|
371
401
|
|
|
372
402
|
apollo:
|
|
373
|
-
display_name: Apollo
|
|
403
|
+
display_name: Apollo (API Key)
|
|
374
404
|
categories:
|
|
375
405
|
- marketing
|
|
376
406
|
auth_mode: API_KEY
|
|
@@ -608,7 +638,7 @@ avalara:
|
|
|
608
638
|
doc_section: '#step-2-generating-an-avalara-client'
|
|
609
639
|
|
|
610
640
|
avalara-sandbox:
|
|
611
|
-
display_name: Avalara (
|
|
641
|
+
display_name: Avalara (Sandbox)
|
|
612
642
|
categories:
|
|
613
643
|
- legal
|
|
614
644
|
auth_mode: BASIC
|
|
@@ -723,7 +753,7 @@ aws-iam:
|
|
|
723
753
|
doc_section: '#step-2-finding-your-region-host'
|
|
724
754
|
|
|
725
755
|
bamboohr:
|
|
726
|
-
display_name: BambooHR
|
|
756
|
+
display_name: BambooHR (OAuth)
|
|
727
757
|
categories:
|
|
728
758
|
- hr
|
|
729
759
|
auth_mode: OAUTH2
|
|
@@ -750,7 +780,7 @@ bamboohr:
|
|
|
750
780
|
order: 1
|
|
751
781
|
|
|
752
782
|
bamboohr-basic:
|
|
753
|
-
display_name: BambooHR (
|
|
783
|
+
display_name: BambooHR (Basic Auth)
|
|
754
784
|
categories:
|
|
755
785
|
- hr
|
|
756
786
|
auth_mode: BASIC
|
|
@@ -917,7 +947,7 @@ bigcommerce:
|
|
|
917
947
|
example: 123e4567-e89b-12d3-a456-426614174000
|
|
918
948
|
|
|
919
949
|
bill-sandbox:
|
|
920
|
-
display_name: Bill (Connect API
|
|
950
|
+
display_name: Bill (Connect API Sandbox)
|
|
921
951
|
categories:
|
|
922
952
|
- payment
|
|
923
953
|
auth_mode: BILL
|
|
@@ -1096,7 +1126,7 @@ braintree:
|
|
|
1096
1126
|
docs: https://docs.nango.dev/integrations/all/braintree
|
|
1097
1127
|
|
|
1098
1128
|
braintree-sandbox:
|
|
1099
|
-
display_name: Braintree (
|
|
1129
|
+
display_name: Braintree (Sandbox)
|
|
1100
1130
|
auth_mode: OAUTH2
|
|
1101
1131
|
authorization_url: https://api.sandbox.braintreegateway.com/oauth/connect
|
|
1102
1132
|
token_url: https://api.sandbox.braintreegateway.com/oauth/access_tokens
|
|
@@ -1142,7 +1172,7 @@ braze:
|
|
|
1142
1172
|
doc_section: '#step-2-finding-your-api-key'
|
|
1143
1173
|
|
|
1144
1174
|
brevo-api-key:
|
|
1145
|
-
display_name: Brevo
|
|
1175
|
+
display_name: Brevo
|
|
1146
1176
|
categories:
|
|
1147
1177
|
- marketing
|
|
1148
1178
|
auth_mode: API_KEY
|
|
@@ -1158,7 +1188,7 @@ brevo-api-key:
|
|
|
1158
1188
|
description: The API key for your Brevo account
|
|
1159
1189
|
|
|
1160
1190
|
brex:
|
|
1161
|
-
display_name: Brex
|
|
1191
|
+
display_name: Brex (OAuth)
|
|
1162
1192
|
categories:
|
|
1163
1193
|
- banking
|
|
1164
1194
|
auth_mode: OAUTH2
|
|
@@ -1172,7 +1202,7 @@ brex:
|
|
|
1172
1202
|
docs: https://docs.nango.dev/integrations/all/brex
|
|
1173
1203
|
|
|
1174
1204
|
brex-api-key:
|
|
1175
|
-
display_name: Brex (
|
|
1205
|
+
display_name: Brex (API Key)
|
|
1176
1206
|
auth_mode: API_KEY
|
|
1177
1207
|
proxy:
|
|
1178
1208
|
headers:
|
|
@@ -1190,7 +1220,7 @@ brex-api-key:
|
|
|
1190
1220
|
doc_section: '#step-1-finding-your-api-token'
|
|
1191
1221
|
|
|
1192
1222
|
brex-staging:
|
|
1193
|
-
display_name: Brex (
|
|
1223
|
+
display_name: Brex (Staging OAuth)
|
|
1194
1224
|
auth_mode: OAUTH2
|
|
1195
1225
|
authorization_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/authorize
|
|
1196
1226
|
token_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/token
|
|
@@ -1217,7 +1247,7 @@ brightcrowd:
|
|
|
1217
1247
|
docs_connect: https://docs.nango.dev/integrations/all/brightcrowd/connect
|
|
1218
1248
|
|
|
1219
1249
|
builder-io-private:
|
|
1220
|
-
display_name: Builder.io (
|
|
1250
|
+
display_name: Builder.io (Private)
|
|
1221
1251
|
categories:
|
|
1222
1252
|
- dev-tools
|
|
1223
1253
|
- design
|
|
@@ -1248,7 +1278,7 @@ builder-io-private:
|
|
|
1248
1278
|
doc_section: '#step-2-finding-your-api-key'
|
|
1249
1279
|
|
|
1250
1280
|
builder-io-public:
|
|
1251
|
-
display_name: Builder.io (
|
|
1281
|
+
display_name: Builder.io (Public)
|
|
1252
1282
|
categories:
|
|
1253
1283
|
- dev-tools
|
|
1254
1284
|
- design
|
|
@@ -1574,7 +1604,7 @@ checkr-partner:
|
|
|
1574
1604
|
description: The client ID of your Checkr Partner account
|
|
1575
1605
|
|
|
1576
1606
|
checkr-partner-staging:
|
|
1577
|
-
display_name: Checkr Partner (
|
|
1607
|
+
display_name: Checkr Partner (Staging)
|
|
1578
1608
|
categories:
|
|
1579
1609
|
- legal
|
|
1580
1610
|
auth_mode: OAUTH2
|
|
@@ -1615,7 +1645,7 @@ checkout-com:
|
|
|
1615
1645
|
docs: https://docs.nango.dev/integrations/all/checkout-com
|
|
1616
1646
|
|
|
1617
1647
|
checkout-com-sandbox:
|
|
1618
|
-
display_name: Checkout.com (
|
|
1648
|
+
display_name: Checkout.com (Sandbox)
|
|
1619
1649
|
categories:
|
|
1620
1650
|
- payment
|
|
1621
1651
|
auth_mode: OAUTH2_CC
|
|
@@ -1825,7 +1855,7 @@ commercetools:
|
|
|
1825
1855
|
doc_section: '#step-3-identify-your-region-and-cloud-provider'
|
|
1826
1856
|
|
|
1827
1857
|
copper:
|
|
1828
|
-
display_name: Copper
|
|
1858
|
+
display_name: Copper (OAuth)
|
|
1829
1859
|
categories:
|
|
1830
1860
|
- crm
|
|
1831
1861
|
auth_mode: OAUTH2
|
|
@@ -1844,7 +1874,7 @@ copper:
|
|
|
1844
1874
|
docs: https://docs.nango.dev/integrations/all/copper
|
|
1845
1875
|
|
|
1846
1876
|
copper-api-key:
|
|
1847
|
-
display_name: Copper (
|
|
1877
|
+
display_name: Copper (API Key)
|
|
1848
1878
|
categories:
|
|
1849
1879
|
- crm
|
|
1850
1880
|
auth_mode: API_KEY
|
|
@@ -1905,7 +1935,7 @@ connectwise-psa:
|
|
|
1905
1935
|
description: The Client ID assigned to your integration
|
|
1906
1936
|
|
|
1907
1937
|
connectwise-psa-staging:
|
|
1908
|
-
display_name: ConnectWise PSA (
|
|
1938
|
+
display_name: ConnectWise PSA (Staging)
|
|
1909
1939
|
categories:
|
|
1910
1940
|
- support
|
|
1911
1941
|
- ticketing
|
|
@@ -2018,7 +2048,7 @@ coros:
|
|
|
2018
2048
|
docs: https://docs.nango.dev/integrations/all/coros
|
|
2019
2049
|
|
|
2020
2050
|
coros-sandbox:
|
|
2021
|
-
display_name: Coros (
|
|
2051
|
+
display_name: Coros (Sandbox)
|
|
2022
2052
|
auth_mode: OAUTH2
|
|
2023
2053
|
authorization_url: https://opentest.coros.com/oauth2/authorize
|
|
2024
2054
|
token_url: https://opentest.coros.com/oauth2/accesstoken
|
|
@@ -2180,7 +2210,7 @@ deel:
|
|
|
2180
2210
|
docs: https://docs.nango.dev/integrations/all/deel
|
|
2181
2211
|
|
|
2182
2212
|
deel-sandbox:
|
|
2183
|
-
display_name: Deel (
|
|
2213
|
+
display_name: Deel (Sandbox)
|
|
2184
2214
|
auth_mode: OAUTH2
|
|
2185
2215
|
authorization_url: https://demo.deel.com/oauth2/authorize
|
|
2186
2216
|
token_url: https://demo.deel.com/oauth2/tokens
|
|
@@ -2213,7 +2243,7 @@ dialpad:
|
|
|
2213
2243
|
docs: https://docs.nango.dev/integrations/all/dialpad
|
|
2214
2244
|
|
|
2215
2245
|
dialpad-sandbox:
|
|
2216
|
-
display_name: Dialpad (
|
|
2246
|
+
display_name: Dialpad (Sandbox)
|
|
2217
2247
|
categories:
|
|
2218
2248
|
- communication
|
|
2219
2249
|
auth_mode: OAUTH2
|
|
@@ -2352,7 +2382,7 @@ docusign:
|
|
|
2352
2382
|
docs: https://docs.nango.dev/integrations/all/docusign
|
|
2353
2383
|
|
|
2354
2384
|
docusign-sandbox:
|
|
2355
|
-
display_name: DocuSign (
|
|
2385
|
+
display_name: DocuSign (Sandbox)
|
|
2356
2386
|
auth_mode: OAUTH2
|
|
2357
2387
|
authorization_url: https://account-d.docusign.com/oauth/auth
|
|
2358
2388
|
token_url: https://account-d.docusign.com/oauth/token
|
|
@@ -2502,7 +2532,7 @@ ebay:
|
|
|
2502
2532
|
docs: https://docs.nango.dev/integrations/all/ebay
|
|
2503
2533
|
|
|
2504
2534
|
ebay-sandbox:
|
|
2505
|
-
display_name: eBay (
|
|
2535
|
+
display_name: eBay (Sandbox)
|
|
2506
2536
|
categories:
|
|
2507
2537
|
- e-commerce
|
|
2508
2538
|
auth_mode: OAUTH2
|
|
@@ -2889,7 +2919,7 @@ fireflies:
|
|
|
2889
2919
|
description: The API key for your Fireflies account
|
|
2890
2920
|
|
|
2891
2921
|
fiserv:
|
|
2892
|
-
display_name: Fiserv
|
|
2922
|
+
display_name: Fiserv (OAuth)
|
|
2893
2923
|
categories:
|
|
2894
2924
|
- banking
|
|
2895
2925
|
- payment
|
|
@@ -2911,7 +2941,7 @@ fiserv:
|
|
|
2911
2941
|
prefix: https://
|
|
2912
2942
|
|
|
2913
2943
|
fiserv-api-key:
|
|
2914
|
-
display_name: Fiserv (
|
|
2944
|
+
display_name: Fiserv (API Key)
|
|
2915
2945
|
categories:
|
|
2916
2946
|
- banking
|
|
2917
2947
|
- payment
|
|
@@ -3265,7 +3295,7 @@ guru:
|
|
|
3265
3295
|
doc_section: '#step-2-generating-your-user-collection-token'
|
|
3266
3296
|
|
|
3267
3297
|
github:
|
|
3268
|
-
display_name: GitHub
|
|
3298
|
+
display_name: GitHub (User OAuth)
|
|
3269
3299
|
categories:
|
|
3270
3300
|
- dev-tools
|
|
3271
3301
|
- support
|
|
@@ -3286,7 +3316,7 @@ github:
|
|
|
3286
3316
|
docs: https://docs.nango.dev/integrations/all/github
|
|
3287
3317
|
|
|
3288
3318
|
github-app:
|
|
3289
|
-
display_name: GitHub App
|
|
3319
|
+
display_name: GitHub (App)
|
|
3290
3320
|
categories:
|
|
3291
3321
|
- dev-tools
|
|
3292
3322
|
- ticketing
|
|
@@ -3312,7 +3342,7 @@ github-app:
|
|
|
3312
3342
|
automated: true
|
|
3313
3343
|
|
|
3314
3344
|
github-app-oauth:
|
|
3315
|
-
display_name: GitHub App
|
|
3345
|
+
display_name: GitHub (App OAuth)
|
|
3316
3346
|
categories:
|
|
3317
3347
|
- dev-tools
|
|
3318
3348
|
- ticketing
|
|
@@ -3428,7 +3458,7 @@ ghost-content:
|
|
|
3428
3458
|
example: a1b2c3d4e5f6g7h8i9j0k1l2m3
|
|
3429
3459
|
|
|
3430
3460
|
gong:
|
|
3431
|
-
display_name: Gong
|
|
3461
|
+
display_name: Gong (Basic Auth)
|
|
3432
3462
|
categories:
|
|
3433
3463
|
- productivity
|
|
3434
3464
|
auth_mode: BASIC
|
|
@@ -3453,7 +3483,7 @@ gong:
|
|
|
3453
3483
|
doc_section: '#step-1-finding-gong-api-key-and-api-key-secret'
|
|
3454
3484
|
|
|
3455
3485
|
gong-oauth:
|
|
3456
|
-
display_name: Gong (
|
|
3486
|
+
display_name: Gong (Oauth)
|
|
3457
3487
|
auth_mode: OAUTH2
|
|
3458
3488
|
categories:
|
|
3459
3489
|
- productivity
|
|
@@ -3659,7 +3689,7 @@ grafana:
|
|
|
3659
3689
|
doc_section: '#step-2-generating-your-service-account-token'
|
|
3660
3690
|
|
|
3661
3691
|
grain:
|
|
3662
|
-
display_name: Grain
|
|
3692
|
+
display_name: Grain (OAuth)
|
|
3663
3693
|
categories:
|
|
3664
3694
|
- video
|
|
3665
3695
|
- communication
|
|
@@ -3676,7 +3706,7 @@ grain:
|
|
|
3676
3706
|
docs: https://docs.nango.dev/integrations/all/grain
|
|
3677
3707
|
|
|
3678
3708
|
grain-api-key:
|
|
3679
|
-
display_name: Grain (
|
|
3709
|
+
display_name: Grain (API Key)
|
|
3680
3710
|
categories:
|
|
3681
3711
|
- video
|
|
3682
3712
|
- communication
|
|
@@ -3697,7 +3727,7 @@ grain-api-key:
|
|
|
3697
3727
|
description: The personal access token to your Grain account
|
|
3698
3728
|
|
|
3699
3729
|
greenhouse:
|
|
3700
|
-
display_name: Greenhouse
|
|
3730
|
+
display_name: Greenhouse (OAuth)
|
|
3701
3731
|
categories:
|
|
3702
3732
|
- ats
|
|
3703
3733
|
auth_mode: OAUTH2
|
|
@@ -3723,7 +3753,7 @@ greenhouse:
|
|
|
3723
3753
|
prefix: https://
|
|
3724
3754
|
|
|
3725
3755
|
greenhouse-basic:
|
|
3726
|
-
display_name: Greenhouse (
|
|
3756
|
+
display_name: Greenhouse (Basic Auth)
|
|
3727
3757
|
categories:
|
|
3728
3758
|
- ats
|
|
3729
3759
|
auth_mode: BASIC
|
|
@@ -3928,7 +3958,7 @@ gusto:
|
|
|
3928
3958
|
docs: https://docs.nango.dev/integrations/all/gusto
|
|
3929
3959
|
|
|
3930
3960
|
gusto-demo:
|
|
3931
|
-
display_name: Gusto (
|
|
3961
|
+
display_name: Gusto (Demo)
|
|
3932
3962
|
auth_mode: OAUTH2
|
|
3933
3963
|
authorization_url: https://api.gusto-demo.com/oauth/authorize
|
|
3934
3964
|
token_url: https://api.gusto-demo.com/oauth/token
|
|
@@ -4055,7 +4085,7 @@ highlevel:
|
|
|
4055
4085
|
docs: https://docs.nango.dev/integrations/all/highlevel
|
|
4056
4086
|
|
|
4057
4087
|
highlevel-white-label:
|
|
4058
|
-
display_name: HighLevel (
|
|
4088
|
+
display_name: HighLevel (White Label)
|
|
4059
4089
|
categories:
|
|
4060
4090
|
- marketing
|
|
4061
4091
|
auth_mode: OAUTH2
|
|
@@ -4204,7 +4234,7 @@ intuit:
|
|
|
4204
4234
|
docs: https://docs.nango.dev/integrations/all/intuit
|
|
4205
4235
|
|
|
4206
4236
|
jira:
|
|
4207
|
-
display_name: Jira
|
|
4237
|
+
display_name: Jira (OAuth)
|
|
4208
4238
|
categories:
|
|
4209
4239
|
- productivity
|
|
4210
4240
|
- ticketing
|
|
@@ -4230,7 +4260,7 @@ jira:
|
|
|
4230
4260
|
docs: https://docs.nango.dev/integrations/all/jira
|
|
4231
4261
|
|
|
4232
4262
|
jira-basic:
|
|
4233
|
-
display_name: Jira (
|
|
4263
|
+
display_name: Jira (Basic Auth)
|
|
4234
4264
|
categories:
|
|
4235
4265
|
- productivity
|
|
4236
4266
|
- ticketing
|
|
@@ -4366,7 +4396,7 @@ keap:
|
|
|
4366
4396
|
docs: https://docs.nango.dev/integrations/all/keap
|
|
4367
4397
|
|
|
4368
4398
|
keeper-scim:
|
|
4369
|
-
display_name: Keeper(SCIM)
|
|
4399
|
+
display_name: Keeper (SCIM)
|
|
4370
4400
|
categories:
|
|
4371
4401
|
- productivity
|
|
4372
4402
|
auth_mode: API_KEY
|
|
@@ -4417,7 +4447,7 @@ klipfolio:
|
|
|
4417
4447
|
description: The API key for your Klipfolio account
|
|
4418
4448
|
|
|
4419
4449
|
klaviyo:
|
|
4420
|
-
display_name: Klaviyo
|
|
4450
|
+
display_name: Klaviyo (API Key)
|
|
4421
4451
|
categories:
|
|
4422
4452
|
- marketing
|
|
4423
4453
|
auth_mode: API_KEY
|
|
@@ -4440,7 +4470,7 @@ klaviyo:
|
|
|
4440
4470
|
doc_section: '#step-1-finding-klaviyo-api-key'
|
|
4441
4471
|
|
|
4442
4472
|
klaviyo-oauth:
|
|
4443
|
-
display_name: Klaviyo (
|
|
4473
|
+
display_name: Klaviyo (OAuth)
|
|
4444
4474
|
categories:
|
|
4445
4475
|
- marketing
|
|
4446
4476
|
auth_mode: OAUTH2
|
|
@@ -4573,7 +4603,7 @@ lessonly:
|
|
|
4573
4603
|
secret: true
|
|
4574
4604
|
|
|
4575
4605
|
lever:
|
|
4576
|
-
display_name: Lever
|
|
4606
|
+
display_name: Lever (OAuth)
|
|
4577
4607
|
categories:
|
|
4578
4608
|
- ats
|
|
4579
4609
|
auth_mode: OAUTH2
|
|
@@ -4588,7 +4618,7 @@ lever:
|
|
|
4588
4618
|
docs: https://docs.nango.dev/integrations/all/lever
|
|
4589
4619
|
|
|
4590
4620
|
lever-basic:
|
|
4591
|
-
display_name: Lever (
|
|
4621
|
+
display_name: Lever (Basic Auth)
|
|
4592
4622
|
auth_mode: BASIC
|
|
4593
4623
|
proxy:
|
|
4594
4624
|
base_url: https://api.lever.co
|
|
@@ -4608,7 +4638,7 @@ lever-basic:
|
|
|
4608
4638
|
hidden: true
|
|
4609
4639
|
|
|
4610
4640
|
lever-sandbox:
|
|
4611
|
-
display_name: Lever (
|
|
4641
|
+
display_name: Lever (OAuth Sandbox)
|
|
4612
4642
|
auth_mode: OAUTH2
|
|
4613
4643
|
authorization_url: https://sandbox-lever.auth0.com/authorize
|
|
4614
4644
|
token_url: https://sandbox-lever.auth0.com/oauth/token
|
|
@@ -4621,7 +4651,7 @@ lever-sandbox:
|
|
|
4621
4651
|
docs: https://docs.nango.dev/integrations/all/lever-sandbox
|
|
4622
4652
|
|
|
4623
4653
|
lever-basic-sandbox:
|
|
4624
|
-
display_name: Lever (
|
|
4654
|
+
display_name: Lever (Basic Auth Sandbox))
|
|
4625
4655
|
auth_mode: BASIC
|
|
4626
4656
|
proxy:
|
|
4627
4657
|
base_url: https://api.sandbox.lever.co
|
|
@@ -4683,6 +4713,37 @@ linkhut:
|
|
|
4683
4713
|
base_url: https://api.ln.ht
|
|
4684
4714
|
docs: https://docs.nango.dev/integrations/all/linkhut
|
|
4685
4715
|
|
|
4716
|
+
loom-scim:
|
|
4717
|
+
display_name: Loom (SCIM)
|
|
4718
|
+
categories:
|
|
4719
|
+
- other
|
|
4720
|
+
auth_mode: API_KEY
|
|
4721
|
+
proxy:
|
|
4722
|
+
base_url: https://${connectionConfig.domain}/scim
|
|
4723
|
+
headers:
|
|
4724
|
+
authorization: Bearer ${apiKey}
|
|
4725
|
+
verification:
|
|
4726
|
+
method: GET
|
|
4727
|
+
endpoint: /Users
|
|
4728
|
+
docs: https://docs.nango.dev/integrations/all/loom-scim
|
|
4729
|
+
docs_connect: https://docs.nango.dev/integrations/all/loom-scim/connect
|
|
4730
|
+
connection_config:
|
|
4731
|
+
domain:
|
|
4732
|
+
type: string
|
|
4733
|
+
title: Loom SCIM Bridge URL
|
|
4734
|
+
description: The domain for your Loom SCIM Bridge
|
|
4735
|
+
example: scim.example.com
|
|
4736
|
+
pattern: '^[a-zA-Z0-9.-]+$'
|
|
4737
|
+
prefix: https://
|
|
4738
|
+
doc_section: '#step-4-get-your-scim-bridge-url'
|
|
4739
|
+
credentials:
|
|
4740
|
+
apiKey:
|
|
4741
|
+
type: string
|
|
4742
|
+
title: SCIM API Key
|
|
4743
|
+
description: Your Loom SCIM API Key
|
|
4744
|
+
secret: true
|
|
4745
|
+
doc_section: '#step-3-retrieve-your-loom-scim-api-key'
|
|
4746
|
+
|
|
4686
4747
|
loops-so:
|
|
4687
4748
|
display_name: Loops.so
|
|
4688
4749
|
categories:
|
|
@@ -4707,7 +4768,7 @@ loops-so:
|
|
|
4707
4768
|
example: d2d561f5ff80136f69b4b5a31b9fb3c9
|
|
4708
4769
|
|
|
4709
4770
|
lucid-scim:
|
|
4710
|
-
display_name: Lucid(SCIM)
|
|
4771
|
+
display_name: Lucid (SCIM)
|
|
4711
4772
|
categories:
|
|
4712
4773
|
- productivity
|
|
4713
4774
|
auth_mode: API_KEY
|
|
@@ -5035,7 +5096,7 @@ microsoft-teams:
|
|
|
5035
5096
|
docs: https://docs.nango.dev/integrations/all/microsoft-teams
|
|
5036
5097
|
|
|
5037
5098
|
microsoft-tenant-specific:
|
|
5038
|
-
display_name: Microsoft (
|
|
5099
|
+
display_name: Microsoft (Tenant)
|
|
5039
5100
|
categories:
|
|
5040
5101
|
- erp
|
|
5041
5102
|
auth_mode: OAUTH2
|
|
@@ -5123,7 +5184,7 @@ microsoft-power-bi:
|
|
|
5123
5184
|
docs: https://docs.nango.dev/integrations/all/microsoft-power-bi
|
|
5124
5185
|
|
|
5125
5186
|
mindbody:
|
|
5126
|
-
display_name: Mindbody
|
|
5187
|
+
display_name: Mindbody
|
|
5127
5188
|
categories:
|
|
5128
5189
|
- productivity
|
|
5129
5190
|
auth_mode: API_KEY
|
|
@@ -5306,7 +5367,7 @@ nationbuilder:
|
|
|
5306
5367
|
description: The account ID of your NationBuilder account
|
|
5307
5368
|
|
|
5308
5369
|
netsuite:
|
|
5309
|
-
display_name: NetSuite
|
|
5370
|
+
display_name: NetSuite (OAuth)
|
|
5310
5371
|
categories:
|
|
5311
5372
|
- accounting
|
|
5312
5373
|
- erp
|
|
@@ -5332,7 +5393,7 @@ netsuite:
|
|
|
5332
5393
|
|
|
5333
5394
|
netsuite-tba:
|
|
5334
5395
|
alias: netsuite
|
|
5335
|
-
display_name: NetSuite (
|
|
5396
|
+
display_name: NetSuite (TBA)
|
|
5336
5397
|
auth_mode: TBA
|
|
5337
5398
|
docs: https://docs.nango.dev/integrations/all/netsuite-tba
|
|
5338
5399
|
|
|
@@ -5404,7 +5465,7 @@ notion-scim:
|
|
|
5404
5465
|
doc_section: '#step-1-finding-your-scim-api-key-token'
|
|
5405
5466
|
|
|
5406
5467
|
odoo:
|
|
5407
|
-
display_name: Odoo
|
|
5468
|
+
display_name: Odoo (OAuth)
|
|
5408
5469
|
categories:
|
|
5409
5470
|
- erp
|
|
5410
5471
|
auth_mode: OAUTH2
|
|
@@ -5683,6 +5744,26 @@ payfit:
|
|
|
5683
5744
|
base_url: https://partner-api.payfit.com
|
|
5684
5745
|
docs: https://docs.nango.dev/integrations/all/payfit
|
|
5685
5746
|
|
|
5747
|
+
paylocity:
|
|
5748
|
+
display_name: Paylocity
|
|
5749
|
+
categories:
|
|
5750
|
+
- hr
|
|
5751
|
+
auth_mode: OAUTH2_CC
|
|
5752
|
+
proxy:
|
|
5753
|
+
base_url: https://${connectionConfig.environment}.paylocity.com
|
|
5754
|
+
token_url: https://${connectionConfig.environment}.paylocity.com/IdentityServer/connect/token
|
|
5755
|
+
scope_separator: ' '
|
|
5756
|
+
token_params:
|
|
5757
|
+
grant_type: client_credentials
|
|
5758
|
+
docs: https://docs.nango.dev/integrations/all/paylocity
|
|
5759
|
+
docs_connect: https://docs.nango.dev/integrations/all/paylocity/connect
|
|
5760
|
+
connection_config:
|
|
5761
|
+
environment:
|
|
5762
|
+
type: string
|
|
5763
|
+
title: Paylocity Environment
|
|
5764
|
+
description: Select the Paylocity environment for this integration.
|
|
5765
|
+
doc_section: '#step-1-select-the-correct-paylocity-environment'
|
|
5766
|
+
|
|
5686
5767
|
paypal:
|
|
5687
5768
|
display_name: Paypal
|
|
5688
5769
|
categories:
|
|
@@ -5702,7 +5783,7 @@ paypal:
|
|
|
5702
5783
|
docs: https://docs.nango.dev/integrations/all/paypal
|
|
5703
5784
|
|
|
5704
5785
|
paypal-sandbox:
|
|
5705
|
-
display_name: Paypal (
|
|
5786
|
+
display_name: Paypal (Sandbox)
|
|
5706
5787
|
auth_mode: OAUTH2
|
|
5707
5788
|
authorization_url: https://www.sandbox.paypal.com/signin/authorize
|
|
5708
5789
|
token_url: https://api-m.sandbox.paypal.com/v1/oauth2/token
|
|
@@ -5834,7 +5915,7 @@ perimeter81:
|
|
|
5834
5915
|
secret: true
|
|
5835
5916
|
|
|
5836
5917
|
personio:
|
|
5837
|
-
display_name: Personio
|
|
5918
|
+
display_name: Personio (v1)
|
|
5838
5919
|
categories:
|
|
5839
5920
|
- hr
|
|
5840
5921
|
auth_mode: OAUTH2_CC
|
|
@@ -6162,7 +6243,7 @@ quickbooks:
|
|
|
6162
6243
|
|
|
6163
6244
|
quickbooks-sandbox:
|
|
6164
6245
|
alias: quickbooks
|
|
6165
|
-
display_name: Quickbooks (
|
|
6246
|
+
display_name: Quickbooks (Sandbox)
|
|
6166
6247
|
proxy:
|
|
6167
6248
|
connection_config:
|
|
6168
6249
|
realmId: ${connectionConfig.realmId}
|
|
@@ -6213,7 +6294,7 @@ ramp:
|
|
|
6213
6294
|
docs: https://docs.nango.dev/integrations/all/ramp
|
|
6214
6295
|
|
|
6215
6296
|
ramp-sandbox:
|
|
6216
|
-
display_name: Ramp (
|
|
6297
|
+
display_name: Ramp (Sandbox)
|
|
6217
6298
|
auth_mode: OAUTH2
|
|
6218
6299
|
authorization_url: https://demo.ramp.com/v1/authorize
|
|
6219
6300
|
token_url: https://demo-api.ramp.com/developer/v1/token
|
|
@@ -6360,7 +6441,7 @@ ring-central:
|
|
|
6360
6441
|
docs: https://docs.nango.dev/integrations/all/ring-central
|
|
6361
6442
|
|
|
6362
6443
|
ring-central-sandbox:
|
|
6363
|
-
display_name: RingCentral (
|
|
6444
|
+
display_name: RingCentral (Sandbox)
|
|
6364
6445
|
auth_mode: OAUTH2
|
|
6365
6446
|
authorization_url: https://platform.devtest.ringcentral.com/restapi/oauth/authorize
|
|
6366
6447
|
token_url: https://platform.devtest.ringcentral.com/restapi/oauth/token
|
|
@@ -6375,6 +6456,23 @@ ring-central-sandbox:
|
|
|
6375
6456
|
base_url: https://platform.devtest.ringcentral.com
|
|
6376
6457
|
docs: https://docs.nango.dev/integrations/all/ring-central-sandbox
|
|
6377
6458
|
|
|
6459
|
+
rippling:
|
|
6460
|
+
display_name: Rippling
|
|
6461
|
+
categories:
|
|
6462
|
+
- hr
|
|
6463
|
+
auth_mode: API_KEY
|
|
6464
|
+
proxy:
|
|
6465
|
+
headers:
|
|
6466
|
+
authorization: Bearer ${apiKey}
|
|
6467
|
+
base_url: https://rest.ripplingapis.com
|
|
6468
|
+
docs: https://docs.nango.dev/integrations/all/rippling
|
|
6469
|
+
docs_connect: https://docs.nango.dev/integrations/all/rippling/connect
|
|
6470
|
+
credentials:
|
|
6471
|
+
apiKey:
|
|
6472
|
+
type: string
|
|
6473
|
+
title: API Token
|
|
6474
|
+
description: The API Token for your Rippling account
|
|
6475
|
+
doc_section: '#step-1-generating-your-api-token'
|
|
6378
6476
|
segment:
|
|
6379
6477
|
display_name: Segment
|
|
6380
6478
|
categories:
|
|
@@ -6494,7 +6592,7 @@ salesforce:
|
|
|
6494
6592
|
automated: true
|
|
6495
6593
|
|
|
6496
6594
|
salesforce-sandbox:
|
|
6497
|
-
display_name: Salesforce (
|
|
6595
|
+
display_name: Salesforce (Sandbox)
|
|
6498
6596
|
auth_mode: OAUTH2
|
|
6499
6597
|
authorization_url: https://test.salesforce.com/services/oauth2/authorize
|
|
6500
6598
|
token_url: https://test.salesforce.com/services/oauth2/token
|
|
@@ -6542,7 +6640,44 @@ salesforce-experience-cloud:
|
|
|
6542
6640
|
format: uri
|
|
6543
6641
|
pattern: '^https?://.*$'
|
|
6544
6642
|
automated: true
|
|
6545
|
-
|
|
6643
|
+
salesforce-cdp:
|
|
6644
|
+
display_name: Salesforce (Data Cloud)
|
|
6645
|
+
categories:
|
|
6646
|
+
- storage
|
|
6647
|
+
auth_mode: TWO_STEP
|
|
6648
|
+
token_url: https://login.salesforce.com/services/oauth2/token
|
|
6649
|
+
body_format: form
|
|
6650
|
+
token_params:
|
|
6651
|
+
grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
|
|
6652
|
+
assertion: ${credential.jwt}
|
|
6653
|
+
token_headers:
|
|
6654
|
+
content-type: application/x-www-form-urlencoded
|
|
6655
|
+
additional_steps:
|
|
6656
|
+
- body_format: form
|
|
6657
|
+
token_params:
|
|
6658
|
+
grant_type: urn:salesforce:grant-type:external:cdp
|
|
6659
|
+
subject_token: ${step1.access_token}
|
|
6660
|
+
subject_token_type: urn:ietf:params:oauth:token-type:access_token
|
|
6661
|
+
token_headers:
|
|
6662
|
+
content-type: application/x-www-form-urlencoded
|
|
6663
|
+
token_url: ${step1.instance_url}/services/a360/token
|
|
6664
|
+
token_response_metadata:
|
|
6665
|
+
- instance_url
|
|
6666
|
+
proxy:
|
|
6667
|
+
base_url: ${connectionConfig.instance_url}
|
|
6668
|
+
token_response:
|
|
6669
|
+
token: access_token
|
|
6670
|
+
token_expiration: expires_in
|
|
6671
|
+
token_expiration_strategy: expireIn
|
|
6672
|
+
docs: https://docs.nango.dev/integrations/all/salesforce-cdp
|
|
6673
|
+
docs_connect: https://docs.nango.dev/integrations/all/salesforce-cdp/connect
|
|
6674
|
+
credentials:
|
|
6675
|
+
jwt:
|
|
6676
|
+
type: string
|
|
6677
|
+
title: Encoded JWT
|
|
6678
|
+
description: This is your pre-generated, encoded JSON Web Token (JWT)
|
|
6679
|
+
secret: true
|
|
6680
|
+
doc_section: '#step-1-generating-your-encoded-jwt'
|
|
6546
6681
|
sap-concur:
|
|
6547
6682
|
display_name: SAP Concur
|
|
6548
6683
|
categories:
|
|
@@ -6677,7 +6812,7 @@ sendgrid:
|
|
|
6677
6812
|
doc_section: '#step-1-generating-your-sendgrid-api-key'
|
|
6678
6813
|
|
|
6679
6814
|
sedna:
|
|
6680
|
-
display_name: Sedna (
|
|
6815
|
+
display_name: Sedna (OAuth)
|
|
6681
6816
|
auth_mode: OAUTH2_CC
|
|
6682
6817
|
categories:
|
|
6683
6818
|
- communication
|
|
@@ -6746,7 +6881,7 @@ signnow:
|
|
|
6746
6881
|
docs: https://docs.nango.dev/integrations/all/signnow
|
|
6747
6882
|
|
|
6748
6883
|
signnow-sandbox:
|
|
6749
|
-
display_name: SignNow (
|
|
6884
|
+
display_name: SignNow (Sandbox)
|
|
6750
6885
|
categories:
|
|
6751
6886
|
- legal
|
|
6752
6887
|
auth_mode: OAUTH2
|
|
@@ -6884,7 +7019,7 @@ shipstation:
|
|
|
6884
7019
|
doc_section: '#step-1-finding-shipstation-api-key-and-api-secret'
|
|
6885
7020
|
|
|
6886
7021
|
shopify:
|
|
6887
|
-
display_name: Shopify
|
|
7022
|
+
display_name: Shopify (OAuth)
|
|
6888
7023
|
categories:
|
|
6889
7024
|
- e-commerce
|
|
6890
7025
|
auth_mode: OAUTH2
|
|
@@ -6908,7 +7043,7 @@ shopify:
|
|
|
6908
7043
|
doc_section: '#step-1-finding-your-shopify-domain'
|
|
6909
7044
|
|
|
6910
7045
|
shopify-api-key:
|
|
6911
|
-
display_name: Shopify (
|
|
7046
|
+
display_name: Shopify (API Key)
|
|
6912
7047
|
categories:
|
|
6913
7048
|
- e-commerce
|
|
6914
7049
|
auth_mode: API_KEY
|
|
@@ -7009,7 +7144,7 @@ slack:
|
|
|
7009
7144
|
docs: https://docs.nango.dev/integrations/all/slack
|
|
7010
7145
|
|
|
7011
7146
|
smartrecruiters-api-key:
|
|
7012
|
-
display_name: Smartrecruiters
|
|
7147
|
+
display_name: Smartrecruiters
|
|
7013
7148
|
auth_mode: API_KEY
|
|
7014
7149
|
proxy:
|
|
7015
7150
|
base_url: https://api.smartrecruiters.com
|
|
@@ -7088,7 +7223,7 @@ splitwise:
|
|
|
7088
7223
|
docs: https://docs.nango.dev/integrations/all/splitwise
|
|
7089
7224
|
|
|
7090
7225
|
spotify:
|
|
7091
|
-
display_name: Spotify
|
|
7226
|
+
display_name: Spotify (OAuth)
|
|
7092
7227
|
categories:
|
|
7093
7228
|
- other
|
|
7094
7229
|
auth_mode: OAUTH2
|
|
@@ -7104,7 +7239,7 @@ spotify:
|
|
|
7104
7239
|
base_url: https://api.spotify.com
|
|
7105
7240
|
docs: https://docs.nango.dev/integrations/all/spotify
|
|
7106
7241
|
spotify-oauth2-cc:
|
|
7107
|
-
display_name: Spotify (
|
|
7242
|
+
display_name: Spotify (Client Credentials)
|
|
7108
7243
|
categories:
|
|
7109
7244
|
- other
|
|
7110
7245
|
auth_mode: OAUTH2_CC
|
|
@@ -7165,7 +7300,7 @@ squareup:
|
|
|
7165
7300
|
docs: https://docs.nango.dev/integrations/all/squareup
|
|
7166
7301
|
|
|
7167
7302
|
squareup-sandbox:
|
|
7168
|
-
display_name: Squareup (
|
|
7303
|
+
display_name: Squareup (Sandbox)
|
|
7169
7304
|
auth_mode: OAUTH2
|
|
7170
7305
|
authorization_url: https://connect.squareupsandbox.com/oauth2/authorize
|
|
7171
7306
|
token_url: https://connect.squareupsandbox.com/oauth2/token
|
|
@@ -7196,7 +7331,7 @@ stackexchange:
|
|
|
7196
7331
|
docs: https://docs.nango.dev/integrations/all/stackexchange
|
|
7197
7332
|
|
|
7198
7333
|
strava:
|
|
7199
|
-
display_name: Strava (
|
|
7334
|
+
display_name: Strava (Mobile)
|
|
7200
7335
|
categories:
|
|
7201
7336
|
- social
|
|
7202
7337
|
- sports
|
|
@@ -7216,7 +7351,7 @@ strava:
|
|
|
7216
7351
|
docs: https://docs.nango.dev/integrations/all/strava
|
|
7217
7352
|
|
|
7218
7353
|
strava-web:
|
|
7219
|
-
display_name: Strava (
|
|
7354
|
+
display_name: Strava (Web)
|
|
7220
7355
|
categories:
|
|
7221
7356
|
- social
|
|
7222
7357
|
- sports
|
|
@@ -7274,7 +7409,7 @@ stripe-app:
|
|
|
7274
7409
|
docs: https://docs.nango.dev/integrations/all/stripe-app
|
|
7275
7410
|
|
|
7276
7411
|
stripe-app-sandbox:
|
|
7277
|
-
display_name: Stripe App (
|
|
7412
|
+
display_name: Stripe App (Sandbox)
|
|
7278
7413
|
auth_mode: OAUTH2
|
|
7279
7414
|
authorization_url: https://marketplace.stripe.com/oauth/v2/${connectionConfig.appDomain}/authorize
|
|
7280
7415
|
token_url: https://api.stripe.com/v1/oauth/token
|
|
@@ -7470,7 +7605,7 @@ thrivecart-oauth:
|
|
|
7470
7605
|
docs: https://docs.nango.dev/integrations/all/thrivecart-oauth
|
|
7471
7606
|
|
|
7472
7607
|
thrivecart-api-key:
|
|
7473
|
-
display_name: ThriveCart (
|
|
7608
|
+
display_name: ThriveCart (API Key)
|
|
7474
7609
|
categories:
|
|
7475
7610
|
- e-commerce
|
|
7476
7611
|
- payment
|
|
@@ -7510,7 +7645,7 @@ tremendous:
|
|
|
7510
7645
|
docs: https://docs.nango.dev/integrations/all/tremendous
|
|
7511
7646
|
|
|
7512
7647
|
tremendous-sandbox:
|
|
7513
|
-
display_name: Tremendous (
|
|
7648
|
+
display_name: Tremendous (Sandbox)
|
|
7514
7649
|
categories:
|
|
7515
7650
|
- payment
|
|
7516
7651
|
auth_mode: OAUTH2
|
|
@@ -7673,7 +7808,7 @@ twitter-v2:
|
|
|
7673
7808
|
base_url: https://api.twitter.com
|
|
7674
7809
|
docs: https://docs.nango.dev/integrations/all/twitter-v2
|
|
7675
7810
|
twitter-oauth2-cc:
|
|
7676
|
-
display_name: Twitter (
|
|
7811
|
+
display_name: Twitter (Client Credentials)
|
|
7677
7812
|
categories:
|
|
7678
7813
|
- marketing
|
|
7679
7814
|
- social
|
|
@@ -7938,7 +8073,7 @@ unipile:
|
|
|
7938
8073
|
example: '13113'
|
|
7939
8074
|
|
|
7940
8075
|
vimeo:
|
|
7941
|
-
display_name: Vimeo
|
|
8076
|
+
display_name: Vimeo (OAuth)
|
|
7942
8077
|
categories:
|
|
7943
8078
|
- video
|
|
7944
8079
|
auth_mode: OAUTH2
|
|
@@ -7955,7 +8090,7 @@ vimeo:
|
|
|
7955
8090
|
docs: https://docs.nango.dev/integrations/all/vimeo
|
|
7956
8091
|
|
|
7957
8092
|
vimeo-basic:
|
|
7958
|
-
display_name: Vimeo (
|
|
8093
|
+
display_name: Vimeo (Basic Auth)
|
|
7959
8094
|
categories:
|
|
7960
8095
|
- video
|
|
7961
8096
|
auth_mode: BASIC
|
|
@@ -8137,7 +8272,7 @@ woocommerce:
|
|
|
8137
8272
|
doc_section: '#step-2-finding-your-woocommerce-consumer-secret'
|
|
8138
8273
|
|
|
8139
8274
|
workable:
|
|
8140
|
-
display_name: Workable
|
|
8275
|
+
display_name: Workable (API Key)
|
|
8141
8276
|
categories:
|
|
8142
8277
|
- ats
|
|
8143
8278
|
auth_mode: API_KEY
|