@nangohq/providers 0.53.0 → 0.53.2
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 +325 -78
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.2",
|
|
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.2",
|
|
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
|
|
@@ -182,7 +212,20 @@ aircall-basic:
|
|
|
182
212
|
response_path: results
|
|
183
213
|
docs_connect: https://docs.nango.dev/integrations/all/aircall-basic/connect
|
|
184
214
|
docs: https://docs.nango.dev/integrations/all/aircall-basic
|
|
185
|
-
|
|
215
|
+
credentials:
|
|
216
|
+
username:
|
|
217
|
+
type: string
|
|
218
|
+
title: API ID
|
|
219
|
+
description: The Application ID (API ID) for your Aircall account
|
|
220
|
+
pattern: '^[a-zA-Z0-9_-]+$'
|
|
221
|
+
doc_section: '#step-1-finding-your-admin-api-key-api-token-and-application-id-api-id'
|
|
222
|
+
password:
|
|
223
|
+
type: string
|
|
224
|
+
title: API Token
|
|
225
|
+
description: The Admin API Key (API Token) for your Aircall account
|
|
226
|
+
pattern: '^[a-zA-Z0-9_-]+$'
|
|
227
|
+
secret: true
|
|
228
|
+
doc_section: '#step-1-finding-your-admin-api-key-api-token-and-application-id-api-id'
|
|
186
229
|
airtable:
|
|
187
230
|
display_name: Airtable
|
|
188
231
|
categories:
|
|
@@ -370,7 +413,7 @@ apaleo:
|
|
|
370
413
|
docs: https://docs.nango.dev/integrations/all/apaleo
|
|
371
414
|
|
|
372
415
|
apollo:
|
|
373
|
-
display_name: Apollo
|
|
416
|
+
display_name: Apollo (API Key)
|
|
374
417
|
categories:
|
|
375
418
|
- marketing
|
|
376
419
|
auth_mode: API_KEY
|
|
@@ -608,7 +651,7 @@ avalara:
|
|
|
608
651
|
doc_section: '#step-2-generating-an-avalara-client'
|
|
609
652
|
|
|
610
653
|
avalara-sandbox:
|
|
611
|
-
display_name: Avalara (
|
|
654
|
+
display_name: Avalara (Sandbox)
|
|
612
655
|
categories:
|
|
613
656
|
- legal
|
|
614
657
|
auth_mode: BASIC
|
|
@@ -723,7 +766,7 @@ aws-iam:
|
|
|
723
766
|
doc_section: '#step-2-finding-your-region-host'
|
|
724
767
|
|
|
725
768
|
bamboohr:
|
|
726
|
-
display_name: BambooHR
|
|
769
|
+
display_name: BambooHR (OAuth)
|
|
727
770
|
categories:
|
|
728
771
|
- hr
|
|
729
772
|
auth_mode: OAUTH2
|
|
@@ -750,7 +793,7 @@ bamboohr:
|
|
|
750
793
|
order: 1
|
|
751
794
|
|
|
752
795
|
bamboohr-basic:
|
|
753
|
-
display_name: BambooHR (
|
|
796
|
+
display_name: BambooHR (Basic Auth)
|
|
754
797
|
categories:
|
|
755
798
|
- hr
|
|
756
799
|
auth_mode: BASIC
|
|
@@ -917,7 +960,7 @@ bigcommerce:
|
|
|
917
960
|
example: 123e4567-e89b-12d3-a456-426614174000
|
|
918
961
|
|
|
919
962
|
bill-sandbox:
|
|
920
|
-
display_name: Bill (Connect API
|
|
963
|
+
display_name: Bill (Connect API Sandbox)
|
|
921
964
|
categories:
|
|
922
965
|
- payment
|
|
923
966
|
auth_mode: BILL
|
|
@@ -1076,6 +1119,15 @@ booking-com:
|
|
|
1076
1119
|
example: secure-supply|supply
|
|
1077
1120
|
suffix: -xml.booking.com
|
|
1078
1121
|
prefix: https://
|
|
1122
|
+
credentials:
|
|
1123
|
+
username:
|
|
1124
|
+
type: string
|
|
1125
|
+
title: Machine Account Username
|
|
1126
|
+
description: The username for your Booking.com machine account
|
|
1127
|
+
password:
|
|
1128
|
+
type: string
|
|
1129
|
+
title: Machine Account Password
|
|
1130
|
+
description: The password for your Booking.com machine account
|
|
1079
1131
|
|
|
1080
1132
|
braintree:
|
|
1081
1133
|
display_name: Braintree
|
|
@@ -1096,7 +1148,7 @@ braintree:
|
|
|
1096
1148
|
docs: https://docs.nango.dev/integrations/all/braintree
|
|
1097
1149
|
|
|
1098
1150
|
braintree-sandbox:
|
|
1099
|
-
display_name: Braintree (
|
|
1151
|
+
display_name: Braintree (Sandbox)
|
|
1100
1152
|
auth_mode: OAUTH2
|
|
1101
1153
|
authorization_url: https://api.sandbox.braintreegateway.com/oauth/connect
|
|
1102
1154
|
token_url: https://api.sandbox.braintreegateway.com/oauth/access_tokens
|
|
@@ -1142,7 +1194,7 @@ braze:
|
|
|
1142
1194
|
doc_section: '#step-2-finding-your-api-key'
|
|
1143
1195
|
|
|
1144
1196
|
brevo-api-key:
|
|
1145
|
-
display_name: Brevo
|
|
1197
|
+
display_name: Brevo
|
|
1146
1198
|
categories:
|
|
1147
1199
|
- marketing
|
|
1148
1200
|
auth_mode: API_KEY
|
|
@@ -1158,7 +1210,7 @@ brevo-api-key:
|
|
|
1158
1210
|
description: The API key for your Brevo account
|
|
1159
1211
|
|
|
1160
1212
|
brex:
|
|
1161
|
-
display_name: Brex
|
|
1213
|
+
display_name: Brex (OAuth)
|
|
1162
1214
|
categories:
|
|
1163
1215
|
- banking
|
|
1164
1216
|
auth_mode: OAUTH2
|
|
@@ -1172,7 +1224,7 @@ brex:
|
|
|
1172
1224
|
docs: https://docs.nango.dev/integrations/all/brex
|
|
1173
1225
|
|
|
1174
1226
|
brex-api-key:
|
|
1175
|
-
display_name: Brex (
|
|
1227
|
+
display_name: Brex (API Key)
|
|
1176
1228
|
auth_mode: API_KEY
|
|
1177
1229
|
proxy:
|
|
1178
1230
|
headers:
|
|
@@ -1190,7 +1242,7 @@ brex-api-key:
|
|
|
1190
1242
|
doc_section: '#step-1-finding-your-api-token'
|
|
1191
1243
|
|
|
1192
1244
|
brex-staging:
|
|
1193
|
-
display_name: Brex (
|
|
1245
|
+
display_name: Brex (Staging OAuth)
|
|
1194
1246
|
auth_mode: OAUTH2
|
|
1195
1247
|
authorization_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/authorize
|
|
1196
1248
|
token_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/token
|
|
@@ -1217,7 +1269,7 @@ brightcrowd:
|
|
|
1217
1269
|
docs_connect: https://docs.nango.dev/integrations/all/brightcrowd/connect
|
|
1218
1270
|
|
|
1219
1271
|
builder-io-private:
|
|
1220
|
-
display_name: Builder.io (
|
|
1272
|
+
display_name: Builder.io (Private)
|
|
1221
1273
|
categories:
|
|
1222
1274
|
- dev-tools
|
|
1223
1275
|
- design
|
|
@@ -1248,7 +1300,7 @@ builder-io-private:
|
|
|
1248
1300
|
doc_section: '#step-2-finding-your-api-key'
|
|
1249
1301
|
|
|
1250
1302
|
builder-io-public:
|
|
1251
|
-
display_name: Builder.io (
|
|
1303
|
+
display_name: Builder.io (Public)
|
|
1252
1304
|
categories:
|
|
1253
1305
|
- dev-tools
|
|
1254
1306
|
- design
|
|
@@ -1519,6 +1571,21 @@ chargebee:
|
|
|
1519
1571
|
example: domain
|
|
1520
1572
|
suffix: .chargebee.com
|
|
1521
1573
|
prefix: https://
|
|
1574
|
+
credentials:
|
|
1575
|
+
username:
|
|
1576
|
+
type: string
|
|
1577
|
+
title: API Key
|
|
1578
|
+
description: The API key for your Chargebee account
|
|
1579
|
+
pattern: '^[a-zA-Z0-9_-]+$'
|
|
1580
|
+
secret: true
|
|
1581
|
+
password:
|
|
1582
|
+
type: string
|
|
1583
|
+
title: Password
|
|
1584
|
+
description: Password
|
|
1585
|
+
# https://apidocs.chargebee.com/docs/api/auth?lang=curl
|
|
1586
|
+
# Chargebee is using basic auth with an api key
|
|
1587
|
+
default_value: ''
|
|
1588
|
+
hidden: true
|
|
1522
1589
|
|
|
1523
1590
|
chattermill:
|
|
1524
1591
|
display_name: Chattermill
|
|
@@ -1574,7 +1641,7 @@ checkr-partner:
|
|
|
1574
1641
|
description: The client ID of your Checkr Partner account
|
|
1575
1642
|
|
|
1576
1643
|
checkr-partner-staging:
|
|
1577
|
-
display_name: Checkr Partner (
|
|
1644
|
+
display_name: Checkr Partner (Staging)
|
|
1578
1645
|
categories:
|
|
1579
1646
|
- legal
|
|
1580
1647
|
auth_mode: OAUTH2
|
|
@@ -1615,7 +1682,7 @@ checkout-com:
|
|
|
1615
1682
|
docs: https://docs.nango.dev/integrations/all/checkout-com
|
|
1616
1683
|
|
|
1617
1684
|
checkout-com-sandbox:
|
|
1618
|
-
display_name: Checkout.com (
|
|
1685
|
+
display_name: Checkout.com (Sandbox)
|
|
1619
1686
|
categories:
|
|
1620
1687
|
- payment
|
|
1621
1688
|
auth_mode: OAUTH2_CC
|
|
@@ -1825,7 +1892,7 @@ commercetools:
|
|
|
1825
1892
|
doc_section: '#step-3-identify-your-region-and-cloud-provider'
|
|
1826
1893
|
|
|
1827
1894
|
copper:
|
|
1828
|
-
display_name: Copper
|
|
1895
|
+
display_name: Copper (OAuth)
|
|
1829
1896
|
categories:
|
|
1830
1897
|
- crm
|
|
1831
1898
|
auth_mode: OAUTH2
|
|
@@ -1844,7 +1911,7 @@ copper:
|
|
|
1844
1911
|
docs: https://docs.nango.dev/integrations/all/copper
|
|
1845
1912
|
|
|
1846
1913
|
copper-api-key:
|
|
1847
|
-
display_name: Copper (
|
|
1914
|
+
display_name: Copper (API Key)
|
|
1848
1915
|
categories:
|
|
1849
1916
|
- crm
|
|
1850
1917
|
auth_mode: API_KEY
|
|
@@ -1903,9 +1970,18 @@ connectwise-psa:
|
|
|
1903
1970
|
type: string
|
|
1904
1971
|
title: Client ID
|
|
1905
1972
|
description: The Client ID assigned to your integration
|
|
1973
|
+
credentials:
|
|
1974
|
+
username:
|
|
1975
|
+
type: string
|
|
1976
|
+
title: Username
|
|
1977
|
+
description: The ConnectWise PSA CompanyId followed by either the Public Key, Integrator Username, or MemberId
|
|
1978
|
+
password:
|
|
1979
|
+
type: string
|
|
1980
|
+
title: Password
|
|
1981
|
+
description: Your ConnectWise PSA private key, integrator password, or member hash
|
|
1906
1982
|
|
|
1907
1983
|
connectwise-psa-staging:
|
|
1908
|
-
display_name: ConnectWise PSA (
|
|
1984
|
+
display_name: ConnectWise PSA (Staging)
|
|
1909
1985
|
categories:
|
|
1910
1986
|
- support
|
|
1911
1987
|
- ticketing
|
|
@@ -2018,7 +2094,7 @@ coros:
|
|
|
2018
2094
|
docs: https://docs.nango.dev/integrations/all/coros
|
|
2019
2095
|
|
|
2020
2096
|
coros-sandbox:
|
|
2021
|
-
display_name: Coros (
|
|
2097
|
+
display_name: Coros (Sandbox)
|
|
2022
2098
|
auth_mode: OAUTH2
|
|
2023
2099
|
authorization_url: https://opentest.coros.com/oauth2/authorize
|
|
2024
2100
|
token_url: https://opentest.coros.com/oauth2/accesstoken
|
|
@@ -2180,7 +2256,7 @@ deel:
|
|
|
2180
2256
|
docs: https://docs.nango.dev/integrations/all/deel
|
|
2181
2257
|
|
|
2182
2258
|
deel-sandbox:
|
|
2183
|
-
display_name: Deel (
|
|
2259
|
+
display_name: Deel (Sandbox)
|
|
2184
2260
|
auth_mode: OAUTH2
|
|
2185
2261
|
authorization_url: https://demo.deel.com/oauth2/authorize
|
|
2186
2262
|
token_url: https://demo.deel.com/oauth2/tokens
|
|
@@ -2213,7 +2289,7 @@ dialpad:
|
|
|
2213
2289
|
docs: https://docs.nango.dev/integrations/all/dialpad
|
|
2214
2290
|
|
|
2215
2291
|
dialpad-sandbox:
|
|
2216
|
-
display_name: Dialpad (
|
|
2292
|
+
display_name: Dialpad (Sandbox)
|
|
2217
2293
|
categories:
|
|
2218
2294
|
- communication
|
|
2219
2295
|
auth_mode: OAUTH2
|
|
@@ -2352,7 +2428,7 @@ docusign:
|
|
|
2352
2428
|
docs: https://docs.nango.dev/integrations/all/docusign
|
|
2353
2429
|
|
|
2354
2430
|
docusign-sandbox:
|
|
2355
|
-
display_name: DocuSign (
|
|
2431
|
+
display_name: DocuSign (Sandbox)
|
|
2356
2432
|
auth_mode: OAUTH2
|
|
2357
2433
|
authorization_url: https://account-d.docusign.com/oauth/auth
|
|
2358
2434
|
token_url: https://account-d.docusign.com/oauth/token
|
|
@@ -2502,7 +2578,7 @@ ebay:
|
|
|
2502
2578
|
docs: https://docs.nango.dev/integrations/all/ebay
|
|
2503
2579
|
|
|
2504
2580
|
ebay-sandbox:
|
|
2505
|
-
display_name: eBay (
|
|
2581
|
+
display_name: eBay (Sandbox)
|
|
2506
2582
|
categories:
|
|
2507
2583
|
- e-commerce
|
|
2508
2584
|
auth_mode: OAUTH2
|
|
@@ -2529,6 +2605,15 @@ e-conomic:
|
|
|
2529
2605
|
headers:
|
|
2530
2606
|
content-type: application/json
|
|
2531
2607
|
docs: https://docs.nango.dev/integrations/all/e-conomic
|
|
2608
|
+
credentials:
|
|
2609
|
+
username:
|
|
2610
|
+
type: string
|
|
2611
|
+
title: Private Token
|
|
2612
|
+
description: The Private Token for your e-conomic account
|
|
2613
|
+
password:
|
|
2614
|
+
type: string
|
|
2615
|
+
title: Agreement Grant Token
|
|
2616
|
+
description: The Agreement Grant Token for your e-conomic account
|
|
2532
2617
|
|
|
2533
2618
|
egnyte:
|
|
2534
2619
|
display_name: Egnyte
|
|
@@ -2666,6 +2751,17 @@ evaluagent:
|
|
|
2666
2751
|
description: The region of your EvaluAgent account
|
|
2667
2752
|
example: eu
|
|
2668
2753
|
pattern: '^[a-z]+$'
|
|
2754
|
+
credentials:
|
|
2755
|
+
username:
|
|
2756
|
+
type: string
|
|
2757
|
+
title: Access Key Id
|
|
2758
|
+
description: The Access Key ID for your EvaluAgent account
|
|
2759
|
+
pattern: '^[a-zA-Z0-9-]+$'
|
|
2760
|
+
password:
|
|
2761
|
+
type: string
|
|
2762
|
+
title: Secret Key
|
|
2763
|
+
description: The Secret Key for your EvaluAgent account
|
|
2764
|
+
pattern: '^[a-zA-Z0-9-]+$'
|
|
2669
2765
|
|
|
2670
2766
|
eventbrite:
|
|
2671
2767
|
display_name: Eventbrite
|
|
@@ -2889,7 +2985,7 @@ fireflies:
|
|
|
2889
2985
|
description: The API key for your Fireflies account
|
|
2890
2986
|
|
|
2891
2987
|
fiserv:
|
|
2892
|
-
display_name: Fiserv
|
|
2988
|
+
display_name: Fiserv (OAuth)
|
|
2893
2989
|
categories:
|
|
2894
2990
|
- banking
|
|
2895
2991
|
- payment
|
|
@@ -2911,7 +3007,7 @@ fiserv:
|
|
|
2911
3007
|
prefix: https://
|
|
2912
3008
|
|
|
2913
3009
|
fiserv-api-key:
|
|
2914
|
-
display_name: Fiserv (
|
|
3010
|
+
display_name: Fiserv (API Key)
|
|
2915
3011
|
categories:
|
|
2916
3012
|
- banking
|
|
2917
3013
|
- payment
|
|
@@ -3264,8 +3360,24 @@ guru:
|
|
|
3264
3360
|
example: 123e4567-e89b-12d3-a456-426614174000
|
|
3265
3361
|
doc_section: '#step-2-generating-your-user-collection-token'
|
|
3266
3362
|
|
|
3363
|
+
guru-scim:
|
|
3364
|
+
display_name: Guru (SCIM)
|
|
3365
|
+
categories:
|
|
3366
|
+
- knowledge-base
|
|
3367
|
+
auth_mode: API_KEY
|
|
3368
|
+
proxy:
|
|
3369
|
+
base_url: https://api.getguru.com/api/scim
|
|
3370
|
+
docs: https://docs.nango.dev/integrations/all/guru-scim
|
|
3371
|
+
docs_connect: https://docs.nango.dev/integrations/all/guru-scim/connect
|
|
3372
|
+
credentials:
|
|
3373
|
+
apiKey:
|
|
3374
|
+
type: string
|
|
3375
|
+
title: Guru API Token
|
|
3376
|
+
description: The SCIM API token for your Guru account
|
|
3377
|
+
doc_section: '#step-1-finding-guru-api-token'
|
|
3378
|
+
|
|
3267
3379
|
github:
|
|
3268
|
-
display_name: GitHub
|
|
3380
|
+
display_name: GitHub (User OAuth)
|
|
3269
3381
|
categories:
|
|
3270
3382
|
- dev-tools
|
|
3271
3383
|
- support
|
|
@@ -3286,7 +3398,7 @@ github:
|
|
|
3286
3398
|
docs: https://docs.nango.dev/integrations/all/github
|
|
3287
3399
|
|
|
3288
3400
|
github-app:
|
|
3289
|
-
display_name: GitHub App
|
|
3401
|
+
display_name: GitHub (App)
|
|
3290
3402
|
categories:
|
|
3291
3403
|
- dev-tools
|
|
3292
3404
|
- ticketing
|
|
@@ -3312,7 +3424,7 @@ github-app:
|
|
|
3312
3424
|
automated: true
|
|
3313
3425
|
|
|
3314
3426
|
github-app-oauth:
|
|
3315
|
-
display_name: GitHub App
|
|
3427
|
+
display_name: GitHub (App OAuth)
|
|
3316
3428
|
categories:
|
|
3317
3429
|
- dev-tools
|
|
3318
3430
|
- ticketing
|
|
@@ -3428,7 +3540,7 @@ ghost-content:
|
|
|
3428
3540
|
example: a1b2c3d4e5f6g7h8i9j0k1l2m3
|
|
3429
3541
|
|
|
3430
3542
|
gong:
|
|
3431
|
-
display_name: Gong
|
|
3543
|
+
display_name: Gong (Basic Auth)
|
|
3432
3544
|
categories:
|
|
3433
3545
|
- productivity
|
|
3434
3546
|
auth_mode: BASIC
|
|
@@ -3453,7 +3565,7 @@ gong:
|
|
|
3453
3565
|
doc_section: '#step-1-finding-gong-api-key-and-api-key-secret'
|
|
3454
3566
|
|
|
3455
3567
|
gong-oauth:
|
|
3456
|
-
display_name: Gong (
|
|
3568
|
+
display_name: Gong (Oauth)
|
|
3457
3569
|
auth_mode: OAUTH2
|
|
3458
3570
|
categories:
|
|
3459
3571
|
- productivity
|
|
@@ -3659,7 +3771,7 @@ grafana:
|
|
|
3659
3771
|
doc_section: '#step-2-generating-your-service-account-token'
|
|
3660
3772
|
|
|
3661
3773
|
grain:
|
|
3662
|
-
display_name: Grain
|
|
3774
|
+
display_name: Grain (OAuth)
|
|
3663
3775
|
categories:
|
|
3664
3776
|
- video
|
|
3665
3777
|
- communication
|
|
@@ -3676,7 +3788,7 @@ grain:
|
|
|
3676
3788
|
docs: https://docs.nango.dev/integrations/all/grain
|
|
3677
3789
|
|
|
3678
3790
|
grain-api-key:
|
|
3679
|
-
display_name: Grain (
|
|
3791
|
+
display_name: Grain (API Key)
|
|
3680
3792
|
categories:
|
|
3681
3793
|
- video
|
|
3682
3794
|
- communication
|
|
@@ -3697,7 +3809,7 @@ grain-api-key:
|
|
|
3697
3809
|
description: The personal access token to your Grain account
|
|
3698
3810
|
|
|
3699
3811
|
greenhouse:
|
|
3700
|
-
display_name: Greenhouse
|
|
3812
|
+
display_name: Greenhouse (OAuth)
|
|
3701
3813
|
categories:
|
|
3702
3814
|
- ats
|
|
3703
3815
|
auth_mode: OAUTH2
|
|
@@ -3723,7 +3835,7 @@ greenhouse:
|
|
|
3723
3835
|
prefix: https://
|
|
3724
3836
|
|
|
3725
3837
|
greenhouse-basic:
|
|
3726
|
-
display_name: Greenhouse (
|
|
3838
|
+
display_name: Greenhouse (Basic Auth)
|
|
3727
3839
|
categories:
|
|
3728
3840
|
- ats
|
|
3729
3841
|
auth_mode: BASIC
|
|
@@ -3928,7 +4040,7 @@ gusto:
|
|
|
3928
4040
|
docs: https://docs.nango.dev/integrations/all/gusto
|
|
3929
4041
|
|
|
3930
4042
|
gusto-demo:
|
|
3931
|
-
display_name: Gusto (
|
|
4043
|
+
display_name: Gusto (Demo)
|
|
3932
4044
|
auth_mode: OAUTH2
|
|
3933
4045
|
authorization_url: https://api.gusto-demo.com/oauth/authorize
|
|
3934
4046
|
token_url: https://api.gusto-demo.com/oauth/token
|
|
@@ -4055,7 +4167,7 @@ highlevel:
|
|
|
4055
4167
|
docs: https://docs.nango.dev/integrations/all/highlevel
|
|
4056
4168
|
|
|
4057
4169
|
highlevel-white-label:
|
|
4058
|
-
display_name: HighLevel (
|
|
4170
|
+
display_name: HighLevel (White Label)
|
|
4059
4171
|
categories:
|
|
4060
4172
|
- marketing
|
|
4061
4173
|
auth_mode: OAUTH2
|
|
@@ -4204,7 +4316,7 @@ intuit:
|
|
|
4204
4316
|
docs: https://docs.nango.dev/integrations/all/intuit
|
|
4205
4317
|
|
|
4206
4318
|
jira:
|
|
4207
|
-
display_name: Jira
|
|
4319
|
+
display_name: Jira (OAuth)
|
|
4208
4320
|
categories:
|
|
4209
4321
|
- productivity
|
|
4210
4322
|
- ticketing
|
|
@@ -4230,7 +4342,7 @@ jira:
|
|
|
4230
4342
|
docs: https://docs.nango.dev/integrations/all/jira
|
|
4231
4343
|
|
|
4232
4344
|
jira-basic:
|
|
4233
|
-
display_name: Jira (
|
|
4345
|
+
display_name: Jira (Basic Auth)
|
|
4234
4346
|
categories:
|
|
4235
4347
|
- productivity
|
|
4236
4348
|
- ticketing
|
|
@@ -4289,6 +4401,36 @@ jira-data-center:
|
|
|
4289
4401
|
pattern: '^https://[a-z0-9.-]+.atlassian.net$'
|
|
4290
4402
|
example: https://foobar.atlassian.net
|
|
4291
4403
|
|
|
4404
|
+
jira-data-center-api-key:
|
|
4405
|
+
display_name: Jira Data Center (API Key)
|
|
4406
|
+
categories:
|
|
4407
|
+
- productivity
|
|
4408
|
+
- ticketing
|
|
4409
|
+
auth_mode: API_KEY
|
|
4410
|
+
proxy:
|
|
4411
|
+
base_url: ${connectionConfig.baseUrl}
|
|
4412
|
+
retry:
|
|
4413
|
+
after: 'retry-after'
|
|
4414
|
+
headers:
|
|
4415
|
+
authorization: Bearer ${apiKey}
|
|
4416
|
+
docs: https://docs.nango.dev/integrations/all/jira-data-center-api-key
|
|
4417
|
+
docs_connect: https://docs.nango.dev/integrations/all/jira-data-center-api-key/connect
|
|
4418
|
+
connection_config:
|
|
4419
|
+
baseUrl:
|
|
4420
|
+
type: string
|
|
4421
|
+
title: Instance Base Url
|
|
4422
|
+
description: The base Url for your Jira Data Center instance
|
|
4423
|
+
pattern: '^(https?:\/\/)?[a-zA-Z0-9.-]+(:\d+)?$'
|
|
4424
|
+
example: https://foobar.atlassian.net
|
|
4425
|
+
doc_section: '#step-1-finding-your-instance-base-url'
|
|
4426
|
+
order: 1
|
|
4427
|
+
credentials:
|
|
4428
|
+
apiKey:
|
|
4429
|
+
type: string
|
|
4430
|
+
title: API Key
|
|
4431
|
+
description: The API key for your Jira Data Center
|
|
4432
|
+
doc_section: '#step-2-generating-your-api-key'
|
|
4433
|
+
|
|
4292
4434
|
jotform:
|
|
4293
4435
|
display_name: Jotform
|
|
4294
4436
|
categories:
|
|
@@ -4366,7 +4508,7 @@ keap:
|
|
|
4366
4508
|
docs: https://docs.nango.dev/integrations/all/keap
|
|
4367
4509
|
|
|
4368
4510
|
keeper-scim:
|
|
4369
|
-
display_name: Keeper(SCIM)
|
|
4511
|
+
display_name: Keeper (SCIM)
|
|
4370
4512
|
categories:
|
|
4371
4513
|
- productivity
|
|
4372
4514
|
auth_mode: API_KEY
|
|
@@ -4417,7 +4559,7 @@ klipfolio:
|
|
|
4417
4559
|
description: The API key for your Klipfolio account
|
|
4418
4560
|
|
|
4419
4561
|
klaviyo:
|
|
4420
|
-
display_name: Klaviyo
|
|
4562
|
+
display_name: Klaviyo (API Key)
|
|
4421
4563
|
categories:
|
|
4422
4564
|
- marketing
|
|
4423
4565
|
auth_mode: API_KEY
|
|
@@ -4440,7 +4582,7 @@ klaviyo:
|
|
|
4440
4582
|
doc_section: '#step-1-finding-klaviyo-api-key'
|
|
4441
4583
|
|
|
4442
4584
|
klaviyo-oauth:
|
|
4443
|
-
display_name: Klaviyo (
|
|
4585
|
+
display_name: Klaviyo (OAuth)
|
|
4444
4586
|
categories:
|
|
4445
4587
|
- marketing
|
|
4446
4588
|
auth_mode: OAUTH2
|
|
@@ -4573,7 +4715,7 @@ lessonly:
|
|
|
4573
4715
|
secret: true
|
|
4574
4716
|
|
|
4575
4717
|
lever:
|
|
4576
|
-
display_name: Lever
|
|
4718
|
+
display_name: Lever (OAuth)
|
|
4577
4719
|
categories:
|
|
4578
4720
|
- ats
|
|
4579
4721
|
auth_mode: OAUTH2
|
|
@@ -4588,7 +4730,7 @@ lever:
|
|
|
4588
4730
|
docs: https://docs.nango.dev/integrations/all/lever
|
|
4589
4731
|
|
|
4590
4732
|
lever-basic:
|
|
4591
|
-
display_name: Lever (
|
|
4733
|
+
display_name: Lever (Basic Auth)
|
|
4592
4734
|
auth_mode: BASIC
|
|
4593
4735
|
proxy:
|
|
4594
4736
|
base_url: https://api.lever.co
|
|
@@ -4608,7 +4750,7 @@ lever-basic:
|
|
|
4608
4750
|
hidden: true
|
|
4609
4751
|
|
|
4610
4752
|
lever-sandbox:
|
|
4611
|
-
display_name: Lever (
|
|
4753
|
+
display_name: Lever (OAuth Sandbox)
|
|
4612
4754
|
auth_mode: OAUTH2
|
|
4613
4755
|
authorization_url: https://sandbox-lever.auth0.com/authorize
|
|
4614
4756
|
token_url: https://sandbox-lever.auth0.com/oauth/token
|
|
@@ -4621,7 +4763,7 @@ lever-sandbox:
|
|
|
4621
4763
|
docs: https://docs.nango.dev/integrations/all/lever-sandbox
|
|
4622
4764
|
|
|
4623
4765
|
lever-basic-sandbox:
|
|
4624
|
-
display_name: Lever (
|
|
4766
|
+
display_name: Lever (Basic Auth Sandbox))
|
|
4625
4767
|
auth_mode: BASIC
|
|
4626
4768
|
proxy:
|
|
4627
4769
|
base_url: https://api.sandbox.lever.co
|
|
@@ -4683,6 +4825,37 @@ linkhut:
|
|
|
4683
4825
|
base_url: https://api.ln.ht
|
|
4684
4826
|
docs: https://docs.nango.dev/integrations/all/linkhut
|
|
4685
4827
|
|
|
4828
|
+
loom-scim:
|
|
4829
|
+
display_name: Loom (SCIM)
|
|
4830
|
+
categories:
|
|
4831
|
+
- other
|
|
4832
|
+
auth_mode: API_KEY
|
|
4833
|
+
proxy:
|
|
4834
|
+
base_url: https://${connectionConfig.domain}/scim
|
|
4835
|
+
headers:
|
|
4836
|
+
authorization: Bearer ${apiKey}
|
|
4837
|
+
verification:
|
|
4838
|
+
method: GET
|
|
4839
|
+
endpoint: /Users
|
|
4840
|
+
docs: https://docs.nango.dev/integrations/all/loom-scim
|
|
4841
|
+
docs_connect: https://docs.nango.dev/integrations/all/loom-scim/connect
|
|
4842
|
+
connection_config:
|
|
4843
|
+
domain:
|
|
4844
|
+
type: string
|
|
4845
|
+
title: Loom SCIM Bridge URL
|
|
4846
|
+
description: The domain for your Loom SCIM Bridge
|
|
4847
|
+
example: scim.example.com
|
|
4848
|
+
pattern: '^[a-zA-Z0-9.-]+$'
|
|
4849
|
+
prefix: https://
|
|
4850
|
+
doc_section: '#step-4-get-your-scim-bridge-url'
|
|
4851
|
+
credentials:
|
|
4852
|
+
apiKey:
|
|
4853
|
+
type: string
|
|
4854
|
+
title: SCIM API Key
|
|
4855
|
+
description: Your Loom SCIM API Key
|
|
4856
|
+
secret: true
|
|
4857
|
+
doc_section: '#step-3-retrieve-your-loom-scim-api-key'
|
|
4858
|
+
|
|
4686
4859
|
loops-so:
|
|
4687
4860
|
display_name: Loops.so
|
|
4688
4861
|
categories:
|
|
@@ -4707,7 +4880,7 @@ loops-so:
|
|
|
4707
4880
|
example: d2d561f5ff80136f69b4b5a31b9fb3c9
|
|
4708
4881
|
|
|
4709
4882
|
lucid-scim:
|
|
4710
|
-
display_name: Lucid(SCIM)
|
|
4883
|
+
display_name: Lucid (SCIM)
|
|
4711
4884
|
categories:
|
|
4712
4885
|
- productivity
|
|
4713
4886
|
auth_mode: API_KEY
|
|
@@ -5035,7 +5208,7 @@ microsoft-teams:
|
|
|
5035
5208
|
docs: https://docs.nango.dev/integrations/all/microsoft-teams
|
|
5036
5209
|
|
|
5037
5210
|
microsoft-tenant-specific:
|
|
5038
|
-
display_name: Microsoft (
|
|
5211
|
+
display_name: Microsoft (Tenant)
|
|
5039
5212
|
categories:
|
|
5040
5213
|
- erp
|
|
5041
5214
|
auth_mode: OAUTH2
|
|
@@ -5123,7 +5296,7 @@ microsoft-power-bi:
|
|
|
5123
5296
|
docs: https://docs.nango.dev/integrations/all/microsoft-power-bi
|
|
5124
5297
|
|
|
5125
5298
|
mindbody:
|
|
5126
|
-
display_name: Mindbody
|
|
5299
|
+
display_name: Mindbody
|
|
5127
5300
|
categories:
|
|
5128
5301
|
- productivity
|
|
5129
5302
|
auth_mode: API_KEY
|
|
@@ -5306,7 +5479,7 @@ nationbuilder:
|
|
|
5306
5479
|
description: The account ID of your NationBuilder account
|
|
5307
5480
|
|
|
5308
5481
|
netsuite:
|
|
5309
|
-
display_name: NetSuite
|
|
5482
|
+
display_name: NetSuite (OAuth)
|
|
5310
5483
|
categories:
|
|
5311
5484
|
- accounting
|
|
5312
5485
|
- erp
|
|
@@ -5332,7 +5505,7 @@ netsuite:
|
|
|
5332
5505
|
|
|
5333
5506
|
netsuite-tba:
|
|
5334
5507
|
alias: netsuite
|
|
5335
|
-
display_name: NetSuite (
|
|
5508
|
+
display_name: NetSuite (TBA)
|
|
5336
5509
|
auth_mode: TBA
|
|
5337
5510
|
docs: https://docs.nango.dev/integrations/all/netsuite-tba
|
|
5338
5511
|
|
|
@@ -5404,7 +5577,7 @@ notion-scim:
|
|
|
5404
5577
|
doc_section: '#step-1-finding-your-scim-api-key-token'
|
|
5405
5578
|
|
|
5406
5579
|
odoo:
|
|
5407
|
-
display_name: Odoo
|
|
5580
|
+
display_name: Odoo (OAuth)
|
|
5408
5581
|
categories:
|
|
5409
5582
|
- erp
|
|
5410
5583
|
auth_mode: OAUTH2
|
|
@@ -5683,6 +5856,26 @@ payfit:
|
|
|
5683
5856
|
base_url: https://partner-api.payfit.com
|
|
5684
5857
|
docs: https://docs.nango.dev/integrations/all/payfit
|
|
5685
5858
|
|
|
5859
|
+
paylocity:
|
|
5860
|
+
display_name: Paylocity
|
|
5861
|
+
categories:
|
|
5862
|
+
- hr
|
|
5863
|
+
auth_mode: OAUTH2_CC
|
|
5864
|
+
proxy:
|
|
5865
|
+
base_url: https://${connectionConfig.environment}.paylocity.com
|
|
5866
|
+
token_url: https://${connectionConfig.environment}.paylocity.com/IdentityServer/connect/token
|
|
5867
|
+
scope_separator: ' '
|
|
5868
|
+
token_params:
|
|
5869
|
+
grant_type: client_credentials
|
|
5870
|
+
docs: https://docs.nango.dev/integrations/all/paylocity
|
|
5871
|
+
docs_connect: https://docs.nango.dev/integrations/all/paylocity/connect
|
|
5872
|
+
connection_config:
|
|
5873
|
+
environment:
|
|
5874
|
+
type: string
|
|
5875
|
+
title: Paylocity Environment
|
|
5876
|
+
description: Select the Paylocity environment for this integration.
|
|
5877
|
+
doc_section: '#step-1-select-the-correct-paylocity-environment'
|
|
5878
|
+
|
|
5686
5879
|
paypal:
|
|
5687
5880
|
display_name: Paypal
|
|
5688
5881
|
categories:
|
|
@@ -5702,7 +5895,7 @@ paypal:
|
|
|
5702
5895
|
docs: https://docs.nango.dev/integrations/all/paypal
|
|
5703
5896
|
|
|
5704
5897
|
paypal-sandbox:
|
|
5705
|
-
display_name: Paypal (
|
|
5898
|
+
display_name: Paypal (Sandbox)
|
|
5706
5899
|
auth_mode: OAUTH2
|
|
5707
5900
|
authorization_url: https://www.sandbox.paypal.com/signin/authorize
|
|
5708
5901
|
token_url: https://api-m.sandbox.paypal.com/v1/oauth2/token
|
|
@@ -5834,7 +6027,7 @@ perimeter81:
|
|
|
5834
6027
|
secret: true
|
|
5835
6028
|
|
|
5836
6029
|
personio:
|
|
5837
|
-
display_name: Personio
|
|
6030
|
+
display_name: Personio (v1)
|
|
5838
6031
|
categories:
|
|
5839
6032
|
- hr
|
|
5840
6033
|
auth_mode: OAUTH2_CC
|
|
@@ -6162,7 +6355,7 @@ quickbooks:
|
|
|
6162
6355
|
|
|
6163
6356
|
quickbooks-sandbox:
|
|
6164
6357
|
alias: quickbooks
|
|
6165
|
-
display_name: Quickbooks (
|
|
6358
|
+
display_name: Quickbooks (Sandbox)
|
|
6166
6359
|
proxy:
|
|
6167
6360
|
connection_config:
|
|
6168
6361
|
realmId: ${connectionConfig.realmId}
|
|
@@ -6213,7 +6406,7 @@ ramp:
|
|
|
6213
6406
|
docs: https://docs.nango.dev/integrations/all/ramp
|
|
6214
6407
|
|
|
6215
6408
|
ramp-sandbox:
|
|
6216
|
-
display_name: Ramp (
|
|
6409
|
+
display_name: Ramp (Sandbox)
|
|
6217
6410
|
auth_mode: OAUTH2
|
|
6218
6411
|
authorization_url: https://demo.ramp.com/v1/authorize
|
|
6219
6412
|
token_url: https://demo-api.ramp.com/developer/v1/token
|
|
@@ -6360,7 +6553,7 @@ ring-central:
|
|
|
6360
6553
|
docs: https://docs.nango.dev/integrations/all/ring-central
|
|
6361
6554
|
|
|
6362
6555
|
ring-central-sandbox:
|
|
6363
|
-
display_name: RingCentral (
|
|
6556
|
+
display_name: RingCentral (Sandbox)
|
|
6364
6557
|
auth_mode: OAUTH2
|
|
6365
6558
|
authorization_url: https://platform.devtest.ringcentral.com/restapi/oauth/authorize
|
|
6366
6559
|
token_url: https://platform.devtest.ringcentral.com/restapi/oauth/token
|
|
@@ -6375,6 +6568,23 @@ ring-central-sandbox:
|
|
|
6375
6568
|
base_url: https://platform.devtest.ringcentral.com
|
|
6376
6569
|
docs: https://docs.nango.dev/integrations/all/ring-central-sandbox
|
|
6377
6570
|
|
|
6571
|
+
rippling:
|
|
6572
|
+
display_name: Rippling
|
|
6573
|
+
categories:
|
|
6574
|
+
- hr
|
|
6575
|
+
auth_mode: API_KEY
|
|
6576
|
+
proxy:
|
|
6577
|
+
headers:
|
|
6578
|
+
authorization: Bearer ${apiKey}
|
|
6579
|
+
base_url: https://rest.ripplingapis.com
|
|
6580
|
+
docs: https://docs.nango.dev/integrations/all/rippling
|
|
6581
|
+
docs_connect: https://docs.nango.dev/integrations/all/rippling/connect
|
|
6582
|
+
credentials:
|
|
6583
|
+
apiKey:
|
|
6584
|
+
type: string
|
|
6585
|
+
title: API Token
|
|
6586
|
+
description: The API Token for your Rippling account
|
|
6587
|
+
doc_section: '#step-1-generating-your-api-token'
|
|
6378
6588
|
segment:
|
|
6379
6589
|
display_name: Segment
|
|
6380
6590
|
categories:
|
|
@@ -6494,7 +6704,7 @@ salesforce:
|
|
|
6494
6704
|
automated: true
|
|
6495
6705
|
|
|
6496
6706
|
salesforce-sandbox:
|
|
6497
|
-
display_name: Salesforce (
|
|
6707
|
+
display_name: Salesforce (Sandbox)
|
|
6498
6708
|
auth_mode: OAUTH2
|
|
6499
6709
|
authorization_url: https://test.salesforce.com/services/oauth2/authorize
|
|
6500
6710
|
token_url: https://test.salesforce.com/services/oauth2/token
|
|
@@ -6542,7 +6752,44 @@ salesforce-experience-cloud:
|
|
|
6542
6752
|
format: uri
|
|
6543
6753
|
pattern: '^https?://.*$'
|
|
6544
6754
|
automated: true
|
|
6545
|
-
|
|
6755
|
+
salesforce-cdp:
|
|
6756
|
+
display_name: Salesforce (Data Cloud)
|
|
6757
|
+
categories:
|
|
6758
|
+
- storage
|
|
6759
|
+
auth_mode: TWO_STEP
|
|
6760
|
+
token_url: https://login.salesforce.com/services/oauth2/token
|
|
6761
|
+
body_format: form
|
|
6762
|
+
token_params:
|
|
6763
|
+
grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
|
|
6764
|
+
assertion: ${credential.jwt}
|
|
6765
|
+
token_headers:
|
|
6766
|
+
content-type: application/x-www-form-urlencoded
|
|
6767
|
+
additional_steps:
|
|
6768
|
+
- body_format: form
|
|
6769
|
+
token_params:
|
|
6770
|
+
grant_type: urn:salesforce:grant-type:external:cdp
|
|
6771
|
+
subject_token: ${step1.access_token}
|
|
6772
|
+
subject_token_type: urn:ietf:params:oauth:token-type:access_token
|
|
6773
|
+
token_headers:
|
|
6774
|
+
content-type: application/x-www-form-urlencoded
|
|
6775
|
+
token_url: ${step1.instance_url}/services/a360/token
|
|
6776
|
+
token_response_metadata:
|
|
6777
|
+
- instance_url
|
|
6778
|
+
proxy:
|
|
6779
|
+
base_url: ${connectionConfig.instance_url}
|
|
6780
|
+
token_response:
|
|
6781
|
+
token: access_token
|
|
6782
|
+
token_expiration: expires_in
|
|
6783
|
+
token_expiration_strategy: expireIn
|
|
6784
|
+
docs: https://docs.nango.dev/integrations/all/salesforce-cdp
|
|
6785
|
+
docs_connect: https://docs.nango.dev/integrations/all/salesforce-cdp/connect
|
|
6786
|
+
credentials:
|
|
6787
|
+
jwt:
|
|
6788
|
+
type: string
|
|
6789
|
+
title: Encoded JWT
|
|
6790
|
+
description: This is your pre-generated, encoded JSON Web Token (JWT)
|
|
6791
|
+
secret: true
|
|
6792
|
+
doc_section: '#step-1-generating-your-encoded-jwt'
|
|
6546
6793
|
sap-concur:
|
|
6547
6794
|
display_name: SAP Concur
|
|
6548
6795
|
categories:
|
|
@@ -6677,7 +6924,7 @@ sendgrid:
|
|
|
6677
6924
|
doc_section: '#step-1-generating-your-sendgrid-api-key'
|
|
6678
6925
|
|
|
6679
6926
|
sedna:
|
|
6680
|
-
display_name: Sedna (
|
|
6927
|
+
display_name: Sedna (OAuth)
|
|
6681
6928
|
auth_mode: OAUTH2_CC
|
|
6682
6929
|
categories:
|
|
6683
6930
|
- communication
|
|
@@ -6746,7 +6993,7 @@ signnow:
|
|
|
6746
6993
|
docs: https://docs.nango.dev/integrations/all/signnow
|
|
6747
6994
|
|
|
6748
6995
|
signnow-sandbox:
|
|
6749
|
-
display_name: SignNow (
|
|
6996
|
+
display_name: SignNow (Sandbox)
|
|
6750
6997
|
categories:
|
|
6751
6998
|
- legal
|
|
6752
6999
|
auth_mode: OAUTH2
|
|
@@ -6884,7 +7131,7 @@ shipstation:
|
|
|
6884
7131
|
doc_section: '#step-1-finding-shipstation-api-key-and-api-secret'
|
|
6885
7132
|
|
|
6886
7133
|
shopify:
|
|
6887
|
-
display_name: Shopify
|
|
7134
|
+
display_name: Shopify (OAuth)
|
|
6888
7135
|
categories:
|
|
6889
7136
|
- e-commerce
|
|
6890
7137
|
auth_mode: OAUTH2
|
|
@@ -6908,7 +7155,7 @@ shopify:
|
|
|
6908
7155
|
doc_section: '#step-1-finding-your-shopify-domain'
|
|
6909
7156
|
|
|
6910
7157
|
shopify-api-key:
|
|
6911
|
-
display_name: Shopify (
|
|
7158
|
+
display_name: Shopify (API Key)
|
|
6912
7159
|
categories:
|
|
6913
7160
|
- e-commerce
|
|
6914
7161
|
auth_mode: API_KEY
|
|
@@ -6976,7 +7223,7 @@ shortcut:
|
|
|
6976
7223
|
shortcut-token: ${apiKey}
|
|
6977
7224
|
verification:
|
|
6978
7225
|
method: GET
|
|
6979
|
-
endpoint: /v3/member
|
|
7226
|
+
endpoint: /api/v3/member
|
|
6980
7227
|
docs: https://docs.nango.dev/integrations/all/shortcut
|
|
6981
7228
|
credentials:
|
|
6982
7229
|
apiKey:
|
|
@@ -7009,7 +7256,7 @@ slack:
|
|
|
7009
7256
|
docs: https://docs.nango.dev/integrations/all/slack
|
|
7010
7257
|
|
|
7011
7258
|
smartrecruiters-api-key:
|
|
7012
|
-
display_name: Smartrecruiters
|
|
7259
|
+
display_name: Smartrecruiters
|
|
7013
7260
|
auth_mode: API_KEY
|
|
7014
7261
|
proxy:
|
|
7015
7262
|
base_url: https://api.smartrecruiters.com
|
|
@@ -7088,7 +7335,7 @@ splitwise:
|
|
|
7088
7335
|
docs: https://docs.nango.dev/integrations/all/splitwise
|
|
7089
7336
|
|
|
7090
7337
|
spotify:
|
|
7091
|
-
display_name: Spotify
|
|
7338
|
+
display_name: Spotify (OAuth)
|
|
7092
7339
|
categories:
|
|
7093
7340
|
- other
|
|
7094
7341
|
auth_mode: OAUTH2
|
|
@@ -7104,7 +7351,7 @@ spotify:
|
|
|
7104
7351
|
base_url: https://api.spotify.com
|
|
7105
7352
|
docs: https://docs.nango.dev/integrations/all/spotify
|
|
7106
7353
|
spotify-oauth2-cc:
|
|
7107
|
-
display_name: Spotify (
|
|
7354
|
+
display_name: Spotify (Client Credentials)
|
|
7108
7355
|
categories:
|
|
7109
7356
|
- other
|
|
7110
7357
|
auth_mode: OAUTH2_CC
|
|
@@ -7165,7 +7412,7 @@ squareup:
|
|
|
7165
7412
|
docs: https://docs.nango.dev/integrations/all/squareup
|
|
7166
7413
|
|
|
7167
7414
|
squareup-sandbox:
|
|
7168
|
-
display_name: Squareup (
|
|
7415
|
+
display_name: Squareup (Sandbox)
|
|
7169
7416
|
auth_mode: OAUTH2
|
|
7170
7417
|
authorization_url: https://connect.squareupsandbox.com/oauth2/authorize
|
|
7171
7418
|
token_url: https://connect.squareupsandbox.com/oauth2/token
|
|
@@ -7196,7 +7443,7 @@ stackexchange:
|
|
|
7196
7443
|
docs: https://docs.nango.dev/integrations/all/stackexchange
|
|
7197
7444
|
|
|
7198
7445
|
strava:
|
|
7199
|
-
display_name: Strava (
|
|
7446
|
+
display_name: Strava (Mobile)
|
|
7200
7447
|
categories:
|
|
7201
7448
|
- social
|
|
7202
7449
|
- sports
|
|
@@ -7216,7 +7463,7 @@ strava:
|
|
|
7216
7463
|
docs: https://docs.nango.dev/integrations/all/strava
|
|
7217
7464
|
|
|
7218
7465
|
strava-web:
|
|
7219
|
-
display_name: Strava (
|
|
7466
|
+
display_name: Strava (Web)
|
|
7220
7467
|
categories:
|
|
7221
7468
|
- social
|
|
7222
7469
|
- sports
|
|
@@ -7274,7 +7521,7 @@ stripe-app:
|
|
|
7274
7521
|
docs: https://docs.nango.dev/integrations/all/stripe-app
|
|
7275
7522
|
|
|
7276
7523
|
stripe-app-sandbox:
|
|
7277
|
-
display_name: Stripe App (
|
|
7524
|
+
display_name: Stripe App (Sandbox)
|
|
7278
7525
|
auth_mode: OAUTH2
|
|
7279
7526
|
authorization_url: https://marketplace.stripe.com/oauth/v2/${connectionConfig.appDomain}/authorize
|
|
7280
7527
|
token_url: https://api.stripe.com/v1/oauth/token
|
|
@@ -7470,7 +7717,7 @@ thrivecart-oauth:
|
|
|
7470
7717
|
docs: https://docs.nango.dev/integrations/all/thrivecart-oauth
|
|
7471
7718
|
|
|
7472
7719
|
thrivecart-api-key:
|
|
7473
|
-
display_name: ThriveCart (
|
|
7720
|
+
display_name: ThriveCart (API Key)
|
|
7474
7721
|
categories:
|
|
7475
7722
|
- e-commerce
|
|
7476
7723
|
- payment
|
|
@@ -7510,7 +7757,7 @@ tremendous:
|
|
|
7510
7757
|
docs: https://docs.nango.dev/integrations/all/tremendous
|
|
7511
7758
|
|
|
7512
7759
|
tremendous-sandbox:
|
|
7513
|
-
display_name: Tremendous (
|
|
7760
|
+
display_name: Tremendous (Sandbox)
|
|
7514
7761
|
categories:
|
|
7515
7762
|
- payment
|
|
7516
7763
|
auth_mode: OAUTH2
|
|
@@ -7673,7 +7920,7 @@ twitter-v2:
|
|
|
7673
7920
|
base_url: https://api.twitter.com
|
|
7674
7921
|
docs: https://docs.nango.dev/integrations/all/twitter-v2
|
|
7675
7922
|
twitter-oauth2-cc:
|
|
7676
|
-
display_name: Twitter (
|
|
7923
|
+
display_name: Twitter (Client Credentials)
|
|
7677
7924
|
categories:
|
|
7678
7925
|
- marketing
|
|
7679
7926
|
- social
|
|
@@ -7938,7 +8185,7 @@ unipile:
|
|
|
7938
8185
|
example: '13113'
|
|
7939
8186
|
|
|
7940
8187
|
vimeo:
|
|
7941
|
-
display_name: Vimeo
|
|
8188
|
+
display_name: Vimeo (OAuth)
|
|
7942
8189
|
categories:
|
|
7943
8190
|
- video
|
|
7944
8191
|
auth_mode: OAUTH2
|
|
@@ -7955,7 +8202,7 @@ vimeo:
|
|
|
7955
8202
|
docs: https://docs.nango.dev/integrations/all/vimeo
|
|
7956
8203
|
|
|
7957
8204
|
vimeo-basic:
|
|
7958
|
-
display_name: Vimeo (
|
|
8205
|
+
display_name: Vimeo (Basic Auth)
|
|
7959
8206
|
categories:
|
|
7960
8207
|
- video
|
|
7961
8208
|
auth_mode: BASIC
|
|
@@ -8137,7 +8384,7 @@ woocommerce:
|
|
|
8137
8384
|
doc_section: '#step-2-finding-your-woocommerce-consumer-secret'
|
|
8138
8385
|
|
|
8139
8386
|
workable:
|
|
8140
|
-
display_name: Workable
|
|
8387
|
+
display_name: Workable (API Key)
|
|
8141
8388
|
categories:
|
|
8142
8389
|
- ats
|
|
8143
8390
|
auth_mode: API_KEY
|