@nangohq/providers 0.52.4 → 0.53.0
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 +3 -3
- package/providers.yaml +183 -91
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"js-yaml": "4.1.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.
|
|
15
|
-
"vitest": "2.1.
|
|
14
|
+
"@nangohq/types": "0.53.0",
|
|
15
|
+
"vitest": "2.1.9"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"dist/**/*",
|
package/providers.yaml
CHANGED
|
@@ -74,7 +74,7 @@ adobe-umapi:
|
|
|
74
74
|
retry:
|
|
75
75
|
after: 'retry-after'
|
|
76
76
|
base_url: https://usermanagement.adobe.io
|
|
77
|
-
docs: https://docs.nango.dev/integrations/all/adobe
|
|
77
|
+
docs: https://docs.nango.dev/integrations/all/adobe-umapi
|
|
78
78
|
post_connection_script: adobeUmapiPostConnection
|
|
79
79
|
docs_connect: https://docs.nango.dev/integrations/all/adobe-umapi/connect
|
|
80
80
|
connection_config:
|
|
@@ -181,7 +181,7 @@ aircall-basic:
|
|
|
181
181
|
link_path_in_response_body: meta.next_page_link
|
|
182
182
|
response_path: results
|
|
183
183
|
docs_connect: https://docs.nango.dev/integrations/all/aircall-basic/connect
|
|
184
|
-
docs: https://docs.nango.dev/integrations/all/aircall
|
|
184
|
+
docs: https://docs.nango.dev/integrations/all/aircall-basic
|
|
185
185
|
|
|
186
186
|
airtable:
|
|
187
187
|
display_name: Airtable
|
|
@@ -406,7 +406,7 @@ apollo-oauth:
|
|
|
406
406
|
grant_type: refresh_token
|
|
407
407
|
proxy:
|
|
408
408
|
base_url: https://app.apollo.io/api
|
|
409
|
-
docs: https://docs.nango.dev/integrations/all/apollo
|
|
409
|
+
docs: https://docs.nango.dev/integrations/all/apollo-oauth
|
|
410
410
|
|
|
411
411
|
apple-app-store:
|
|
412
412
|
display_name: Apple App Store
|
|
@@ -459,7 +459,7 @@ asana-scim:
|
|
|
459
459
|
endpoint: /1.0/scim/Users
|
|
460
460
|
headers:
|
|
461
461
|
authorization: Bearer ${apiKey}
|
|
462
|
-
docs: https://docs.nango.dev/integrations/all/asana
|
|
462
|
+
docs: https://docs.nango.dev/integrations/all/asana-scim
|
|
463
463
|
docs_connect: https://docs.nango.dev/integrations/all/asana-scim/connect
|
|
464
464
|
credentials:
|
|
465
465
|
apiKey:
|
|
@@ -620,7 +620,7 @@ avalara-sandbox:
|
|
|
620
620
|
verification:
|
|
621
621
|
method: GET
|
|
622
622
|
endpoint: /utilities/subscriptions
|
|
623
|
-
docs: https://docs.nango.dev/integrations/all/avalara
|
|
623
|
+
docs: https://docs.nango.dev/integrations/all/avalara-sandbox
|
|
624
624
|
docs_connect: https://docs.nango.dev/integrations/all/avalara-sandbox/connect
|
|
625
625
|
credentials:
|
|
626
626
|
username:
|
|
@@ -698,7 +698,7 @@ aws-iam:
|
|
|
698
698
|
region: ${connectionConfig.region}
|
|
699
699
|
retry:
|
|
700
700
|
at: 'x-ratelimit-reset'
|
|
701
|
-
docs: https://docs.nango.dev/integrations/all/aws
|
|
701
|
+
docs: https://docs.nango.dev/integrations/all/aws-iam
|
|
702
702
|
docs_connect: https://docs.nango.dev/integrations/all/aws-iam/connect
|
|
703
703
|
credentials:
|
|
704
704
|
username:
|
|
@@ -759,7 +759,7 @@ bamboohr-basic:
|
|
|
759
759
|
verification:
|
|
760
760
|
method: GET
|
|
761
761
|
endpoint: /v1/meta/fields
|
|
762
|
-
docs: https://docs.nango.dev/integrations/all/bamboohr
|
|
762
|
+
docs: https://docs.nango.dev/integrations/all/bamboohr-basic
|
|
763
763
|
docs_connect: https://docs.nango.dev/integrations/all/bamboohr-basic/connect
|
|
764
764
|
connection_config:
|
|
765
765
|
subdomain:
|
|
@@ -810,6 +810,7 @@ basecamp:
|
|
|
810
810
|
after: 'retry-after'
|
|
811
811
|
docs: https://docs.nango.dev/integrations/all/basecamp
|
|
812
812
|
docs_connect: https://docs.nango.dev/integrations/all/basecamp/connect
|
|
813
|
+
post_connection_script: basecampPostConnection
|
|
813
814
|
connection_config:
|
|
814
815
|
appDetails:
|
|
815
816
|
type: string
|
|
@@ -820,6 +821,7 @@ basecamp:
|
|
|
820
821
|
type: string
|
|
821
822
|
title: Account ID
|
|
822
823
|
description: Your Account ID
|
|
824
|
+
optional: true
|
|
823
825
|
example: '5899981'
|
|
824
826
|
pattern: '^[0-9]+$'
|
|
825
827
|
doc_section: '#step-1-finding-your-account-id'
|
|
@@ -922,7 +924,7 @@ bill-sandbox:
|
|
|
922
924
|
token_url: https://gateway.stage.bill.com/connect/v3/login
|
|
923
925
|
proxy:
|
|
924
926
|
base_url: https://gateway.stage.bill.com/connect
|
|
925
|
-
docs: https://docs.nango.dev/integrations/all/bill
|
|
927
|
+
docs: https://docs.nango.dev/integrations/all/bill-sandbox
|
|
926
928
|
docs_connect: https://docs.nango.dev/integrations/all/bill-sandbox/connect
|
|
927
929
|
|
|
928
930
|
bill:
|
|
@@ -1107,7 +1109,7 @@ braintree-sandbox:
|
|
|
1107
1109
|
- merchantId
|
|
1108
1110
|
proxy:
|
|
1109
1111
|
base_url: https://api.sandbox.braintreegateway.com
|
|
1110
|
-
docs: https://docs.nango.dev/integrations/all/braintree
|
|
1112
|
+
docs: https://docs.nango.dev/integrations/all/braintree-sandbox
|
|
1111
1113
|
|
|
1112
1114
|
braze:
|
|
1113
1115
|
display_name: Braze
|
|
@@ -1148,7 +1150,7 @@ brevo-api-key:
|
|
|
1148
1150
|
headers:
|
|
1149
1151
|
api-key: ${apiKey}
|
|
1150
1152
|
base_url: https://api.brevo.com/v3
|
|
1151
|
-
docs: https://docs.nango.dev/integrations/all/brevo
|
|
1153
|
+
docs: https://docs.nango.dev/integrations/all/brevo-api-key
|
|
1152
1154
|
credentials:
|
|
1153
1155
|
apiKey:
|
|
1154
1156
|
type: string
|
|
@@ -1176,7 +1178,7 @@ brex-api-key:
|
|
|
1176
1178
|
headers:
|
|
1177
1179
|
authorization: Bearer ${apiKey}
|
|
1178
1180
|
base_url: https://platform.brexapis.com
|
|
1179
|
-
docs: https://docs.nango.dev/integrations/all/brex
|
|
1181
|
+
docs: https://docs.nango.dev/integrations/all/brex-api-key
|
|
1180
1182
|
docs_connect: https://docs.nango.dev/integrations/all/brex-api-key/connect
|
|
1181
1183
|
credentials:
|
|
1182
1184
|
apiKey:
|
|
@@ -1194,7 +1196,7 @@ brex-staging:
|
|
|
1194
1196
|
token_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/token
|
|
1195
1197
|
proxy:
|
|
1196
1198
|
base_url: https://platform.staging.brexapis.com
|
|
1197
|
-
docs: https://docs.nango.dev/integrations/all/brex
|
|
1199
|
+
docs: https://docs.nango.dev/integrations/all/brex-staging
|
|
1198
1200
|
|
|
1199
1201
|
brightcrowd:
|
|
1200
1202
|
display_name: BrightCrowd
|
|
@@ -1225,7 +1227,7 @@ builder-io-private:
|
|
|
1225
1227
|
base_url: https://${connectionConfig.domain}
|
|
1226
1228
|
headers:
|
|
1227
1229
|
authorization: Bearer ${apiKey}
|
|
1228
|
-
docs: https://docs.nango.dev/integrations/all/builder-io
|
|
1230
|
+
docs: https://docs.nango.dev/integrations/all/builder-io-private
|
|
1229
1231
|
docs_connect: https://docs.nango.dev/integrations/all/builder-io-private/connect
|
|
1230
1232
|
connection_config:
|
|
1231
1233
|
domain:
|
|
@@ -1256,7 +1258,7 @@ builder-io-public:
|
|
|
1256
1258
|
base_url: https://${connectionConfig.domain}
|
|
1257
1259
|
query:
|
|
1258
1260
|
apiKey: ${apiKey}
|
|
1259
|
-
docs: https://docs.nango.dev/integrations/all/builder-io
|
|
1261
|
+
docs: https://docs.nango.dev/integrations/all/builder-io-public
|
|
1260
1262
|
docs_connect: https://docs.nango.dev/integrations/all/builder-io-public/connect
|
|
1261
1263
|
connection_config:
|
|
1262
1264
|
domain:
|
|
@@ -1349,7 +1351,7 @@ cal-com-v1:
|
|
|
1349
1351
|
verification:
|
|
1350
1352
|
method: GET
|
|
1351
1353
|
endpoint: /me
|
|
1352
|
-
docs: https://docs.nango.dev/integrations/all/cal-com
|
|
1354
|
+
docs: https://docs.nango.dev/integrations/all/cal-com-v1
|
|
1353
1355
|
docs_connect: https://docs.nango.dev/integrations/all/cal-com-v1/connect
|
|
1354
1356
|
credentials:
|
|
1355
1357
|
apiKey:
|
|
@@ -1378,7 +1380,7 @@ cal-com-v2:
|
|
|
1378
1380
|
verification:
|
|
1379
1381
|
method: GET
|
|
1380
1382
|
endpoint: /me
|
|
1381
|
-
docs: https://docs.nango.dev/integrations/all/cal-com
|
|
1383
|
+
docs: https://docs.nango.dev/integrations/all/cal-com-v2
|
|
1382
1384
|
docs_connect: https://docs.nango.dev/integrations/all/cal-com-v2/connect
|
|
1383
1385
|
credentials:
|
|
1384
1386
|
apiKey:
|
|
@@ -1445,7 +1447,7 @@ canva-scim:
|
|
|
1445
1447
|
authorization: Bearer ${apiKey}
|
|
1446
1448
|
accept: application/json
|
|
1447
1449
|
content-type: application/json
|
|
1448
|
-
docs: https://docs.nango.dev/integrations/all/canva
|
|
1450
|
+
docs: https://docs.nango.dev/integrations/all/canva-scim
|
|
1449
1451
|
credentials:
|
|
1450
1452
|
apiKey:
|
|
1451
1453
|
type: string
|
|
@@ -1493,7 +1495,7 @@ certn-partner:
|
|
|
1493
1495
|
verification:
|
|
1494
1496
|
method: GET
|
|
1495
1497
|
endpoint: /api/v2/teams
|
|
1496
|
-
docs: https://docs.nango.dev/integrations/all/certn
|
|
1498
|
+
docs: https://docs.nango.dev/integrations/all/certn-partner
|
|
1497
1499
|
|
|
1498
1500
|
chargebee:
|
|
1499
1501
|
display_name: Chargebee
|
|
@@ -1589,7 +1591,7 @@ checkr-partner-staging:
|
|
|
1589
1591
|
- checkr_account_id
|
|
1590
1592
|
webhook_routing_script: checkrWebhookRouting
|
|
1591
1593
|
post_connection_script: checkrPostConnection
|
|
1592
|
-
docs: https://docs.nango.dev/integrations/all/checkr-partner
|
|
1594
|
+
docs: https://docs.nango.dev/integrations/all/checkr-partner-staging
|
|
1593
1595
|
connection_config:
|
|
1594
1596
|
client_id:
|
|
1595
1597
|
type: string
|
|
@@ -1626,7 +1628,7 @@ checkout-com-sandbox:
|
|
|
1626
1628
|
content-type: application/json
|
|
1627
1629
|
accept: application/json
|
|
1628
1630
|
base_url: https://api.sandbox.checkout.com
|
|
1629
|
-
docs: https://docs.nango.dev/integrations/all/checkout-com
|
|
1631
|
+
docs: https://docs.nango.dev/integrations/all/checkout-com-sandbox
|
|
1630
1632
|
|
|
1631
1633
|
chorus:
|
|
1632
1634
|
display_name: Chorus
|
|
@@ -1870,7 +1872,7 @@ copper-api-key:
|
|
|
1870
1872
|
type: string
|
|
1871
1873
|
title: User Email
|
|
1872
1874
|
description: Email address of the user who generated the token
|
|
1873
|
-
docs: https://docs.nango.dev/integrations/all/copper
|
|
1875
|
+
docs: https://docs.nango.dev/integrations/all/copper-api-key
|
|
1874
1876
|
|
|
1875
1877
|
connectwise-psa:
|
|
1876
1878
|
display_name: ConnectWise PSA
|
|
@@ -1913,7 +1915,7 @@ connectwise-psa-staging:
|
|
|
1913
1915
|
headers:
|
|
1914
1916
|
accept: application/vnd.connectwise.com+json; version=${connectionConfig.apiVersion}
|
|
1915
1917
|
clientid: ${connectionConfig.clientId}
|
|
1916
|
-
docs: https://docs.nango.dev/integrations/all/connectwise-psa
|
|
1918
|
+
docs: https://docs.nango.dev/integrations/all/connectwise-psa-staging
|
|
1917
1919
|
connection_config:
|
|
1918
1920
|
apiVersion:
|
|
1919
1921
|
type: string
|
|
@@ -2031,7 +2033,7 @@ coros-sandbox:
|
|
|
2031
2033
|
grant_type: refresh_token
|
|
2032
2034
|
proxy:
|
|
2033
2035
|
base_url: https://opentest.coros.com
|
|
2034
|
-
docs: https://docs.nango.dev/integrations/all/coros
|
|
2036
|
+
docs: https://docs.nango.dev/integrations/all/coros-sandbox
|
|
2035
2037
|
|
|
2036
2038
|
coupa-compass:
|
|
2037
2039
|
display_name: Coupa Compass
|
|
@@ -2064,7 +2066,7 @@ databricks-account:
|
|
|
2064
2066
|
grant_type: client_credentials
|
|
2065
2067
|
proxy:
|
|
2066
2068
|
base_url: https://accounts.cloud.databricks.com/api/2.0/accounts/${connectionConfig.accountId}
|
|
2067
|
-
docs: https://docs.nango.dev/integrations/all/databricks
|
|
2069
|
+
docs: https://docs.nango.dev/integrations/all/databricks-account
|
|
2068
2070
|
connection_config:
|
|
2069
2071
|
accountId:
|
|
2070
2072
|
type: string
|
|
@@ -2083,7 +2085,7 @@ databricks-workspace:
|
|
|
2083
2085
|
grant_type: client_credentials
|
|
2084
2086
|
proxy:
|
|
2085
2087
|
base_url: https://${connectionConfig.databricksInstance}/api/2.0/
|
|
2086
|
-
docs: https://docs.nango.dev/integrations/all/databricks
|
|
2088
|
+
docs: https://docs.nango.dev/integrations/all/databricks-workspace
|
|
2087
2089
|
connection_config:
|
|
2088
2090
|
databricksInstance:
|
|
2089
2091
|
type: string
|
|
@@ -2164,8 +2166,8 @@ deel:
|
|
|
2164
2166
|
categories:
|
|
2165
2167
|
- hr
|
|
2166
2168
|
auth_mode: OAUTH2
|
|
2167
|
-
authorization_url: https://
|
|
2168
|
-
token_url: https://
|
|
2169
|
+
authorization_url: https://app.deel.com/oauth2/authorize
|
|
2170
|
+
token_url: https://app.deel.com/oauth2/tokens
|
|
2169
2171
|
token_request_auth_method: basic
|
|
2170
2172
|
authorization_params:
|
|
2171
2173
|
response_type: code
|
|
@@ -2180,8 +2182,8 @@ deel:
|
|
|
2180
2182
|
deel-sandbox:
|
|
2181
2183
|
display_name: Deel (sandbox)
|
|
2182
2184
|
auth_mode: OAUTH2
|
|
2183
|
-
authorization_url: https://
|
|
2184
|
-
token_url: https://
|
|
2185
|
+
authorization_url: https://demo.deel.com/oauth2/authorize
|
|
2186
|
+
token_url: https://demo.deel.com/oauth2/tokens
|
|
2185
2187
|
token_request_auth_method: basic
|
|
2186
2188
|
authorization_params:
|
|
2187
2189
|
response_type: code
|
|
@@ -2190,8 +2192,8 @@ deel-sandbox:
|
|
|
2190
2192
|
refresh_params:
|
|
2191
2193
|
grant_type: refresh_token
|
|
2192
2194
|
proxy:
|
|
2193
|
-
base_url: https://api-
|
|
2194
|
-
docs: https://docs.nango.dev/integrations/all/deel
|
|
2195
|
+
base_url: https://api-sandbox.demo.deel.com
|
|
2196
|
+
docs: https://docs.nango.dev/integrations/all/deel-sandbox
|
|
2195
2197
|
|
|
2196
2198
|
dialpad:
|
|
2197
2199
|
display_name: Dialpad
|
|
@@ -2225,7 +2227,7 @@ dialpad-sandbox:
|
|
|
2225
2227
|
grant_type: refresh_token
|
|
2226
2228
|
proxy:
|
|
2227
2229
|
base_url: https://sandbox.dialpad.com
|
|
2228
|
-
docs: https://docs.nango.dev/integrations/all/dialpad
|
|
2230
|
+
docs: https://docs.nango.dev/integrations/all/dialpad-sandbox
|
|
2229
2231
|
|
|
2230
2232
|
digitalocean:
|
|
2231
2233
|
display_name: DigitalOcean
|
|
@@ -2364,7 +2366,7 @@ docusign-sandbox:
|
|
|
2364
2366
|
proxy:
|
|
2365
2367
|
base_url: https://demo.docusign.net
|
|
2366
2368
|
post_connection_script: docusignPostConnection
|
|
2367
|
-
docs: https://docs.nango.dev/integrations/all/docusign
|
|
2369
|
+
docs: https://docs.nango.dev/integrations/all/docusign-sandbox
|
|
2368
2370
|
|
|
2369
2371
|
dropbox:
|
|
2370
2372
|
display_name: Dropbox
|
|
@@ -2479,7 +2481,7 @@ emarsys-oauth:
|
|
|
2479
2481
|
base_url: https://api.emarsys.net
|
|
2480
2482
|
retry:
|
|
2481
2483
|
at: 'x-ratelimit-reset'
|
|
2482
|
-
docs: https://docs.nango.dev/integrations/all/emarsys
|
|
2484
|
+
docs: https://docs.nango.dev/integrations/all/emarsys-oauth
|
|
2483
2485
|
|
|
2484
2486
|
ebay:
|
|
2485
2487
|
display_name: eBay
|
|
@@ -2515,7 +2517,7 @@ ebay-sandbox:
|
|
|
2515
2517
|
token_request_auth_method: basic
|
|
2516
2518
|
proxy:
|
|
2517
2519
|
base_url: https://api.sandbox.ebay.com/
|
|
2518
|
-
docs: https://docs.nango.dev/integrations/all/ebay
|
|
2520
|
+
docs: https://docs.nango.dev/integrations/all/ebay-sandbox
|
|
2519
2521
|
|
|
2520
2522
|
e-conomic:
|
|
2521
2523
|
display_name: e-conomic
|
|
@@ -2921,7 +2923,7 @@ fiserv-api-key:
|
|
|
2921
2923
|
verification:
|
|
2922
2924
|
method: GET
|
|
2923
2925
|
endpoint: /sandbox/exp/v1/authorisations
|
|
2924
|
-
docs: https://docs.nango.dev/integrations/all/fiserv
|
|
2926
|
+
docs: https://docs.nango.dev/integrations/all/fiserv-api-key
|
|
2925
2927
|
credentials:
|
|
2926
2928
|
apiKey:
|
|
2927
2929
|
type: string
|
|
@@ -3187,6 +3189,32 @@ gebruder-weiss:
|
|
|
3187
3189
|
base_url: https://my.api.gw-world.com
|
|
3188
3190
|
docs: https://docs.nango.dev/integrations/all/gebruder-weiss
|
|
3189
3191
|
|
|
3192
|
+
google-gemini:
|
|
3193
|
+
display_name: Google Gemini
|
|
3194
|
+
categories:
|
|
3195
|
+
- productivity
|
|
3196
|
+
- dev-tools
|
|
3197
|
+
auth_mode: API_KEY
|
|
3198
|
+
proxy:
|
|
3199
|
+
base_url: https://generativelanguage.googleapis.com
|
|
3200
|
+
query:
|
|
3201
|
+
key: ${apiKey}
|
|
3202
|
+
headers:
|
|
3203
|
+
content-type: application/json
|
|
3204
|
+
verification:
|
|
3205
|
+
method: GET
|
|
3206
|
+
endpoint: /v1/models
|
|
3207
|
+
docs: https://docs.nango.dev/integrations/all/google-gemini
|
|
3208
|
+
docs_connect: https://docs.nango.dev/integrations/all/google-gemini/connect
|
|
3209
|
+
credentials:
|
|
3210
|
+
apiKey:
|
|
3211
|
+
type: string
|
|
3212
|
+
title: API Key
|
|
3213
|
+
description: The API key for your Gemini account
|
|
3214
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
3215
|
+
example: 'AIzaSy**********RRtUK5V*********ZFFc64w****AI'
|
|
3216
|
+
pattern: '^[0-9A-Za-z_-]+$'
|
|
3217
|
+
|
|
3190
3218
|
gerrit:
|
|
3191
3219
|
display_name: Gerrit
|
|
3192
3220
|
categories:
|
|
@@ -3267,7 +3295,7 @@ github-app:
|
|
|
3267
3295
|
authorization_url: ${connectionConfig.appPublicLink}/installations/new
|
|
3268
3296
|
token_url: https://api.github.com/app/installations/${connectionConfig.installation_id}/access_tokens
|
|
3269
3297
|
webhook_routing_script: githubAppWebhookRouting
|
|
3270
|
-
docs: https://docs.nango.dev/integrations/all/github
|
|
3298
|
+
docs: https://docs.nango.dev/integrations/all/github-app
|
|
3271
3299
|
connection_config:
|
|
3272
3300
|
appPublicLink:
|
|
3273
3301
|
type: string
|
|
@@ -3298,7 +3326,7 @@ github-app-oauth:
|
|
|
3298
3326
|
APP: https://api.github.com/app/installations/${connectionConfig.installation_id}/access_tokens
|
|
3299
3327
|
webhook_routing_script: githubAppOauthWebhookRouting
|
|
3300
3328
|
post_connection_script: githubAppOauthPostConnection
|
|
3301
|
-
docs: https://docs.nango.dev/integrations/all/github
|
|
3329
|
+
docs: https://docs.nango.dev/integrations/all/github-app-oauth
|
|
3302
3330
|
connection_config:
|
|
3303
3331
|
appPublicLink:
|
|
3304
3332
|
type: string
|
|
@@ -3346,7 +3374,7 @@ ghost-admin:
|
|
|
3346
3374
|
accept: application/json
|
|
3347
3375
|
accept-version: ${connectionConfig.version}
|
|
3348
3376
|
base_url: https://${connectionConfig.adminDomain}/ghost/api/admin/
|
|
3349
|
-
docs: https://docs.nango.dev/integrations/all/ghost
|
|
3377
|
+
docs: https://docs.nango.dev/integrations/all/ghost-admin
|
|
3350
3378
|
connection_config:
|
|
3351
3379
|
adminDomain:
|
|
3352
3380
|
type: string
|
|
@@ -3377,7 +3405,7 @@ ghost-content:
|
|
|
3377
3405
|
verification:
|
|
3378
3406
|
method: GET
|
|
3379
3407
|
endpoint: /tags
|
|
3380
|
-
docs: https://docs.nango.dev/integrations/all/ghost
|
|
3408
|
+
docs: https://docs.nango.dev/integrations/all/ghost-content
|
|
3381
3409
|
connection_config:
|
|
3382
3410
|
version:
|
|
3383
3411
|
type: string
|
|
@@ -3446,7 +3474,7 @@ gong-oauth:
|
|
|
3446
3474
|
base_url: ${connectionConfig.api_base_url_for_customer} || https://api.gong.io
|
|
3447
3475
|
retry:
|
|
3448
3476
|
after: 'retry-after'
|
|
3449
|
-
docs: https://docs.nango.dev/integrations/all/gong
|
|
3477
|
+
docs: https://docs.nango.dev/integrations/all/gong-oauth
|
|
3450
3478
|
connection_config:
|
|
3451
3479
|
api_base_url_for_customer:
|
|
3452
3480
|
type: string
|
|
@@ -3661,7 +3689,7 @@ grain-api-key:
|
|
|
3661
3689
|
endpoint: /_/public-api/me
|
|
3662
3690
|
headers:
|
|
3663
3691
|
authorization: Bearer ${apiKey}
|
|
3664
|
-
docs: https://docs.nango.dev/integrations/all/grain
|
|
3692
|
+
docs: https://docs.nango.dev/integrations/all/grain-api-key
|
|
3665
3693
|
credentials:
|
|
3666
3694
|
apiKey:
|
|
3667
3695
|
type: string
|
|
@@ -3707,7 +3735,7 @@ greenhouse-basic:
|
|
|
3707
3735
|
type: link
|
|
3708
3736
|
limit_name_in_request: per_page
|
|
3709
3737
|
link_rel_in_response_header: next
|
|
3710
|
-
docs: https://docs.nango.dev/integrations/all/greenhouse
|
|
3738
|
+
docs: https://docs.nango.dev/integrations/all/greenhouse-basic
|
|
3711
3739
|
docs_connect: https://docs.nango.dev/integrations/all/greenhouse-basic/connect
|
|
3712
3740
|
connection_config:
|
|
3713
3741
|
resource:
|
|
@@ -3913,7 +3941,7 @@ gusto-demo:
|
|
|
3913
3941
|
proxy:
|
|
3914
3942
|
base_url: https://api.gusto-demo.com
|
|
3915
3943
|
post_connection_script: gustoPostConnection
|
|
3916
|
-
docs: https://docs.nango.dev/integrations/all/gusto
|
|
3944
|
+
docs: https://docs.nango.dev/integrations/all/gusto-demo
|
|
3917
3945
|
|
|
3918
3946
|
hackerrank-work:
|
|
3919
3947
|
display_name: HackerRank Work
|
|
@@ -3979,7 +4007,7 @@ health-gorilla:
|
|
|
3979
4007
|
grant_type: refresh_token
|
|
3980
4008
|
proxy:
|
|
3981
4009
|
base_url: https://healthgorilla.com
|
|
3982
|
-
docs: https://docs.nango.dev/integrations/all/
|
|
4010
|
+
docs: https://docs.nango.dev/integrations/all/health-gorilla
|
|
3983
4011
|
|
|
3984
4012
|
hibob-service-user:
|
|
3985
4013
|
display_name: Hibob Service User
|
|
@@ -4006,7 +4034,7 @@ hibob-service-user:
|
|
|
4006
4034
|
default_value: ''
|
|
4007
4035
|
hidden: true
|
|
4008
4036
|
doc_section: '#step-2-finding-your-hibob-token'
|
|
4009
|
-
docs: https://docs.nango.dev/integrations/all/hibob
|
|
4037
|
+
docs: https://docs.nango.dev/integrations/all/hibob-service-user
|
|
4010
4038
|
docs_connect: https://docs.nango.dev/integrations/all/hibob-service-user/connect
|
|
4011
4039
|
|
|
4012
4040
|
highlevel:
|
|
@@ -4041,7 +4069,7 @@ highlevel-white-label:
|
|
|
4041
4069
|
grant_type: authorization_code
|
|
4042
4070
|
refresh_params:
|
|
4043
4071
|
grant_type: refresh_token
|
|
4044
|
-
docs: https://docs.nango.dev/integrations/all/highlevel
|
|
4072
|
+
docs: https://docs.nango.dev/integrations/all/highlevel-white-label
|
|
4045
4073
|
|
|
4046
4074
|
holded:
|
|
4047
4075
|
display_name: Holded
|
|
@@ -4214,7 +4242,7 @@ jira-basic:
|
|
|
4214
4242
|
verification:
|
|
4215
4243
|
method: GET
|
|
4216
4244
|
endpoint: /rest/api/3/events
|
|
4217
|
-
docs: https://docs.nango.dev/integrations/all/jira
|
|
4245
|
+
docs: https://docs.nango.dev/integrations/all/jira-basic
|
|
4218
4246
|
connection_config:
|
|
4219
4247
|
subdomain:
|
|
4220
4248
|
type: string
|
|
@@ -4287,7 +4315,7 @@ helpscout-docs:
|
|
|
4287
4315
|
verification:
|
|
4288
4316
|
method: GET
|
|
4289
4317
|
endpoint: /v1/sites
|
|
4290
|
-
docs: https://docs.nango.dev/integrations/all/helpscout
|
|
4318
|
+
docs: https://docs.nango.dev/integrations/all/helpscout-docs
|
|
4291
4319
|
docs_connect: https://docs.nango.dev/integrations/all/helpscout-docs/connect
|
|
4292
4320
|
credentials:
|
|
4293
4321
|
username:
|
|
@@ -4318,7 +4346,7 @@ helpscout-mailbox:
|
|
|
4318
4346
|
retry:
|
|
4319
4347
|
after: 'x-ratelimit-retry-after'
|
|
4320
4348
|
base_url: https://api.helpscout.net
|
|
4321
|
-
docs: https://docs.nango.dev/integrations/all/helpscout
|
|
4349
|
+
docs: https://docs.nango.dev/integrations/all/helpscout-mailbox
|
|
4322
4350
|
|
|
4323
4351
|
keap:
|
|
4324
4352
|
display_name: Keap
|
|
@@ -4349,7 +4377,7 @@ keeper-scim:
|
|
|
4349
4377
|
verification:
|
|
4350
4378
|
method: GET
|
|
4351
4379
|
endpoint: /Users
|
|
4352
|
-
docs: https://docs.nango.dev/integrations/all/keeper
|
|
4380
|
+
docs: https://docs.nango.dev/integrations/all/keeper-scim
|
|
4353
4381
|
docs_connect: https://docs.nango.dev/integrations/all/keeper/connect
|
|
4354
4382
|
credentials:
|
|
4355
4383
|
apiKey:
|
|
@@ -4432,7 +4460,7 @@ klaviyo-oauth:
|
|
|
4432
4460
|
revision: '2024-07-15'
|
|
4433
4461
|
retry:
|
|
4434
4462
|
after: 'retry-after'
|
|
4435
|
-
docs: https://docs.nango.dev/integrations/all/klaviyo
|
|
4463
|
+
docs: https://docs.nango.dev/integrations/all/klaviyo-oauth
|
|
4436
4464
|
|
|
4437
4465
|
kustomer:
|
|
4438
4466
|
display_name: Kustomer
|
|
@@ -4564,7 +4592,7 @@ lever-basic:
|
|
|
4564
4592
|
auth_mode: BASIC
|
|
4565
4593
|
proxy:
|
|
4566
4594
|
base_url: https://api.lever.co
|
|
4567
|
-
docs: https://docs.nango.dev/integrations/all/lever
|
|
4595
|
+
docs: https://docs.nango.dev/integrations/all/lever-basic
|
|
4568
4596
|
docs_connect: https://docs.nango.dev/integrations/all/lever-basic/connect
|
|
4569
4597
|
credentials:
|
|
4570
4598
|
username:
|
|
@@ -4590,14 +4618,14 @@ lever-sandbox:
|
|
|
4590
4618
|
audience: https://api.sandbox.lever.co/v1/
|
|
4591
4619
|
proxy:
|
|
4592
4620
|
base_url: https://api.sandbox.lever.co
|
|
4593
|
-
docs: https://docs.nango.dev/integrations/all/lever
|
|
4621
|
+
docs: https://docs.nango.dev/integrations/all/lever-sandbox
|
|
4594
4622
|
|
|
4595
4623
|
lever-basic-sandbox:
|
|
4596
4624
|
display_name: Lever (basic auth) (sandbox)
|
|
4597
4625
|
auth_mode: BASIC
|
|
4598
4626
|
proxy:
|
|
4599
4627
|
base_url: https://api.sandbox.lever.co
|
|
4600
|
-
docs: https://docs.nango.dev/integrations/all/lever
|
|
4628
|
+
docs: https://docs.nango.dev/integrations/all/lever-basic-sandbox
|
|
4601
4629
|
credentials:
|
|
4602
4630
|
username:
|
|
4603
4631
|
type: string
|
|
@@ -4689,7 +4717,7 @@ lucid-scim:
|
|
|
4689
4717
|
authorization: Bearer ${apiKey}
|
|
4690
4718
|
accept: application/json
|
|
4691
4719
|
content-type: application/json
|
|
4692
|
-
docs: https://docs.nango.dev/integrations/all/lucid
|
|
4720
|
+
docs: https://docs.nango.dev/integrations/all/lucid-scim
|
|
4693
4721
|
docs_connect: https://docs.nango.dev/integrations/all/lucid-scim/connect
|
|
4694
4722
|
credentials:
|
|
4695
4723
|
apiKey:
|
|
@@ -5134,6 +5162,36 @@ mindbody:
|
|
|
5134
5162
|
example: a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
|
|
5135
5163
|
doc_section: '#step-3-obtain-site-id-and-staff-user-token'
|
|
5136
5164
|
|
|
5165
|
+
minimax:
|
|
5166
|
+
display_name: MiniMax
|
|
5167
|
+
categories:
|
|
5168
|
+
- productivity
|
|
5169
|
+
- dev-tools
|
|
5170
|
+
auth_mode: API_KEY
|
|
5171
|
+
proxy:
|
|
5172
|
+
base_url: https://api.minimaxi.chat
|
|
5173
|
+
headers:
|
|
5174
|
+
authorization: Bearer ${apiKey}
|
|
5175
|
+
group-id: ${connectionConfig.groupId}
|
|
5176
|
+
query:
|
|
5177
|
+
GroupId: ${connectionConfig.groupId}
|
|
5178
|
+
docs: https://docs.nango.dev/integrations/all/minimax
|
|
5179
|
+
docs_connect: https://docs.nango.dev/integrations/all/minimax/connect
|
|
5180
|
+
connection_config:
|
|
5181
|
+
groupId:
|
|
5182
|
+
type: string
|
|
5183
|
+
title: Group ID
|
|
5184
|
+
description: The unique identifier for your MiniMax account, linked to your account's privileges.
|
|
5185
|
+
example: '1234567890123456789'
|
|
5186
|
+
pattern: '^\d{19}$'
|
|
5187
|
+
doc_section: '#step-1-retrieve-your-group-id'
|
|
5188
|
+
credentials:
|
|
5189
|
+
apiKey:
|
|
5190
|
+
type: string
|
|
5191
|
+
title: API Key
|
|
5192
|
+
description: The API key for securely accessing the MiniMax API.
|
|
5193
|
+
doc_section: '#step-2-generate-an-api-key'
|
|
5194
|
+
|
|
5137
5195
|
mixpanel:
|
|
5138
5196
|
display_name: Mixpanel
|
|
5139
5197
|
categories:
|
|
@@ -5187,7 +5245,7 @@ miro-scim:
|
|
|
5187
5245
|
endpoint: /v1/scim/Users
|
|
5188
5246
|
headers:
|
|
5189
5247
|
authorization: Bearer ${apiKey}
|
|
5190
|
-
docs: https://docs.nango.dev/integrations/all/miro
|
|
5248
|
+
docs: https://docs.nango.dev/integrations/all/miro-scim
|
|
5191
5249
|
docs_connect: https://docs.nango.dev/integrations/all/miro-scim/connect
|
|
5192
5250
|
credentials:
|
|
5193
5251
|
apiKey:
|
|
@@ -5276,7 +5334,7 @@ netsuite-tba:
|
|
|
5276
5334
|
alias: netsuite
|
|
5277
5335
|
display_name: NetSuite (tba)
|
|
5278
5336
|
auth_mode: TBA
|
|
5279
|
-
docs: https://docs.nango.dev/integrations/all/netsuite
|
|
5337
|
+
docs: https://docs.nango.dev/integrations/all/netsuite-tba
|
|
5280
5338
|
|
|
5281
5339
|
next-cloud-ocs:
|
|
5282
5340
|
display_name: Next Cloud OCS
|
|
@@ -5285,7 +5343,7 @@ next-cloud-ocs:
|
|
|
5285
5343
|
base_url: https://${connectionConfig.domain}/ocs/v1.php
|
|
5286
5344
|
headers:
|
|
5287
5345
|
'ocs-apirequest': 'true'
|
|
5288
|
-
docs: http://docs.nango.dev/integrations/all/next-cloud
|
|
5346
|
+
docs: http://docs.nango.dev/integrations/all/next-cloud-ocs
|
|
5289
5347
|
docs_connect: https://docs.nango.dev/integrations/all/next-cloud-ocs/connect
|
|
5290
5348
|
connection_config:
|
|
5291
5349
|
domain:
|
|
@@ -5336,7 +5394,7 @@ notion-scim:
|
|
|
5336
5394
|
endpoint: /v2/Users
|
|
5337
5395
|
headers:
|
|
5338
5396
|
authorization: Bearer ${apiKey}
|
|
5339
|
-
docs: https://docs.nango.dev/integrations/all/notion
|
|
5397
|
+
docs: https://docs.nango.dev/integrations/all/notion-scim
|
|
5340
5398
|
docs_connect: https://docs.nango.dev/integrations/all/notion-scim/connect
|
|
5341
5399
|
credentials:
|
|
5342
5400
|
apiKey:
|
|
@@ -5388,7 +5446,7 @@ odoo-cc:
|
|
|
5388
5446
|
token_expiration_strategy: expireIn
|
|
5389
5447
|
proxy:
|
|
5390
5448
|
base_url: https://${connectionConfig.serverUrl}/restapi
|
|
5391
|
-
docs: https://docs.nango.dev/integrations/all/odoo
|
|
5449
|
+
docs: https://docs.nango.dev/integrations/all/odoo-cc
|
|
5392
5450
|
docs_connect: https://docs.nango.dev/integrations/all/odoo/connect
|
|
5393
5451
|
credentials:
|
|
5394
5452
|
consumerId:
|
|
@@ -5452,7 +5510,7 @@ okta-preview:
|
|
|
5452
5510
|
token_url: https://${connectionConfig.subdomain}.oktapreview.com/oauth2/v1/token
|
|
5453
5511
|
proxy:
|
|
5454
5512
|
base_url: https://${connectionConfig.subdomain}.oktapreview.com
|
|
5455
|
-
docs: https://docs.nango.dev/integrations/all/okta
|
|
5513
|
+
docs: https://docs.nango.dev/integrations/all/okta-preview
|
|
5456
5514
|
connection_config:
|
|
5457
5515
|
subdomain:
|
|
5458
5516
|
type: string
|
|
@@ -5657,7 +5715,7 @@ paypal-sandbox:
|
|
|
5657
5715
|
grant_type: refresh_token
|
|
5658
5716
|
proxy:
|
|
5659
5717
|
base_url: https://api-m.sandbox.paypal.com
|
|
5660
|
-
docs: https://docs.nango.dev/integrations/all/paypal
|
|
5718
|
+
docs: https://docs.nango.dev/integrations/all/paypal-sandbox
|
|
5661
5719
|
|
|
5662
5720
|
pendo:
|
|
5663
5721
|
display_name: Pendo
|
|
@@ -5812,7 +5870,7 @@ personio-v2:
|
|
|
5812
5870
|
content-type: application/x-www-form-urlencoded
|
|
5813
5871
|
token_url: https://api.personio.de/v2/auth/token
|
|
5814
5872
|
scope_separator: ' '
|
|
5815
|
-
docs: https://docs.nango.dev/integrations/all/personio
|
|
5873
|
+
docs: https://docs.nango.dev/integrations/all/personio-v2
|
|
5816
5874
|
token_params:
|
|
5817
5875
|
grant_type: client_credentials
|
|
5818
5876
|
|
|
@@ -5835,7 +5893,7 @@ personio-recruiting:
|
|
|
5835
5893
|
headers:
|
|
5836
5894
|
accept: application/xml
|
|
5837
5895
|
content-type: xml
|
|
5838
|
-
docs: https://docs.nango.dev/integrations/all/personio
|
|
5896
|
+
docs: https://docs.nango.dev/integrations/all/personio-recruiting
|
|
5839
5897
|
connection_config:
|
|
5840
5898
|
companyId:
|
|
5841
5899
|
type: string
|
|
@@ -5951,11 +6009,13 @@ plain:
|
|
|
5951
6009
|
method: GET
|
|
5952
6010
|
endpoint: ?query=%7B__schema%7Btypes%7Bname,kind,fields%7Bname%7D%7D%7D%7D
|
|
5953
6011
|
docs: https://docs.nango.dev/integrations/all/plain
|
|
6012
|
+
docs_connect: https://docs.nango.dev/integrations/all/plain/connect
|
|
5954
6013
|
credentials:
|
|
5955
6014
|
apiKey:
|
|
5956
6015
|
type: string
|
|
5957
6016
|
title: API Key
|
|
5958
6017
|
description: The API key for your Plain account
|
|
6018
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
5959
6019
|
|
|
5960
6020
|
podium:
|
|
5961
6021
|
display_name: Podium
|
|
@@ -6016,7 +6076,6 @@ posthog:
|
|
|
6016
6076
|
title: API Key
|
|
6017
6077
|
description: The API key for your PostHog account
|
|
6018
6078
|
doc_section: '#step-1-finding-your-posthog-api-key'
|
|
6019
|
-
|
|
6020
6079
|
prive:
|
|
6021
6080
|
display_name: Prive
|
|
6022
6081
|
categories:
|
|
@@ -6108,7 +6167,7 @@ quickbooks-sandbox:
|
|
|
6108
6167
|
connection_config:
|
|
6109
6168
|
realmId: ${connectionConfig.realmId}
|
|
6110
6169
|
base_url: https://sandbox-quickbooks.api.intuit.com
|
|
6111
|
-
docs: https://docs.nango.dev/integrations/all/quickbooks
|
|
6170
|
+
docs: https://docs.nango.dev/integrations/all/quickbooks-sandbox
|
|
6112
6171
|
docs_connect: https://docs.nango.dev/integrations/all/quickbooks-sandbox/connect
|
|
6113
6172
|
connection_config:
|
|
6114
6173
|
realmId:
|
|
@@ -6161,7 +6220,7 @@ ramp-sandbox:
|
|
|
6161
6220
|
authorization_method: header
|
|
6162
6221
|
proxy:
|
|
6163
6222
|
base_url: https://demo-api.ramp.com
|
|
6164
|
-
docs: https://docs.nango.dev/integrations/all/ramp
|
|
6223
|
+
docs: https://docs.nango.dev/integrations/all/ramp-sandbox
|
|
6165
6224
|
|
|
6166
6225
|
rapidapi:
|
|
6167
6226
|
display_name: RapidAPI
|
|
@@ -6314,7 +6373,7 @@ ring-central-sandbox:
|
|
|
6314
6373
|
grant_type: refresh_token
|
|
6315
6374
|
proxy:
|
|
6316
6375
|
base_url: https://platform.devtest.ringcentral.com
|
|
6317
|
-
docs: https://docs.nango.dev/integrations/all/ring-central
|
|
6376
|
+
docs: https://docs.nango.dev/integrations/all/ring-central-sandbox
|
|
6318
6377
|
|
|
6319
6378
|
segment:
|
|
6320
6379
|
display_name: Segment
|
|
@@ -6378,7 +6437,7 @@ sage-intacct:
|
|
|
6378
6437
|
token: response.operation.result.data.api.sessionid
|
|
6379
6438
|
token_expiration: response.operation.authentication.sessiontimeout
|
|
6380
6439
|
token_expiration_strategy: expireAt
|
|
6381
|
-
docs: https://docs.nango.dev/integrations/all/sage
|
|
6440
|
+
docs: https://docs.nango.dev/integrations/all/sage-intacct
|
|
6382
6441
|
docs_connect: https://docs.nango.dev/integrations/all/sage-intacct/connect
|
|
6383
6442
|
credentials:
|
|
6384
6443
|
senderId:
|
|
@@ -6445,7 +6504,7 @@ salesforce-sandbox:
|
|
|
6445
6504
|
- instance_url
|
|
6446
6505
|
proxy:
|
|
6447
6506
|
base_url: ${connectionConfig.instance_url}
|
|
6448
|
-
docs: https://docs.nango.dev/integrations/all/salesforce
|
|
6507
|
+
docs: https://docs.nango.dev/integrations/all/salesforce-sandbox
|
|
6449
6508
|
connection_config:
|
|
6450
6509
|
instance_url:
|
|
6451
6510
|
type: string
|
|
@@ -6483,6 +6542,38 @@ salesforce-experience-cloud:
|
|
|
6483
6542
|
format: uri
|
|
6484
6543
|
pattern: '^https?://.*$'
|
|
6485
6544
|
automated: true
|
|
6545
|
+
|
|
6546
|
+
sap-concur:
|
|
6547
|
+
display_name: SAP Concur
|
|
6548
|
+
categories:
|
|
6549
|
+
- erp
|
|
6550
|
+
auth_mode: OAUTH2_CC
|
|
6551
|
+
token_url: https://${connectionConfig.region}.api.concursolutions.com/oauth2/v0/token
|
|
6552
|
+
scope_separator: ' '
|
|
6553
|
+
token_params:
|
|
6554
|
+
grant_type: client_credentials
|
|
6555
|
+
proxy:
|
|
6556
|
+
base_url: https://${connectionConfig.region}.api.concursolutions.com
|
|
6557
|
+
docs: https://docs.nango.dev/integrations/all/sap-concur
|
|
6558
|
+
docs_connect: https://docs.nango.dev/integrations/all/sap-concur/connect
|
|
6559
|
+
connection_config:
|
|
6560
|
+
companyUUID:
|
|
6561
|
+
type: string
|
|
6562
|
+
title: Company UUID
|
|
6563
|
+
description: The unique identifier for your SAP Concur company
|
|
6564
|
+
doc_section: '#step-2-generate-company-request-token'
|
|
6565
|
+
companyRequestToken:
|
|
6566
|
+
type: string
|
|
6567
|
+
title: Company Request Token
|
|
6568
|
+
description: The request token generated for the company
|
|
6569
|
+
doc_section: '#step-2-generate-company-request-token'
|
|
6570
|
+
region:
|
|
6571
|
+
type: string
|
|
6572
|
+
title: Region
|
|
6573
|
+
description: The SAP Concur Data Center region (e.g., `us`, `eu`, `cn`)
|
|
6574
|
+
example: us
|
|
6575
|
+
doc_section: '#step-3-determine-your-region'
|
|
6576
|
+
|
|
6486
6577
|
sap-success-factors:
|
|
6487
6578
|
display_name: SAP SuccessFactors
|
|
6488
6579
|
categories:
|
|
@@ -6610,7 +6701,7 @@ sedna-basic:
|
|
|
6610
6701
|
- communication
|
|
6611
6702
|
proxy:
|
|
6612
6703
|
base_url: https://${connectionConfig.tenant}.sednanetwork.com/platform
|
|
6613
|
-
docs: https://docs.nango.dev/integrations/all/sedna
|
|
6704
|
+
docs: https://docs.nango.dev/integrations/all/sedna-basic
|
|
6614
6705
|
connection_config:
|
|
6615
6706
|
tenant:
|
|
6616
6707
|
type: string
|
|
@@ -6671,7 +6762,7 @@ signnow-sandbox:
|
|
|
6671
6762
|
grant_type: refresh_token
|
|
6672
6763
|
proxy:
|
|
6673
6764
|
base_url: https://api-eval.signnow.com
|
|
6674
|
-
docs: https://docs.nango.dev/integrations/all/signnow
|
|
6765
|
+
docs: https://docs.nango.dev/integrations/all/signnow-sandbox
|
|
6675
6766
|
|
|
6676
6767
|
servicenow:
|
|
6677
6768
|
display_name: ServiceNow
|
|
@@ -6731,7 +6822,7 @@ sharepoint-online-v1:
|
|
|
6731
6822
|
token: access_token
|
|
6732
6823
|
token_expiration: expires_in
|
|
6733
6824
|
token_expiration_strategy: expireIn
|
|
6734
|
-
docs: https://docs.nango.dev/integrations/all/sharepoint-online
|
|
6825
|
+
docs: https://docs.nango.dev/integrations/all/sharepoint-online-v1
|
|
6735
6826
|
docs_connect: https://docs.nango.dev/integrations/all/sharepoint-online-v1/connect
|
|
6736
6827
|
connection_config:
|
|
6737
6828
|
tenantId:
|
|
@@ -6829,7 +6920,7 @@ shopify-api-key:
|
|
|
6829
6920
|
verification:
|
|
6830
6921
|
method: POST
|
|
6831
6922
|
endpoint: /admin/api/2024-10/graphql.json?query=%7B__schema%7Btypes%7Bname%2Ckind%2Cfields%7Bname%7D%7D%7D%7D
|
|
6832
|
-
docs: https://docs.nango.dev/integrations/all/shopify
|
|
6923
|
+
docs: https://docs.nango.dev/integrations/all/shopify-api-key
|
|
6833
6924
|
docs_connect: https://docs.nango.dev/integrations/all/shopify-api-key/connect
|
|
6834
6925
|
connection_config:
|
|
6835
6926
|
subdomain:
|
|
@@ -6864,7 +6955,7 @@ shopify-scim:
|
|
|
6864
6955
|
content-type: application/json
|
|
6865
6956
|
retry:
|
|
6866
6957
|
after: 'retry-after'
|
|
6867
|
-
docs: https://docs.nango.dev/integrations/all/shopify
|
|
6958
|
+
docs: https://docs.nango.dev/integrations/all/shopify-scim
|
|
6868
6959
|
docs_connect: https://docs.nango.dev/integrations/all/shopify-scim/connect
|
|
6869
6960
|
credentials:
|
|
6870
6961
|
apiKey:
|
|
@@ -6899,6 +6990,7 @@ slack:
|
|
|
6899
6990
|
- productivity
|
|
6900
6991
|
auth_mode: OAUTH2
|
|
6901
6992
|
authorization_url: https://slack.com/oauth/v2/authorize
|
|
6993
|
+
scope_separator: ','
|
|
6902
6994
|
token_url: https://slack.com/api/oauth.v2.access
|
|
6903
6995
|
token_response_metadata:
|
|
6904
6996
|
- incoming_webhook.url
|
|
@@ -6926,7 +7018,7 @@ smartrecruiters-api-key:
|
|
|
6926
7018
|
verification:
|
|
6927
7019
|
method: GET
|
|
6928
7020
|
endpoint: /feed/publications
|
|
6929
|
-
docs: https://docs.nango.dev/integrations/all/smartrecruiters
|
|
7021
|
+
docs: https://docs.nango.dev/integrations/all/smartrecruiters-api-key
|
|
6930
7022
|
credentials:
|
|
6931
7023
|
apiKey:
|
|
6932
7024
|
type: string
|
|
@@ -7023,7 +7115,7 @@ spotify-oauth2-cc:
|
|
|
7023
7115
|
grant_type: client_credentials
|
|
7024
7116
|
proxy:
|
|
7025
7117
|
base_url: https://api.spotify.com
|
|
7026
|
-
docs: https://docs.nango.dev/integrations/all/spotify
|
|
7118
|
+
docs: https://docs.nango.dev/integrations/all/spotify-oauth2-cc
|
|
7027
7119
|
|
|
7028
7120
|
squarespace:
|
|
7029
7121
|
display_name: Squarespace
|
|
@@ -7087,7 +7179,7 @@ squareup-sandbox:
|
|
|
7087
7179
|
grant_type: refresh_token
|
|
7088
7180
|
proxy:
|
|
7089
7181
|
base_url: https://connect.squareupsandbox.com
|
|
7090
|
-
docs: https://docs.nango.dev/integrations/all/squareup
|
|
7182
|
+
docs: https://docs.nango.dev/integrations/all/squareup-sandbox
|
|
7091
7183
|
|
|
7092
7184
|
stackexchange:
|
|
7093
7185
|
display_name: Stack Exchange
|
|
@@ -7141,7 +7233,7 @@ strava-web:
|
|
|
7141
7233
|
grant_type: refresh_token
|
|
7142
7234
|
proxy:
|
|
7143
7235
|
base_url: https://www.strava.com
|
|
7144
|
-
docs: https://docs.nango.dev/integrations/all/strava
|
|
7236
|
+
docs: https://docs.nango.dev/integrations/all/strava-web
|
|
7145
7237
|
|
|
7146
7238
|
stripe:
|
|
7147
7239
|
display_name: Stripe
|
|
@@ -7191,7 +7283,7 @@ stripe-app-sandbox:
|
|
|
7191
7283
|
base_url: https://api.stripe.com
|
|
7192
7284
|
refresh_params:
|
|
7193
7285
|
grant_type: refresh_token
|
|
7194
|
-
docs: https://docs.nango.dev/integrations/all/stripe-app
|
|
7286
|
+
docs: https://docs.nango.dev/integrations/all/stripe-app-sandbox
|
|
7195
7287
|
connection_config:
|
|
7196
7288
|
appDomain:
|
|
7197
7289
|
type: string
|
|
@@ -7375,7 +7467,7 @@ thrivecart-oauth:
|
|
|
7375
7467
|
scope_separator: ' '
|
|
7376
7468
|
proxy:
|
|
7377
7469
|
base_url: https://thrivecart.com/api/external
|
|
7378
|
-
docs: https://docs.nango.dev/integrations/all/thrivecart
|
|
7470
|
+
docs: https://docs.nango.dev/integrations/all/thrivecart-oauth
|
|
7379
7471
|
|
|
7380
7472
|
thrivecart-api-key:
|
|
7381
7473
|
display_name: ThriveCart (api key)
|
|
@@ -7390,7 +7482,7 @@ thrivecart-api-key:
|
|
|
7390
7482
|
verification:
|
|
7391
7483
|
method: GET
|
|
7392
7484
|
endpoint: /ping
|
|
7393
|
-
docs: https://docs.nango.dev/integrations/all/thrivecart
|
|
7485
|
+
docs: https://docs.nango.dev/integrations/all/thrivecart-api-key
|
|
7394
7486
|
credentials:
|
|
7395
7487
|
apiKey:
|
|
7396
7488
|
type: string
|
|
@@ -7433,7 +7525,7 @@ tremendous-sandbox:
|
|
|
7433
7525
|
grant_type: refresh_token
|
|
7434
7526
|
proxy:
|
|
7435
7527
|
base_url: https://testflight.tremendous.com/api/v2
|
|
7436
|
-
docs: https://docs.nango.dev/integrations/all/tremendous
|
|
7528
|
+
docs: https://docs.nango.dev/integrations/all/tremendous-sandbox
|
|
7437
7529
|
|
|
7438
7530
|
trello:
|
|
7439
7531
|
display_name: Trello
|
|
@@ -7465,7 +7557,7 @@ trello-scim:
|
|
|
7465
7557
|
verification:
|
|
7466
7558
|
method: GET
|
|
7467
7559
|
endpoint: /v2/users?sortBy=displayName&count=10
|
|
7468
|
-
docs: https://docs.nango.dev/integrations/all/trello
|
|
7560
|
+
docs: https://docs.nango.dev/integrations/all/trello-scim
|
|
7469
7561
|
credentials:
|
|
7470
7562
|
apiKey:
|
|
7471
7563
|
type: string
|
|
@@ -7579,7 +7671,7 @@ twitter-v2:
|
|
|
7579
7671
|
- offline.access
|
|
7580
7672
|
proxy:
|
|
7581
7673
|
base_url: https://api.twitter.com
|
|
7582
|
-
docs: https://docs.nango.dev/integrations/all/twitter
|
|
7674
|
+
docs: https://docs.nango.dev/integrations/all/twitter-v2
|
|
7583
7675
|
twitter-oauth2-cc:
|
|
7584
7676
|
display_name: Twitter (custom)
|
|
7585
7677
|
categories:
|
|
@@ -7593,7 +7685,7 @@ twitter-oauth2-cc:
|
|
|
7593
7685
|
grant_type: client_credentials
|
|
7594
7686
|
proxy:
|
|
7595
7687
|
base_url: https://api.twitter.com
|
|
7596
|
-
docs: https://docs.nango.dev/integrations/all/twitter
|
|
7688
|
+
docs: https://docs.nango.dev/integrations/all/twitter-oauth2-cc
|
|
7597
7689
|
|
|
7598
7690
|
twinfield:
|
|
7599
7691
|
display_name: Twinfield
|
|
@@ -7663,7 +7755,7 @@ twenty-crm-self-hosted:
|
|
|
7663
7755
|
verification:
|
|
7664
7756
|
method: GET
|
|
7665
7757
|
endpoint: /companies
|
|
7666
|
-
docs: https://docs.nango.dev/integrations/all/twenty-crm
|
|
7758
|
+
docs: https://docs.nango.dev/integrations/all/twenty-crm-self-hosted
|
|
7667
7759
|
credentials:
|
|
7668
7760
|
apiKey:
|
|
7669
7761
|
type: string
|
|
@@ -7872,7 +7964,7 @@ vimeo-basic:
|
|
|
7872
7964
|
verification:
|
|
7873
7965
|
method: GET
|
|
7874
7966
|
endpoint: /
|
|
7875
|
-
docs: https://docs.nango.dev/integrations/all/vimeo
|
|
7967
|
+
docs: https://docs.nango.dev/integrations/all/vimeo-basic
|
|
7876
7968
|
|
|
7877
7969
|
wakatime:
|
|
7878
7970
|
display_name: Wakatime
|
|
@@ -8093,7 +8185,7 @@ workable-oauth:
|
|
|
8093
8185
|
base_url: https://${connectionConfig.subdomain}.workable.com
|
|
8094
8186
|
retry:
|
|
8095
8187
|
at: 'x-rate-limit-reset'
|
|
8096
|
-
docs: https://docs.nango.dev/integrations/all/workable
|
|
8188
|
+
docs: https://docs.nango.dev/integrations/all/workable-oauth
|
|
8097
8189
|
connection_config:
|
|
8098
8190
|
subdomain:
|
|
8099
8191
|
type: string
|
|
@@ -8301,7 +8393,7 @@ zapier-scim:
|
|
|
8301
8393
|
verification:
|
|
8302
8394
|
method: GET
|
|
8303
8395
|
endpoint: /Users
|
|
8304
|
-
docs: https://docs.nango.dev/integrations/all/zapier
|
|
8396
|
+
docs: https://docs.nango.dev/integrations/all/zapier-scim
|
|
8305
8397
|
credentials:
|
|
8306
8398
|
apiKey:
|
|
8307
8399
|
type: string
|