@nangohq/providers 0.69.46 → 0.69.48
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 +862 -32
package/providers.yaml
CHANGED
|
@@ -402,24 +402,32 @@ adp:
|
|
|
402
402
|
adp-lyric:
|
|
403
403
|
alias: adp
|
|
404
404
|
display_name: ADP Lyric
|
|
405
|
+
categories:
|
|
406
|
+
- hr
|
|
405
407
|
docs: https://nango.dev/docs/integrations/all/adp-lyric
|
|
406
408
|
docs_connect: https://nango.dev/docs/integrations/all/adp-lyric/connect
|
|
407
409
|
|
|
408
410
|
adp-run:
|
|
409
411
|
alias: adp
|
|
410
412
|
display_name: RUN Powered by ADP
|
|
413
|
+
categories:
|
|
414
|
+
- hr
|
|
411
415
|
docs: https://nango.dev/docs/integrations/all/adp-run
|
|
412
416
|
docs_connect: https://nango.dev/docs/integrations/all/adp-run/connect
|
|
413
417
|
|
|
414
418
|
adp-workforce-now:
|
|
415
419
|
alias: adp
|
|
416
420
|
display_name: ADP Workforce Now
|
|
421
|
+
categories:
|
|
422
|
+
- hr
|
|
417
423
|
docs: https://nango.dev/docs/integrations/all/adp-workforce-now
|
|
418
424
|
docs_connect: https://nango.dev/docs/integrations/all/adp-workforce-now/connect
|
|
419
425
|
|
|
420
426
|
adp-workforce-now-next-gen:
|
|
421
427
|
alias: adp
|
|
422
428
|
display_name: ADP Workforce Now Next Generation
|
|
429
|
+
categories:
|
|
430
|
+
- hr
|
|
423
431
|
docs: https://nango.dev/docs/integrations/all/adp-workforce-now-next-gen
|
|
424
432
|
docs_connect: https://nango.dev/docs/integrations/all/adp-workforce-now-next-gen/connect
|
|
425
433
|
|
|
@@ -588,6 +596,8 @@ aircall:
|
|
|
588
596
|
aircall-basic:
|
|
589
597
|
alias: aircall
|
|
590
598
|
display_name: Aircall (Basic Auth)
|
|
599
|
+
categories:
|
|
600
|
+
- support
|
|
591
601
|
auth_mode: BASIC
|
|
592
602
|
proxy:
|
|
593
603
|
base_url: https://api.aircall.io
|
|
@@ -808,36 +818,49 @@ amazon-selling-partner:
|
|
|
808
818
|
redirect_uri_metadata:
|
|
809
819
|
- selling_partner_id
|
|
810
820
|
proxy:
|
|
811
|
-
base_url: https://sellingpartnerapi-${connectionConfig.region}.amazon.com
|
|
821
|
+
base_url: https://${connectionConfig.subdomain}-${connectionConfig.region}.amazon.com || https://sellingpartnerapi-${connectionConfig.region}.amazon.com
|
|
812
822
|
headers:
|
|
813
823
|
x-amz-access-token: ${accessToken}
|
|
814
|
-
docs: https://nango.dev/docs/integrations/
|
|
815
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
824
|
+
docs: https://nango.dev/docs/api-integrations/amazon-selling-partner
|
|
825
|
+
docs_connect: https://nango.dev/docs/api-integrations/amazon-selling-partner/connect
|
|
826
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/amazon-selling-partner/how-to-register-your-own-amazon-selling-partner-api-oauth-app
|
|
816
827
|
connection_config:
|
|
817
828
|
applicationId:
|
|
818
829
|
type: string
|
|
819
830
|
title: Application ID
|
|
820
|
-
description: The unique identifier for your Amazon Selling Partner application
|
|
831
|
+
description: The unique identifier for your Amazon Selling Partner application.
|
|
821
832
|
example: 'amzn1.sellerapps.app.0bf296b5-36a6-4942-a13e-EXAMPLEfcd28'
|
|
822
833
|
pattern: '^[a-zA-Z0-9.-]+$'
|
|
823
834
|
doc_section: '#step-1-finding-your-app-id'
|
|
824
835
|
order: 1
|
|
825
836
|
domain:
|
|
826
837
|
type: string
|
|
827
|
-
title: Domain
|
|
828
|
-
description: The domain representing the Amazon platform you are integrating with
|
|
838
|
+
title: Authorization Domain
|
|
839
|
+
description: The domain representing the Amazon platform you are integrating with.
|
|
829
840
|
example: sellercentral.amazon.com
|
|
830
841
|
pattern: '^[a-z0-9.-]+\.amazon\.[a-z.]+$'
|
|
831
|
-
|
|
842
|
+
prefix: https://
|
|
843
|
+
suffix: /apps
|
|
844
|
+
doc_section: '#step-2-finding-your-authorization-domain'
|
|
832
845
|
order: 2
|
|
846
|
+
subdomain:
|
|
847
|
+
type: string
|
|
848
|
+
title: Proxy BaseUrl Subdomain
|
|
849
|
+
description: The subdomain prefix for the Amazon Selling Partner API endpoint.
|
|
850
|
+
example: sellingpartnerapi
|
|
851
|
+
pattern: '^(sandbox\.)?sellingpartnerapi$'
|
|
852
|
+
prefix: https://
|
|
853
|
+
doc_section: '#step-3-finding-your-proxy-baseurl-subdomain'
|
|
854
|
+
order: 3
|
|
833
855
|
region:
|
|
834
856
|
type: string
|
|
835
857
|
title: Proxy BaseUrl Region
|
|
836
858
|
description: The geographical region associated with the Amazon marketplace.
|
|
837
859
|
example: eu
|
|
838
860
|
pattern: '^[a-z]+$'
|
|
839
|
-
|
|
840
|
-
|
|
861
|
+
suffix: .amazon.com
|
|
862
|
+
doc_section: '#step-4-finding-your-proxy-baseurl-region'
|
|
863
|
+
order: 4
|
|
841
864
|
|
|
842
865
|
amazon-selling-partner-beta:
|
|
843
866
|
display_name: Amazon Selling Partner (Beta)
|
|
@@ -862,13 +885,14 @@ amazon-selling-partner-beta:
|
|
|
862
885
|
base_url: https://sandbox.sellingpartnerapi-${connectionConfig.region}.amazon.com
|
|
863
886
|
headers:
|
|
864
887
|
x-amz-access-token: ${accessToken}
|
|
865
|
-
docs: https://nango.dev/docs/integrations/
|
|
866
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
888
|
+
docs: https://nango.dev/docs/api-integrations/amazon-selling-partner-beta
|
|
889
|
+
docs_connect: https://nango.dev/docs/api-integrations/amazon-selling-partner-beta/connect
|
|
890
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/amazon-selling-partner-beta/how-to-register-your-own-amazon-selling-partner-beta-api-oauth-app
|
|
867
891
|
connection_config:
|
|
868
892
|
applicationId:
|
|
869
893
|
type: string
|
|
870
894
|
title: Application ID
|
|
871
|
-
description: The unique identifier for your Amazon Selling Partner application
|
|
895
|
+
description: The unique identifier for your Amazon Selling Partner application.
|
|
872
896
|
example: 'amzn1.sellerapps.app.0bf296b5-36a6-4942-a13e-EXAMPLEfcd28'
|
|
873
897
|
pattern: '^[a-zA-Z0-9.-]+$'
|
|
874
898
|
doc_section: '#step-1-finding-your-app-id'
|
|
@@ -876,10 +900,12 @@ amazon-selling-partner-beta:
|
|
|
876
900
|
domain:
|
|
877
901
|
type: string
|
|
878
902
|
title: Domain
|
|
879
|
-
description: The domain representing the Amazon platform you are integrating with
|
|
903
|
+
description: The domain representing the Amazon platform you are integrating with.
|
|
880
904
|
example: sellercentral.amazon.com
|
|
881
905
|
pattern: '^[a-z0-9.-]+\.amazon\.[a-z.]+$'
|
|
882
|
-
|
|
906
|
+
prefix: https://
|
|
907
|
+
suffix: /apps
|
|
908
|
+
doc_section: '#step-2-finding-your-authorization-domain'
|
|
883
909
|
order: 2
|
|
884
910
|
region:
|
|
885
911
|
type: string
|
|
@@ -887,6 +913,8 @@ amazon-selling-partner-beta:
|
|
|
887
913
|
description: The geographical region associated with the Amazon marketplace.
|
|
888
914
|
example: eu
|
|
889
915
|
pattern: '^[a-z]+$'
|
|
916
|
+
prefix: https://sandbox.sellingpartnerapi-
|
|
917
|
+
suffix: .amazon.com
|
|
890
918
|
doc_section: '#step-3-finding-your-proxy-baseurl-region'
|
|
891
919
|
order: 3
|
|
892
920
|
|
|
@@ -1152,6 +1180,8 @@ apollo-oauth:
|
|
|
1152
1180
|
|
|
1153
1181
|
apple-app-store:
|
|
1154
1182
|
display_name: Apple App Store
|
|
1183
|
+
categories:
|
|
1184
|
+
- e-commerce
|
|
1155
1185
|
auth_mode: APP_STORE
|
|
1156
1186
|
token_url: https://api.appstoreconnect.apple.com/v1/apps
|
|
1157
1187
|
authorization_params:
|
|
@@ -1160,6 +1190,64 @@ apple-app-store:
|
|
|
1160
1190
|
base_url: https://api.appstoreconnect.apple.com
|
|
1161
1191
|
docs: https://nango.dev/docs/integrations/all/apple-app-store
|
|
1162
1192
|
|
|
1193
|
+
apple-business-manager:
|
|
1194
|
+
display_name: Apple Business Manager
|
|
1195
|
+
categories:
|
|
1196
|
+
- productivity
|
|
1197
|
+
auth_mode: TWO_STEP
|
|
1198
|
+
body_format: form
|
|
1199
|
+
token_url: https://account.apple.com/auth/oauth2/v2/token
|
|
1200
|
+
token_params:
|
|
1201
|
+
grant_type: client_credentials
|
|
1202
|
+
client_id: ${credentials.clientId}
|
|
1203
|
+
client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer
|
|
1204
|
+
client_assertion: ${credentials.assertion}
|
|
1205
|
+
scope: business.api
|
|
1206
|
+
token_headers:
|
|
1207
|
+
content-type: application/x-www-form-urlencoded
|
|
1208
|
+
assertion:
|
|
1209
|
+
type: jwt
|
|
1210
|
+
key: ${assertionOption.privateKey}
|
|
1211
|
+
lifetimeInSeconds: 15552000
|
|
1212
|
+
header:
|
|
1213
|
+
alg: ES256
|
|
1214
|
+
kid: ${credentials.keyId}
|
|
1215
|
+
payload:
|
|
1216
|
+
iss: ${credentials.clientId}
|
|
1217
|
+
sub: ${credentials.clientId}
|
|
1218
|
+
aud: https://account.apple.com/auth/oauth2/v2/token
|
|
1219
|
+
jti: ${random}
|
|
1220
|
+
proxy:
|
|
1221
|
+
base_url: https://api-business.apple.com
|
|
1222
|
+
token_response:
|
|
1223
|
+
token: access_token
|
|
1224
|
+
token_expiration: expires_in
|
|
1225
|
+
token_expiration_strategy: expireIn
|
|
1226
|
+
docs: https://nango.dev/docs/api-integrations/apple-business-manager
|
|
1227
|
+
docs_connect: https://nango.dev/docs/api-integrations/apple-business-manager/connect
|
|
1228
|
+
credentials:
|
|
1229
|
+
clientId:
|
|
1230
|
+
type: string
|
|
1231
|
+
title: Client ID
|
|
1232
|
+
description: The Client ID generated when you create an API account.
|
|
1233
|
+
doc_section: '#step-2-note-your-credentials'
|
|
1234
|
+
keyId:
|
|
1235
|
+
type: string
|
|
1236
|
+
title: Key ID
|
|
1237
|
+
description: The Key ID generated when you create an API account.
|
|
1238
|
+
doc_section: '#step-2-note-your-credentials'
|
|
1239
|
+
assertion:
|
|
1240
|
+
type: string
|
|
1241
|
+
title: ''
|
|
1242
|
+
description: ''
|
|
1243
|
+
automated: true
|
|
1244
|
+
assertion_option:
|
|
1245
|
+
privateKey:
|
|
1246
|
+
type: string
|
|
1247
|
+
title: Private Key
|
|
1248
|
+
description: The EC private key (PEM format) used to sign the client assertion JWT.
|
|
1249
|
+
doc_section: '#step-1-create-an-api-account-and-generate-a-private-key'
|
|
1250
|
+
|
|
1163
1251
|
appstle-subscriptions:
|
|
1164
1252
|
display_name: Appstle Subscriptions
|
|
1165
1253
|
categories:
|
|
@@ -2222,6 +2310,33 @@ bettercontact:
|
|
|
2222
2310
|
pattern: '^[a-z0-9]+$'
|
|
2223
2311
|
doc_section: '#step-1-generating-your-api-key'
|
|
2224
2312
|
|
|
2313
|
+
bliro:
|
|
2314
|
+
display_name: Bliro
|
|
2315
|
+
categories:
|
|
2316
|
+
- communication
|
|
2317
|
+
auth_mode: OAUTH2_CC
|
|
2318
|
+
body_format: json
|
|
2319
|
+
token_url: https://accounts.bliro.io/oauth/token
|
|
2320
|
+
token_params:
|
|
2321
|
+
grant_type: client_credentials
|
|
2322
|
+
audience: https://api.bliro.io
|
|
2323
|
+
proxy:
|
|
2324
|
+
base_url: https://api.bliro.io
|
|
2325
|
+
docs: https://nango.dev/docs/api-integrations/bliro
|
|
2326
|
+
docs_connect: https://nango.dev/docs/api-integrations/bliro/connect
|
|
2327
|
+
credentials:
|
|
2328
|
+
client_id:
|
|
2329
|
+
type: string
|
|
2330
|
+
title: Client ID
|
|
2331
|
+
description: Your Bliro client application Client ID.
|
|
2332
|
+
doc_section: '#step-1-creating-a-client-application'
|
|
2333
|
+
client_secret:
|
|
2334
|
+
type: string
|
|
2335
|
+
title: Client Secret
|
|
2336
|
+
description: Your Bliro client application Client Secret.
|
|
2337
|
+
secret: true
|
|
2338
|
+
doc_section: '#step-1-creating-a-client-application'
|
|
2339
|
+
|
|
2225
2340
|
bigcommerce:
|
|
2226
2341
|
display_name: BigCommerce
|
|
2227
2342
|
categories:
|
|
@@ -2524,6 +2639,8 @@ braintree:
|
|
|
2524
2639
|
|
|
2525
2640
|
braintree-sandbox:
|
|
2526
2641
|
display_name: Braintree (Sandbox)
|
|
2642
|
+
categories:
|
|
2643
|
+
- payment
|
|
2527
2644
|
auth_mode: OAUTH2
|
|
2528
2645
|
authorization_url: https://api.sandbox.braintreegateway.com/oauth/connect
|
|
2529
2646
|
token_url: https://api.sandbox.braintreegateway.com/oauth/access_tokens
|
|
@@ -2645,6 +2762,8 @@ brex:
|
|
|
2645
2762
|
|
|
2646
2763
|
brex-api-key:
|
|
2647
2764
|
display_name: Brex (API Key)
|
|
2765
|
+
categories:
|
|
2766
|
+
- banking
|
|
2648
2767
|
auth_mode: API_KEY
|
|
2649
2768
|
proxy:
|
|
2650
2769
|
headers:
|
|
@@ -2663,6 +2782,8 @@ brex-api-key:
|
|
|
2663
2782
|
|
|
2664
2783
|
brex-staging:
|
|
2665
2784
|
display_name: Brex (Staging OAuth)
|
|
2785
|
+
categories:
|
|
2786
|
+
- banking
|
|
2666
2787
|
auth_mode: OAUTH2
|
|
2667
2788
|
authorization_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/authorize
|
|
2668
2789
|
token_url: https://accounts-api.staging.brexapps.com/oauth2/default/v1/token
|
|
@@ -3374,6 +3495,8 @@ checkout-com-sandbox:
|
|
|
3374
3495
|
|
|
3375
3496
|
chorus:
|
|
3376
3497
|
display_name: Chorus
|
|
3498
|
+
categories:
|
|
3499
|
+
- analytics
|
|
3377
3500
|
auth_mode: API_KEY
|
|
3378
3501
|
proxy:
|
|
3379
3502
|
base_url: https://chorus.ai
|
|
@@ -3394,6 +3517,40 @@ chorus:
|
|
|
3394
3517
|
description: The API key for your Chorus account
|
|
3395
3518
|
doc_section: '#step-1-generating-your-chorus-api-key'
|
|
3396
3519
|
|
|
3520
|
+
cin7-core:
|
|
3521
|
+
display_name: Cin7 Core
|
|
3522
|
+
categories:
|
|
3523
|
+
- e-commerce
|
|
3524
|
+
auth_mode: API_KEY
|
|
3525
|
+
proxy:
|
|
3526
|
+
base_url: https://inventory.dearsystems.com/externalapi
|
|
3527
|
+
headers:
|
|
3528
|
+
api-auth-accountid: ${connectionConfig.accountId}
|
|
3529
|
+
api-auth-applicationkey: ${apiKey}
|
|
3530
|
+
verification:
|
|
3531
|
+
method: GET
|
|
3532
|
+
endpoints:
|
|
3533
|
+
- /v2/me
|
|
3534
|
+
docs: https://nango.dev/docs/api-integrations/cin7-core
|
|
3535
|
+
docs_connect: https://nango.dev/docs/api-integrations/cin7-core/connect
|
|
3536
|
+
connection_config:
|
|
3537
|
+
accountId:
|
|
3538
|
+
type: string
|
|
3539
|
+
title: Account ID
|
|
3540
|
+
description: Your Cin7 Core Account ID.
|
|
3541
|
+
doc_section: '#step-1-find-your-account-id-and-api-application-key'
|
|
3542
|
+
example: a1b2c3d4-****-****-****-ef1234567890
|
|
3543
|
+
format: uuid
|
|
3544
|
+
credentials:
|
|
3545
|
+
apiKey:
|
|
3546
|
+
type: string
|
|
3547
|
+
title: API Application Key
|
|
3548
|
+
description: Your Cin7 Core API Application Key.
|
|
3549
|
+
secret: true
|
|
3550
|
+
pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'
|
|
3551
|
+
doc_section: '#step-1-find-your-account-id-and-api-application-key'
|
|
3552
|
+
example: 6d6f4999-****-****-****-4e4ed450df0f
|
|
3553
|
+
|
|
3397
3554
|
circle-so:
|
|
3398
3555
|
display_name: Circle.so
|
|
3399
3556
|
categories:
|
|
@@ -3460,6 +3617,41 @@ clari-copilot:
|
|
|
3460
3617
|
title: API Key
|
|
3461
3618
|
description: The API key for your Clari Copilot account
|
|
3462
3619
|
|
|
3620
|
+
clay:
|
|
3621
|
+
display_name: Clay
|
|
3622
|
+
categories:
|
|
3623
|
+
- crm
|
|
3624
|
+
- marketing
|
|
3625
|
+
auth_mode: API_KEY
|
|
3626
|
+
proxy:
|
|
3627
|
+
base_url: https://api.clay.com
|
|
3628
|
+
headers:
|
|
3629
|
+
authorization: ${apiKey}
|
|
3630
|
+
verification:
|
|
3631
|
+
method: GET
|
|
3632
|
+
endpoints:
|
|
3633
|
+
- /v3/my-workspaces
|
|
3634
|
+
connection_config:
|
|
3635
|
+
workspaceId: ${connectionConfig.workspaceId}
|
|
3636
|
+
docs: https://nango.dev/docs/api-integrations/clay
|
|
3637
|
+
docs_connect: https://nango.dev/docs/api-integrations/clay/connect
|
|
3638
|
+
connection_config:
|
|
3639
|
+
workspaceId:
|
|
3640
|
+
type: string
|
|
3641
|
+
title: Workspace ID
|
|
3642
|
+
description: The ID of your Clay workspace.
|
|
3643
|
+
example: '10608232'
|
|
3644
|
+
pattern: '^\d+$'
|
|
3645
|
+
doc_section: '#step-2-finding-your-workspace-id'
|
|
3646
|
+
credentials:
|
|
3647
|
+
apiKey:
|
|
3648
|
+
type: string
|
|
3649
|
+
title: API Key
|
|
3650
|
+
description: The API key for your Clay account.
|
|
3651
|
+
example: 7de4ba****e439d39****
|
|
3652
|
+
pattern: '^[a-f0-9]+$'
|
|
3653
|
+
doc_section: '#step-1-finding-your-api-key'
|
|
3654
|
+
|
|
3463
3655
|
cleverreach:
|
|
3464
3656
|
display_name: CleverReach
|
|
3465
3657
|
categories:
|
|
@@ -3520,6 +3712,37 @@ clickup:
|
|
|
3520
3712
|
docs: https://nango.dev/docs/api-integrations/clickup
|
|
3521
3713
|
setup_guide_url: https://nango.dev/docs/api-integrations/clickup/how-to-register-your-own-clickup-api-oauth-app
|
|
3522
3714
|
|
|
3715
|
+
clio:
|
|
3716
|
+
display_name: Clio
|
|
3717
|
+
categories:
|
|
3718
|
+
- legal
|
|
3719
|
+
auth_mode: OAUTH2
|
|
3720
|
+
authorization_url: https://${connectionConfig.hostname}/oauth/authorize
|
|
3721
|
+
token_url: https://${connectionConfig.hostname}/oauth/token
|
|
3722
|
+
authorization_params:
|
|
3723
|
+
response_type: code
|
|
3724
|
+
token_params:
|
|
3725
|
+
grant_type: authorization_code
|
|
3726
|
+
refresh_params:
|
|
3727
|
+
grant_type: refresh_token
|
|
3728
|
+
proxy:
|
|
3729
|
+
base_url: https://${connectionConfig.hostname}
|
|
3730
|
+
docs: https://nango.dev/docs/api-integrations/clio
|
|
3731
|
+
docs_connect: https://nango.dev/docs/api-integrations/clio/connect
|
|
3732
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/clio/how-to-register-your-own-clio-api-oauth-app
|
|
3733
|
+
connection_config:
|
|
3734
|
+
hostname:
|
|
3735
|
+
type: string
|
|
3736
|
+
title: Hostname
|
|
3737
|
+
description: The hostname for your Clio region (e.g. app.clio.com for US, eu.app.clio.com for EU, ca.app.clio.com for CA, au.app.clio.com for AU)
|
|
3738
|
+
example: app.clio.com
|
|
3739
|
+
default_value: app.clio.com
|
|
3740
|
+
format: hostname
|
|
3741
|
+
pattern: '^(app\.clio\.com|eu\.app\.clio\.com|ca\.app\.clio\.com|au\.app\.clio\.com)$'
|
|
3742
|
+
prefix: https://
|
|
3743
|
+
order: 1
|
|
3744
|
+
doc_section: '#step-1-finding-your-hostname'
|
|
3745
|
+
|
|
3523
3746
|
cloudbeds:
|
|
3524
3747
|
display_name: Cloudbeds
|
|
3525
3748
|
categories:
|
|
@@ -3634,6 +3857,8 @@ cloudentity:
|
|
|
3634
3857
|
|
|
3635
3858
|
cloudflare:
|
|
3636
3859
|
display_name: Cloudflare
|
|
3860
|
+
categories:
|
|
3861
|
+
- dev-tools
|
|
3637
3862
|
auth_mode: API_KEY
|
|
3638
3863
|
proxy:
|
|
3639
3864
|
base_url: https://api.cloudflare.com/client
|
|
@@ -3652,6 +3877,42 @@ cloudflare:
|
|
|
3652
3877
|
example: lGlHlGZN3iPR9z7CupZlMB3nzMpTCdfxeUPNj_pf
|
|
3653
3878
|
pattern: '^[a-zA-Z0-9_-]+$'
|
|
3654
3879
|
|
|
3880
|
+
clover:
|
|
3881
|
+
display_name: Clover
|
|
3882
|
+
categories:
|
|
3883
|
+
- e-commerce
|
|
3884
|
+
auth_mode: OAUTH2
|
|
3885
|
+
body_format: json
|
|
3886
|
+
authorization_url: https://${connectionConfig.authorizeHost}/oauth/v2/authorize
|
|
3887
|
+
token_url: https://${connectionConfig.apiHost}/oauth/v2/token
|
|
3888
|
+
refresh_url: https://${connectionConfig.apiHost}/oauth/v2/refresh
|
|
3889
|
+
disable_pkce: true
|
|
3890
|
+
authorization_params:
|
|
3891
|
+
response_type: code
|
|
3892
|
+
refresh_params:
|
|
3893
|
+
grant_type: refresh_token
|
|
3894
|
+
redirect_uri_metadata:
|
|
3895
|
+
- merchant_id
|
|
3896
|
+
- employee_id
|
|
3897
|
+
proxy:
|
|
3898
|
+
base_url: https://${connectionConfig.apiHost}
|
|
3899
|
+
docs: https://nango.dev/docs/api-integrations/clover
|
|
3900
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/clover/how-to-register-your-own-clover-api-oauth-app
|
|
3901
|
+
docs_connect: https://nango.dev/docs/api-integrations/clover/connect
|
|
3902
|
+
connection_config:
|
|
3903
|
+
authorizeHost:
|
|
3904
|
+
type: string
|
|
3905
|
+
title: Authorization Host
|
|
3906
|
+
description: The Clover authorization hostname for your region.
|
|
3907
|
+
example: www.clover.com
|
|
3908
|
+
pattern: '^(www\.clover\.com|www\.eu\.clover\.com|www\.la\.clover\.com|sandbox\.dev\.clover\.com)$'
|
|
3909
|
+
apiHost:
|
|
3910
|
+
type: string
|
|
3911
|
+
title: API Host
|
|
3912
|
+
description: The Clover API hostname for your region.
|
|
3913
|
+
example: api.clover.com
|
|
3914
|
+
pattern: '^(api\.clover\.com|api\.eu\.clover\.com|api\.la\.clover\.com|apisandbox\.dev\.clover\.com)$'
|
|
3915
|
+
|
|
3655
3916
|
close:
|
|
3656
3917
|
display_name: Close
|
|
3657
3918
|
categories:
|
|
@@ -3950,20 +4211,27 @@ connectwise-psa:
|
|
|
3950
4211
|
auth_mode: BASIC
|
|
3951
4212
|
webhook_routing_script: connectwisePsaWebhookRouting
|
|
3952
4213
|
proxy:
|
|
3953
|
-
base_url: https://${connectionConfig.subdomain}.myconnectwise.net/v4_6_release/apis/3.0
|
|
4214
|
+
base_url: https://${connectionConfig.hostname}/v4_6_release/apis/3.0 || https://${connectionConfig.subdomain}.myconnectwise.net/v4_6_release/apis/3.0
|
|
3954
4215
|
headers:
|
|
3955
4216
|
accept: application/vnd.connectwise.com+json; version=${connectionConfig.apiVersion}
|
|
3956
4217
|
clientid: ${connectionConfig.clientId}
|
|
3957
|
-
docs: https://nango.dev/docs/integrations/
|
|
4218
|
+
docs: https://nango.dev/docs/api-integrations/connectwise-psa
|
|
4219
|
+
docs_connect: https://nango.dev/docs/api-integrations/connectwise-psa/connect
|
|
3958
4220
|
connection_config:
|
|
3959
|
-
|
|
4221
|
+
hostname:
|
|
3960
4222
|
type: string
|
|
3961
|
-
title:
|
|
3962
|
-
description: The
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
suffix: .myconnectwise.net
|
|
4223
|
+
title: Hostname
|
|
4224
|
+
description: The full ConnectWise PSA hostname.
|
|
4225
|
+
example: api-na.myconnectwise.net
|
|
4226
|
+
format: hostname
|
|
3966
4227
|
prefix: https://
|
|
4228
|
+
suffix: /v4_6_release/apis/3.0
|
|
4229
|
+
subdomain:
|
|
4230
|
+
type: string
|
|
4231
|
+
title: ''
|
|
4232
|
+
description: ''
|
|
4233
|
+
default_value: ''
|
|
4234
|
+
hidden: true # deprecating this in favor of hostname
|
|
3967
4235
|
apiVersion:
|
|
3968
4236
|
type: string
|
|
3969
4237
|
title: Api version
|
|
@@ -4044,6 +4312,28 @@ connectwise-rmm:
|
|
|
4044
4312
|
pattern: '^[A-Za-z0-9._~+/=-]{8,}$'
|
|
4045
4313
|
doc_section: '#step-2-create-api-credentials'
|
|
4046
4314
|
|
|
4315
|
+
conta-azul:
|
|
4316
|
+
display_name: Conta Azul
|
|
4317
|
+
categories:
|
|
4318
|
+
- accounting
|
|
4319
|
+
- erp
|
|
4320
|
+
auth_mode: OAUTH2
|
|
4321
|
+
authorization_url: https://auth.contaazul.com/login
|
|
4322
|
+
token_url: https://auth.contaazul.com/oauth2/token
|
|
4323
|
+
token_request_auth_method: basic
|
|
4324
|
+
authorization_params:
|
|
4325
|
+
response_type: code
|
|
4326
|
+
token_params:
|
|
4327
|
+
grant_type: authorization_code
|
|
4328
|
+
refresh_params:
|
|
4329
|
+
grant_type: refresh_token
|
|
4330
|
+
scope_separator: ' '
|
|
4331
|
+
proxy:
|
|
4332
|
+
base_url: https://api-v2.contaazul.com
|
|
4333
|
+
disable_pkce: true
|
|
4334
|
+
docs: https://nango.dev/docs/api-integrations/conta-azul
|
|
4335
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/conta-azul/how-to-register-your-own-conta-azul-api-oauth-app
|
|
4336
|
+
|
|
4047
4337
|
confluence:
|
|
4048
4338
|
display_name: Confluence
|
|
4049
4339
|
categories:
|
|
@@ -4206,6 +4496,8 @@ coros:
|
|
|
4206
4496
|
|
|
4207
4497
|
coros-sandbox:
|
|
4208
4498
|
display_name: Coros (Sandbox)
|
|
4499
|
+
categories:
|
|
4500
|
+
- sports
|
|
4209
4501
|
auth_mode: OAUTH2
|
|
4210
4502
|
authorization_url: https://opentest.coros.com/oauth2/authorize
|
|
4211
4503
|
token_url: https://opentest.coros.com/oauth2/accesstoken
|
|
@@ -4482,6 +4774,7 @@ dayforce:
|
|
|
4482
4774
|
body_format: form
|
|
4483
4775
|
proxy:
|
|
4484
4776
|
base_url: https://${connectionConfig.clientHostname}/api || https://www.dayforcehcm.com/api
|
|
4777
|
+
forward_headers_on_redirect: true
|
|
4485
4778
|
token_url: https://${connectionConfig.identityHostname}/connect/token || https://dfid.dayforcehcm.com/connect/token
|
|
4486
4779
|
token_params:
|
|
4487
4780
|
grant_type: password
|
|
@@ -4644,6 +4937,8 @@ deel:
|
|
|
4644
4937
|
|
|
4645
4938
|
deel-sandbox:
|
|
4646
4939
|
display_name: Deel (Sandbox)
|
|
4940
|
+
categories:
|
|
4941
|
+
- hr
|
|
4647
4942
|
auth_mode: OAUTH2
|
|
4648
4943
|
authorization_url: https://demo.deel.com/oauth2/authorize
|
|
4649
4944
|
token_url: https://demo.deel.com/oauth2/tokens
|
|
@@ -4922,6 +5217,8 @@ docusign:
|
|
|
4922
5217
|
|
|
4923
5218
|
docusign-sandbox:
|
|
4924
5219
|
display_name: DocuSign (Sandbox)
|
|
5220
|
+
categories:
|
|
5221
|
+
- legal
|
|
4925
5222
|
auth_mode: OAUTH2
|
|
4926
5223
|
authorization_url: https://account-d.docusign.com/oauth/auth
|
|
4927
5224
|
token_url: https://account-d.docusign.com/oauth/token
|
|
@@ -5346,6 +5643,8 @@ ecu360:
|
|
|
5346
5643
|
|
|
5347
5644
|
ecu360-production:
|
|
5348
5645
|
display_name: ECU360 (Production)
|
|
5646
|
+
categories:
|
|
5647
|
+
- other
|
|
5349
5648
|
alias: ecu360
|
|
5350
5649
|
token_url: https://apim.ecu360.com/auth/v1/authenticate
|
|
5351
5650
|
proxy:
|
|
@@ -5478,6 +5777,8 @@ epic-games:
|
|
|
5478
5777
|
|
|
5479
5778
|
evaluagent:
|
|
5480
5779
|
display_name: EvaluAgent
|
|
5780
|
+
categories:
|
|
5781
|
+
- support
|
|
5481
5782
|
auth_mode: BASIC
|
|
5482
5783
|
proxy:
|
|
5483
5784
|
base_url: https://${connectionConfig.region}.evaluagent.com
|
|
@@ -6000,6 +6301,8 @@ fireflies:
|
|
|
6000
6301
|
|
|
6001
6302
|
firstbase:
|
|
6002
6303
|
display_name: Firstbase
|
|
6304
|
+
categories:
|
|
6305
|
+
- hr
|
|
6003
6306
|
auth_mode: API_KEY
|
|
6004
6307
|
proxy:
|
|
6005
6308
|
base_url: https://apipub.firstbasehq.com
|
|
@@ -6402,6 +6705,33 @@ front:
|
|
|
6402
6705
|
link_path_in_response_body: _pagination.next
|
|
6403
6706
|
docs: https://nango.dev/docs/integrations/all/front
|
|
6404
6707
|
|
|
6708
|
+
front-api-key:
|
|
6709
|
+
display_name: Front (API Key)
|
|
6710
|
+
categories:
|
|
6711
|
+
- support
|
|
6712
|
+
- ticketing
|
|
6713
|
+
auth_mode: API_KEY
|
|
6714
|
+
proxy:
|
|
6715
|
+
base_url: https://api2.frontapp.com
|
|
6716
|
+
headers:
|
|
6717
|
+
authorization: Bearer ${apiKey}
|
|
6718
|
+
retry:
|
|
6719
|
+
after:
|
|
6720
|
+
- 'retry-after'
|
|
6721
|
+
verification:
|
|
6722
|
+
method: GET
|
|
6723
|
+
endpoints:
|
|
6724
|
+
- /me
|
|
6725
|
+
docs: https://nango.dev/docs/api-integrations/front-api-key
|
|
6726
|
+
docs_connect: https://nango.dev/docs/api-integrations/front-api-key/connect
|
|
6727
|
+
credentials:
|
|
6728
|
+
apiKey:
|
|
6729
|
+
type: string
|
|
6730
|
+
title: API Token
|
|
6731
|
+
description: Your Front API token.
|
|
6732
|
+
example: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.****
|
|
6733
|
+
doc_section: '#step-1-finding-your-api-token'
|
|
6734
|
+
|
|
6405
6735
|
fullenrich:
|
|
6406
6736
|
display_name: FullEnrich
|
|
6407
6737
|
categories:
|
|
@@ -7145,6 +7475,7 @@ google:
|
|
|
7145
7475
|
response_path: items
|
|
7146
7476
|
docs: https://nango.dev/docs/api-integrations/google
|
|
7147
7477
|
setup_guide_url: https://nango.dev/docs/api-integrations/google/how-to-register-your-own-google-api-oauth-app
|
|
7478
|
+
webhook_routing_script: googleWebhookRouting
|
|
7148
7479
|
|
|
7149
7480
|
google-analytics:
|
|
7150
7481
|
display_name: Google Analytics
|
|
@@ -7189,6 +7520,16 @@ google-calendar:
|
|
|
7189
7520
|
docs: https://nango.dev/docs/api-integrations/google-calendar
|
|
7190
7521
|
setup_guide_url: https://nango.dev/docs/api-integrations/google-calendar/how-to-register-your-own-google-calendar-api-oauth-app
|
|
7191
7522
|
|
|
7523
|
+
google-contacts:
|
|
7524
|
+
display_name: Google Contacts
|
|
7525
|
+
categories:
|
|
7526
|
+
- productivity
|
|
7527
|
+
alias: google
|
|
7528
|
+
proxy:
|
|
7529
|
+
base_url: https://people.googleapis.com
|
|
7530
|
+
docs: https://nango.dev/docs/api-integrations/google-contacts
|
|
7531
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google-contacts/how-to-register-your-own-google-contacts-api-oauth-app
|
|
7532
|
+
|
|
7192
7533
|
google-chat:
|
|
7193
7534
|
display_name: Google Chat
|
|
7194
7535
|
alias: google
|
|
@@ -7221,6 +7562,26 @@ google-mail:
|
|
|
7221
7562
|
docs: https://nango.dev/docs/api-integrations/google-mail
|
|
7222
7563
|
setup_guide_url: https://nango.dev/docs/api-integrations/google-mail/how-to-register-your-own-gmail-api-oauth-app
|
|
7223
7564
|
|
|
7565
|
+
google-maps:
|
|
7566
|
+
display_name: Google Maps
|
|
7567
|
+
categories:
|
|
7568
|
+
- productivity
|
|
7569
|
+
auth_mode: API_KEY
|
|
7570
|
+
proxy:
|
|
7571
|
+
base_url: https://maps.googleapis.com
|
|
7572
|
+
query:
|
|
7573
|
+
key: ${apiKey}
|
|
7574
|
+
docs: https://nango.dev/docs/api-integrations/google-maps
|
|
7575
|
+
docs_connect: https://nango.dev/docs/api-integrations/google-maps/connect
|
|
7576
|
+
credentials:
|
|
7577
|
+
apiKey:
|
|
7578
|
+
type: string
|
|
7579
|
+
title: API Key
|
|
7580
|
+
description: Your Google Maps API Key.
|
|
7581
|
+
example: AIzaSyAY4P9A***************1YMSYBI
|
|
7582
|
+
pattern: ^AIza[0-9A-Za-z\-_]+$
|
|
7583
|
+
doc_section: '#step-3-obtain-your-google-maps-api-key'
|
|
7584
|
+
|
|
7224
7585
|
google-search-console:
|
|
7225
7586
|
display_name: Google Search Console
|
|
7226
7587
|
alias: google
|
|
@@ -7909,6 +8270,8 @@ gusto:
|
|
|
7909
8270
|
|
|
7910
8271
|
gusto-demo:
|
|
7911
8272
|
display_name: Gusto (Demo)
|
|
8273
|
+
categories:
|
|
8274
|
+
- hr
|
|
7912
8275
|
auth_mode: OAUTH2
|
|
7913
8276
|
authorization_url: https://api.gusto-demo.com/oauth/authorize
|
|
7914
8277
|
token_url: https://api.gusto-demo.com/oauth/token
|
|
@@ -7925,6 +8288,8 @@ gusto-demo:
|
|
|
7925
8288
|
|
|
7926
8289
|
hackerrank-work:
|
|
7927
8290
|
display_name: HackerRank Work
|
|
8291
|
+
categories:
|
|
8292
|
+
- ats
|
|
7928
8293
|
auth_mode: BASIC
|
|
7929
8294
|
proxy:
|
|
7930
8295
|
base_url: https://www.hackerrank.com
|
|
@@ -7980,6 +8345,8 @@ harvest:
|
|
|
7980
8345
|
|
|
7981
8346
|
health-gorilla:
|
|
7982
8347
|
display_name: Health Gorilla
|
|
8348
|
+
categories:
|
|
8349
|
+
- other
|
|
7983
8350
|
auth_mode: OAUTH2
|
|
7984
8351
|
authorization_url: https://api.healthgorilla.com/oauth/authorize
|
|
7985
8352
|
token_url: https://api.healthgorilla.com/oauth/token
|
|
@@ -8097,18 +8464,65 @@ heygen:
|
|
|
8097
8464
|
docs: https://nango.dev/docs/api-integrations/heygen
|
|
8098
8465
|
setup_guide_url: https://nango.dev/docs/api-integrations/heygen/how-to-register-your-own-heygen-oauth-app
|
|
8099
8466
|
|
|
8100
|
-
|
|
8101
|
-
display_name:
|
|
8467
|
+
heymarket:
|
|
8468
|
+
display_name: Heymarket
|
|
8102
8469
|
categories:
|
|
8470
|
+
- communication
|
|
8103
8471
|
- marketing
|
|
8104
|
-
auth_mode:
|
|
8105
|
-
|
|
8106
|
-
|
|
8107
|
-
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
|
|
8111
|
-
|
|
8472
|
+
auth_mode: JWT
|
|
8473
|
+
signature:
|
|
8474
|
+
protocol: HMAC
|
|
8475
|
+
hmac_secret_encoding: utf8
|
|
8476
|
+
token:
|
|
8477
|
+
signing_key: ${credentials.apiSecretId}||${credentials.apiSecretKey}
|
|
8478
|
+
expires_in_ms: 300000
|
|
8479
|
+
header:
|
|
8480
|
+
alg: HS256
|
|
8481
|
+
typ: JWT
|
|
8482
|
+
payload:
|
|
8483
|
+
iss: ${credentials.apiSecretId}
|
|
8484
|
+
proxy:
|
|
8485
|
+
base_url: https://api.heymarket.com
|
|
8486
|
+
headers:
|
|
8487
|
+
accept: application/json
|
|
8488
|
+
authorization: Bearer ${accessToken}
|
|
8489
|
+
verification:
|
|
8490
|
+
method: GET
|
|
8491
|
+
headers:
|
|
8492
|
+
accept: application/json
|
|
8493
|
+
endpoints:
|
|
8494
|
+
- /v1/team
|
|
8495
|
+
docs: https://nango.dev/docs/api-integrations/heymarket
|
|
8496
|
+
docs_connect: https://nango.dev/docs/api-integrations/heymarket/connect
|
|
8497
|
+
credentials:
|
|
8498
|
+
apiSecretId:
|
|
8499
|
+
type: string
|
|
8500
|
+
title: API Secret ID
|
|
8501
|
+
description: Your Heymarket API Secret ID.
|
|
8502
|
+
example: a0ee0000-0000-4000-8000-00000000abcd
|
|
8503
|
+
format: uuid
|
|
8504
|
+
doc_section: '#step-1-finding-your-api-secret-id-and-secret-key'
|
|
8505
|
+
apiSecretKey:
|
|
8506
|
+
type: string
|
|
8507
|
+
title: API Secret Key
|
|
8508
|
+
description: Your Heymarket API Secret Key.
|
|
8509
|
+
secret: true
|
|
8510
|
+
example: Aa0***Cc2***Ee4***Gg6***Ii8***Kk0
|
|
8511
|
+
pattern: ^[A-Za-z0-9]+$
|
|
8512
|
+
doc_section: '#step-1-finding-your-api-secret-id-and-secret-key'
|
|
8513
|
+
|
|
8514
|
+
highlevel:
|
|
8515
|
+
display_name: HighLevel
|
|
8516
|
+
categories:
|
|
8517
|
+
- marketing
|
|
8518
|
+
auth_mode: OAUTH2
|
|
8519
|
+
authorization_url: https://marketplace.gohighlevel.com/oauth/chooselocation
|
|
8520
|
+
token_url: https://services.leadconnectorhq.com/oauth/token
|
|
8521
|
+
scope_separator: ' '
|
|
8522
|
+
proxy:
|
|
8523
|
+
base_url: https://services.leadconnectorhq.com
|
|
8524
|
+
disable_pkce: true
|
|
8525
|
+
token_params:
|
|
8112
8526
|
grant_type: authorization_code
|
|
8113
8527
|
refresh_params:
|
|
8114
8528
|
grant_type: refresh_token
|
|
@@ -8893,6 +9307,9 @@ jumpcloud:
|
|
|
8893
9307
|
|
|
8894
9308
|
helpscout-docs:
|
|
8895
9309
|
display_name: Help Scout Docs
|
|
9310
|
+
categories:
|
|
9311
|
+
- knowledge-base
|
|
9312
|
+
- support
|
|
8896
9313
|
auth_mode: BASIC
|
|
8897
9314
|
proxy:
|
|
8898
9315
|
retry:
|
|
@@ -8923,6 +9340,8 @@ helpscout-docs:
|
|
|
8923
9340
|
|
|
8924
9341
|
helpscout-mailbox:
|
|
8925
9342
|
display_name: Help Scout Mailbox
|
|
9343
|
+
categories:
|
|
9344
|
+
- support
|
|
8926
9345
|
auth_mode: OAUTH2
|
|
8927
9346
|
authorization_url: https://secure.helpscout.net/authentication/authorizeClientApplication
|
|
8928
9347
|
token_url: https://api.helpscout.net/v2/oauth2/token
|
|
@@ -9415,6 +9834,8 @@ lever-basic:
|
|
|
9415
9834
|
|
|
9416
9835
|
lever-sandbox:
|
|
9417
9836
|
display_name: Lever (OAuth Sandbox)
|
|
9837
|
+
categories:
|
|
9838
|
+
- ats
|
|
9418
9839
|
auth_mode: OAUTH2
|
|
9419
9840
|
authorization_url: https://sandbox-lever.auth0.com/authorize
|
|
9420
9841
|
token_url: https://sandbox-lever.auth0.com/oauth/token
|
|
@@ -9428,6 +9849,8 @@ lever-sandbox:
|
|
|
9428
9849
|
|
|
9429
9850
|
lever-basic-sandbox:
|
|
9430
9851
|
display_name: Lever (Basic Auth Sandbox))
|
|
9852
|
+
categories:
|
|
9853
|
+
- ats
|
|
9431
9854
|
auth_mode: BASIC
|
|
9432
9855
|
proxy:
|
|
9433
9856
|
base_url: https://api.sandbox.lever.co
|
|
@@ -9444,6 +9867,37 @@ lever-basic-sandbox:
|
|
|
9444
9867
|
default_value: ''
|
|
9445
9868
|
hidden: true
|
|
9446
9869
|
|
|
9870
|
+
lightspeed-retail:
|
|
9871
|
+
display_name: Lightspeed Retail (X-Series)
|
|
9872
|
+
categories:
|
|
9873
|
+
- e-commerce
|
|
9874
|
+
auth_mode: OAUTH2
|
|
9875
|
+
authorization_url: https://secure.retail.lightspeed.app/connect
|
|
9876
|
+
token_url: https://${connectionConfig.domain_prefix}.retail.lightspeed.app/api/1.0/token
|
|
9877
|
+
scope_separator: ' '
|
|
9878
|
+
authorization_params:
|
|
9879
|
+
response_type: code
|
|
9880
|
+
token_params:
|
|
9881
|
+
grant_type: authorization_code
|
|
9882
|
+
refresh_params:
|
|
9883
|
+
grant_type: refresh_token
|
|
9884
|
+
redirect_uri_metadata:
|
|
9885
|
+
- domain_prefix
|
|
9886
|
+
disable_pkce: true
|
|
9887
|
+
proxy:
|
|
9888
|
+
base_url: https://${connectionConfig.domain_prefix}.retail.lightspeed.app
|
|
9889
|
+
retry:
|
|
9890
|
+
at:
|
|
9891
|
+
- 'x-ratelimit-reset'
|
|
9892
|
+
docs: https://nango.dev/docs/api-integrations/lightspeed-retail
|
|
9893
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/lightspeed-retail/how-to-register-your-own-lightspeed-retail-api-oauth-app
|
|
9894
|
+
connection_config:
|
|
9895
|
+
domain_prefix:
|
|
9896
|
+
type: string
|
|
9897
|
+
title: ''
|
|
9898
|
+
description: ''
|
|
9899
|
+
automated: true
|
|
9900
|
+
|
|
9447
9901
|
linear:
|
|
9448
9902
|
display_name: Linear
|
|
9449
9903
|
categories:
|
|
@@ -9511,6 +9965,8 @@ linkedin:
|
|
|
9511
9965
|
|
|
9512
9966
|
linkhut:
|
|
9513
9967
|
display_name: LinkHut
|
|
9968
|
+
categories:
|
|
9969
|
+
- social
|
|
9514
9970
|
auth_mode: OAUTH2
|
|
9515
9971
|
authorization_url: https://ln.ht/_/oauth/authorize
|
|
9516
9972
|
token_url: https://api.ln.ht/v1/oauth/token
|
|
@@ -9899,6 +10355,8 @@ manatal:
|
|
|
9899
10355
|
|
|
9900
10356
|
marketo:
|
|
9901
10357
|
display_name: Marketo
|
|
10358
|
+
categories:
|
|
10359
|
+
- marketing
|
|
9902
10360
|
auth_mode: OAUTH2_CC
|
|
9903
10361
|
proxy:
|
|
9904
10362
|
base_url: https://${connectionConfig.endpointURL}
|
|
@@ -10810,6 +11268,8 @@ mural:
|
|
|
10810
11268
|
|
|
10811
11269
|
nationbuilder:
|
|
10812
11270
|
display_name: NationBuilder
|
|
11271
|
+
categories:
|
|
11272
|
+
- crm
|
|
10813
11273
|
auth_mode: OAUTH2
|
|
10814
11274
|
authorization_url: https://${connectionConfig.accountId}.nationbuilder.com/oauth/authorize
|
|
10815
11275
|
token_url: https://${connectionConfig.accountId}.nationbuilder.com/oauth/token
|
|
@@ -10972,6 +11432,9 @@ netsuite-tba:
|
|
|
10972
11432
|
|
|
10973
11433
|
next-cloud-ocs:
|
|
10974
11434
|
display_name: Next Cloud OCS
|
|
11435
|
+
categories:
|
|
11436
|
+
- storage
|
|
11437
|
+
- productivity
|
|
10975
11438
|
auth_mode: BASIC
|
|
10976
11439
|
proxy:
|
|
10977
11440
|
base_url: https://${connectionConfig.domain}/ocs/v1.php
|
|
@@ -11482,6 +11945,50 @@ oomnitza:
|
|
|
11482
11945
|
description: Your Oomnitza API token
|
|
11483
11946
|
doc_section: '#step-2-generating-your-api-token'
|
|
11484
11947
|
|
|
11948
|
+
orange-logic:
|
|
11949
|
+
display_name: Orange Logic
|
|
11950
|
+
categories:
|
|
11951
|
+
- storage
|
|
11952
|
+
auth_mode: TWO_STEP
|
|
11953
|
+
body_format: json
|
|
11954
|
+
token_url: https://${connectionConfig.serverUrl}/webapi/security/clientcredentialsauthentication/authenticate_46H_v1
|
|
11955
|
+
token_params:
|
|
11956
|
+
client_id: ${credentials.clientId}
|
|
11957
|
+
client_secret: ${credentials.clientSecret}
|
|
11958
|
+
token_headers:
|
|
11959
|
+
content-type: application/json
|
|
11960
|
+
accept: application/json
|
|
11961
|
+
token_response:
|
|
11962
|
+
token: access_token
|
|
11963
|
+
token_expiration: expires_in
|
|
11964
|
+
token_expiration_strategy: expireIn
|
|
11965
|
+
proxy:
|
|
11966
|
+
base_url: https://${connectionConfig.serverUrl}
|
|
11967
|
+
docs: https://nango.dev/docs/api-integrations/orange-logic
|
|
11968
|
+
docs_connect: https://nango.dev/docs/api-integrations/orange-logic/connect
|
|
11969
|
+
credentials:
|
|
11970
|
+
clientId:
|
|
11971
|
+
type: string
|
|
11972
|
+
title: Client ID
|
|
11973
|
+
description: The Client ID from your Orange Logic OAuth 2.0 Client Credentials.
|
|
11974
|
+
doc_section: '#step-2-obtain-client-credentials'
|
|
11975
|
+
clientSecret:
|
|
11976
|
+
type: string
|
|
11977
|
+
title: Client Secret
|
|
11978
|
+
description: The Client Secret from your Orange Logic OAuth 2.0 Client Credentials.
|
|
11979
|
+
secret: true
|
|
11980
|
+
doc_section: '#step-2-obtain-client-credentials'
|
|
11981
|
+
connection_config:
|
|
11982
|
+
serverUrl:
|
|
11983
|
+
type: string
|
|
11984
|
+
title: Orange Logic Server URL
|
|
11985
|
+
description: The base URL of your Orange Logic instance
|
|
11986
|
+
example: mycompany.orangelogic.com
|
|
11987
|
+
format: hostname
|
|
11988
|
+
prefix: https://
|
|
11989
|
+
order: 1
|
|
11990
|
+
doc_section: '#step-1-find-your-orange-logic-url'
|
|
11991
|
+
|
|
11485
11992
|
openai:
|
|
11486
11993
|
display_name: OpenAI
|
|
11487
11994
|
categories:
|
|
@@ -12072,6 +12579,8 @@ paypal:
|
|
|
12072
12579
|
|
|
12073
12580
|
paypal-sandbox:
|
|
12074
12581
|
display_name: Paypal (Sandbox)
|
|
12582
|
+
categories:
|
|
12583
|
+
- payment
|
|
12075
12584
|
auth_mode: OAUTH2
|
|
12076
12585
|
authorization_url: https://www.sandbox.paypal.com/signin/authorize
|
|
12077
12586
|
token_url: https://api-m.sandbox.paypal.com/v1/oauth2/token
|
|
@@ -12787,8 +13296,44 @@ prospeo:
|
|
|
12787
13296
|
pattern: '^[a-f0-9]{32}$'
|
|
12788
13297
|
doc_section: '#step-1-finding-your-api-key'
|
|
12789
13298
|
|
|
13299
|
+
prtg-classic:
|
|
13300
|
+
display_name: PRTG Classic
|
|
13301
|
+
categories:
|
|
13302
|
+
- support
|
|
13303
|
+
auth_mode: API_KEY
|
|
13304
|
+
proxy:
|
|
13305
|
+
base_url: https://${connectionConfig.host}
|
|
13306
|
+
query:
|
|
13307
|
+
apitoken: ${apiKey}
|
|
13308
|
+
verification:
|
|
13309
|
+
method: GET
|
|
13310
|
+
endpoints:
|
|
13311
|
+
- /api/table.json?content=sensors&count=1
|
|
13312
|
+
docs: https://nango.dev/docs/api-integrations/prtg-classic
|
|
13313
|
+
docs_connect: https://nango.dev/docs/api-integrations/prtg-classic/connect
|
|
13314
|
+
connection_config:
|
|
13315
|
+
host:
|
|
13316
|
+
type: string
|
|
13317
|
+
title: Instance Host
|
|
13318
|
+
description: The host of your PRTG instance
|
|
13319
|
+
pattern: '^[A-Za-z0-9.-]+(:\d+)?$'
|
|
13320
|
+
example: monitor.example.com
|
|
13321
|
+
prefix: https://
|
|
13322
|
+
doc_section: '#step-1-finding-your-instance-host'
|
|
13323
|
+
order: 1
|
|
13324
|
+
credentials:
|
|
13325
|
+
apiKey:
|
|
13326
|
+
type: string
|
|
13327
|
+
title: API Key
|
|
13328
|
+
description: The API key for your PRTG account
|
|
13329
|
+
pattern: '^[A-Z2-7]+=*$'
|
|
13330
|
+
example: RUTOWB5KVJCMEOWHL5MLUWMA324UGNDLPS6JKLTEDT======
|
|
13331
|
+
doc_section: '#step-2-finding-your-api-key'
|
|
13332
|
+
|
|
12790
13333
|
private-api-bearer:
|
|
12791
13334
|
display_name: Private API (Bearer Auth)
|
|
13335
|
+
categories:
|
|
13336
|
+
- other
|
|
12792
13337
|
auth_mode: API_KEY
|
|
12793
13338
|
proxy:
|
|
12794
13339
|
headers:
|
|
@@ -12804,6 +13349,8 @@ private-api-bearer:
|
|
|
12804
13349
|
|
|
12805
13350
|
private-api-basic:
|
|
12806
13351
|
display_name: Private API (Basic Auth)
|
|
13352
|
+
categories:
|
|
13353
|
+
- other
|
|
12807
13354
|
auth_mode: BASIC
|
|
12808
13355
|
proxy:
|
|
12809
13356
|
base_url: https://my-private-api
|
|
@@ -13108,6 +13655,8 @@ quickbooks:
|
|
|
13108
13655
|
quickbooks-sandbox:
|
|
13109
13656
|
alias: quickbooks
|
|
13110
13657
|
display_name: Quickbooks (Sandbox)
|
|
13658
|
+
categories:
|
|
13659
|
+
- accounting
|
|
13111
13660
|
proxy:
|
|
13112
13661
|
connection_config:
|
|
13113
13662
|
realmId: ${connectionConfig.realmId}
|
|
@@ -13163,6 +13712,8 @@ ramp:
|
|
|
13163
13712
|
|
|
13164
13713
|
ramp-sandbox:
|
|
13165
13714
|
display_name: Ramp (Sandbox)
|
|
13715
|
+
categories:
|
|
13716
|
+
- banking
|
|
13166
13717
|
auth_mode: OAUTH2
|
|
13167
13718
|
authorization_url: https://demo.ramp.com/v1/authorize
|
|
13168
13719
|
token_url: https://demo-api.ramp.com/developer/v1/token
|
|
@@ -13516,6 +14067,8 @@ refiner:
|
|
|
13516
14067
|
|
|
13517
14068
|
replicate:
|
|
13518
14069
|
display_name: Replicate
|
|
14070
|
+
categories:
|
|
14071
|
+
- dev-tools
|
|
13519
14072
|
auth_mode: API_KEY
|
|
13520
14073
|
proxy:
|
|
13521
14074
|
headers:
|
|
@@ -13534,6 +14087,31 @@ replicate:
|
|
|
13534
14087
|
title: API Key
|
|
13535
14088
|
description: The API key for your Replicate account
|
|
13536
14089
|
|
|
14090
|
+
reply-io:
|
|
14091
|
+
display_name: Reply.io
|
|
14092
|
+
categories:
|
|
14093
|
+
- marketing
|
|
14094
|
+
- communication
|
|
14095
|
+
auth_mode: API_KEY
|
|
14096
|
+
proxy:
|
|
14097
|
+
base_url: https://api.reply.io
|
|
14098
|
+
headers:
|
|
14099
|
+
x-api-key: ${apiKey}
|
|
14100
|
+
verification:
|
|
14101
|
+
method: GET
|
|
14102
|
+
endpoints:
|
|
14103
|
+
- /v1/campaigns
|
|
14104
|
+
docs: https://nango.dev/docs/api-integrations/reply-io
|
|
14105
|
+
docs_connect: https://nango.dev/docs/api-integrations/reply-io/connect
|
|
14106
|
+
credentials:
|
|
14107
|
+
apiKey:
|
|
14108
|
+
type: string
|
|
14109
|
+
title: API Key
|
|
14110
|
+
description: The API key for your Reply.io account.
|
|
14111
|
+
example: AKp2Bbuy****************
|
|
14112
|
+
pattern: '^[A-Za-z0-9_-]+$'
|
|
14113
|
+
doc_section: '#step-1-finding-your-api-key'
|
|
14114
|
+
|
|
13537
14115
|
researchdesk:
|
|
13538
14116
|
display_name: ResearchDesk
|
|
13539
14117
|
categories:
|
|
@@ -13652,6 +14230,8 @@ ring-central:
|
|
|
13652
14230
|
|
|
13653
14231
|
ring-central-sandbox:
|
|
13654
14232
|
display_name: RingCentral (Sandbox)
|
|
14233
|
+
categories:
|
|
14234
|
+
- communication
|
|
13655
14235
|
auth_mode: OAUTH2
|
|
13656
14236
|
authorization_url: https://platform.devtest.ringcentral.com/restapi/oauth/authorize
|
|
13657
14237
|
token_url: https://platform.devtest.ringcentral.com/restapi/oauth/token
|
|
@@ -14054,6 +14634,35 @@ salesforce:
|
|
|
14054
14634
|
optional: true
|
|
14055
14635
|
doc_section: '#step-1-finding-your-hostname'
|
|
14056
14636
|
|
|
14637
|
+
salesforce-cc:
|
|
14638
|
+
display_name: Salesforce (Client Credentials)
|
|
14639
|
+
categories:
|
|
14640
|
+
- crm
|
|
14641
|
+
auth_mode: OAUTH2_CC
|
|
14642
|
+
token_url: https://${connectionConfig.hostname}/services/oauth2/token
|
|
14643
|
+
token_params:
|
|
14644
|
+
grant_type: client_credentials
|
|
14645
|
+
token_response_metadata:
|
|
14646
|
+
- instance_url
|
|
14647
|
+
proxy:
|
|
14648
|
+
base_url: ${connectionConfig.instance_url}
|
|
14649
|
+
docs: https://nango.dev/docs/api-integrations/salesforce-cc
|
|
14650
|
+
docs_connect: https://nango.dev/docs/api-integrations/salesforce-cc/connect
|
|
14651
|
+
token_expires_in_ms: 0
|
|
14652
|
+
connection_config:
|
|
14653
|
+
instance_url:
|
|
14654
|
+
type: string
|
|
14655
|
+
title: ''
|
|
14656
|
+
description: ''
|
|
14657
|
+
automated: true
|
|
14658
|
+
hostname:
|
|
14659
|
+
type: string
|
|
14660
|
+
title: Hostname
|
|
14661
|
+
description: The hostname to your Salesforce instance
|
|
14662
|
+
format: hostname
|
|
14663
|
+
example: acme.my.salesforce.com
|
|
14664
|
+
prefix: https://
|
|
14665
|
+
|
|
14057
14666
|
salesforce-jwt:
|
|
14058
14667
|
display_name: Salesforce (JWT)
|
|
14059
14668
|
categories:
|
|
@@ -14122,6 +14731,8 @@ salesforce-jwt:
|
|
|
14122
14731
|
|
|
14123
14732
|
salesforce-sandbox:
|
|
14124
14733
|
display_name: Salesforce (Sandbox)
|
|
14734
|
+
categories:
|
|
14735
|
+
- crm
|
|
14125
14736
|
auth_mode: OAUTH2
|
|
14126
14737
|
authorization_url: https://test.salesforce.com/services/oauth2/authorize
|
|
14127
14738
|
token_url: https://test.salesforce.com/services/oauth2/token
|
|
@@ -14144,6 +14755,8 @@ salesforce-sandbox:
|
|
|
14144
14755
|
|
|
14145
14756
|
salesforce-experience-cloud:
|
|
14146
14757
|
display_name: Salesforce Experience Cloud
|
|
14758
|
+
categories:
|
|
14759
|
+
- crm
|
|
14147
14760
|
auth_mode: OAUTH2
|
|
14148
14761
|
authorization_url: https://${connectionConfig.subdomain}.my.site.com/services/oauth2/authorize
|
|
14149
14762
|
token_url: https://${connectionConfig.subdomain}.my.site.com/services/oauth2/token
|
|
@@ -14412,6 +15025,7 @@ sap-success-factors:
|
|
|
14412
15025
|
assertion: ${credentials.assertion}
|
|
14413
15026
|
new_token: true
|
|
14414
15027
|
assertion:
|
|
15028
|
+
type: saml
|
|
14415
15029
|
key: ${assertionOption.privateKey}
|
|
14416
15030
|
issuer: www.successfactors.com
|
|
14417
15031
|
lifetimeInSeconds: '315360000'
|
|
@@ -14637,6 +15251,40 @@ semrush:
|
|
|
14637
15251
|
description: Your Semrush API key
|
|
14638
15252
|
doc_section: '#step-1-finding-your-api-key'
|
|
14639
15253
|
|
|
15254
|
+
sentinelone:
|
|
15255
|
+
display_name: SentinelOne
|
|
15256
|
+
categories:
|
|
15257
|
+
- dev-tools
|
|
15258
|
+
auth_mode: API_KEY
|
|
15259
|
+
proxy:
|
|
15260
|
+
base_url: https://${connectionConfig.hostname}
|
|
15261
|
+
headers:
|
|
15262
|
+
authorization: ApiToken ${apiKey}
|
|
15263
|
+
accept: application/json
|
|
15264
|
+
content-type: application/json
|
|
15265
|
+
verification:
|
|
15266
|
+
method: GET
|
|
15267
|
+
endpoints:
|
|
15268
|
+
- /web/api/v2.1/sites?limit=1
|
|
15269
|
+
docs: https://nango.dev/docs/api-integrations/sentinelone
|
|
15270
|
+
docs_connect: https://nango.dev/docs/api-integrations/sentinelone/connect
|
|
15271
|
+
connection_config:
|
|
15272
|
+
hostname:
|
|
15273
|
+
type: string
|
|
15274
|
+
title: Hostname
|
|
15275
|
+
description: The hostname of your SentinelOne management console
|
|
15276
|
+
format: hostname
|
|
15277
|
+
prefix: https://
|
|
15278
|
+
example: your-tenant.sentinelone.net
|
|
15279
|
+
doc_section: '#step-2-find-your-hostname'
|
|
15280
|
+
order: 1
|
|
15281
|
+
credentials:
|
|
15282
|
+
apiKey:
|
|
15283
|
+
type: string
|
|
15284
|
+
title: API Token
|
|
15285
|
+
description: The API token for your SentinelOne service user
|
|
15286
|
+
doc_section: '#step-1-generate-your-api-token'
|
|
15287
|
+
|
|
14640
15288
|
sentry:
|
|
14641
15289
|
display_name: Sentry
|
|
14642
15290
|
categories:
|
|
@@ -15092,6 +15740,43 @@ sharepoint-online-v1:
|
|
|
15092
15740
|
secret: true
|
|
15093
15741
|
doc_section: '#step-4-generating-your-client-assertion'
|
|
15094
15742
|
|
|
15743
|
+
shipbob-pat:
|
|
15744
|
+
display_name: ShipBob (Personal Access Token)
|
|
15745
|
+
categories:
|
|
15746
|
+
- e-commerce
|
|
15747
|
+
auth_mode: API_KEY
|
|
15748
|
+
proxy:
|
|
15749
|
+
base_url: https://${connectionConfig.apiSubdomain}.shipbob.com
|
|
15750
|
+
headers:
|
|
15751
|
+
authorization: Bearer ${apiKey}
|
|
15752
|
+
retry:
|
|
15753
|
+
after:
|
|
15754
|
+
- 'x-retry-after'
|
|
15755
|
+
verification:
|
|
15756
|
+
method: GET
|
|
15757
|
+
endpoints:
|
|
15758
|
+
- /2026-01/channel
|
|
15759
|
+
docs: https://nango.dev/docs/api-integrations/shipbob-pat
|
|
15760
|
+
docs_connect: https://nango.dev/docs/api-integrations/shipbob-pat/connect
|
|
15761
|
+
connection_config:
|
|
15762
|
+
apiSubdomain:
|
|
15763
|
+
type: string
|
|
15764
|
+
title: API Subdomain
|
|
15765
|
+
description: The ShipBob API subdomain of the environment you want to connect to.
|
|
15766
|
+
example: api
|
|
15767
|
+
pattern: '^(api|sandbox-api)$'
|
|
15768
|
+
prefix: https://
|
|
15769
|
+
suffix: .shipbob.com
|
|
15770
|
+
doc_section: '#step-2-identify-your-api-subdomain'
|
|
15771
|
+
credentials:
|
|
15772
|
+
apiKey:
|
|
15773
|
+
type: string
|
|
15774
|
+
title: Personal Access Token
|
|
15775
|
+
description: Your ShipBob Personal Access Token
|
|
15776
|
+
example: 6E4647BB**************************806E464161FBB996DD8E87EEA86DB926-1
|
|
15777
|
+
pattern: '^[A-F0-9]{64}-\d+$'
|
|
15778
|
+
doc_section: '#step-1-generate-your-token'
|
|
15779
|
+
|
|
15095
15780
|
shipstation:
|
|
15096
15781
|
display_name: Shipstation (v1)
|
|
15097
15782
|
categories:
|
|
@@ -15296,6 +15981,7 @@ shopworks:
|
|
|
15296
15981
|
content-type: application/json
|
|
15297
15982
|
token_response:
|
|
15298
15983
|
token: id_token
|
|
15984
|
+
token_expires_in_ms: 3600000
|
|
15299
15985
|
proxy:
|
|
15300
15986
|
base_url: https://${connectionConfig.hostname}
|
|
15301
15987
|
headers:
|
|
@@ -15483,6 +16169,8 @@ sophos-central:
|
|
|
15483
16169
|
|
|
15484
16170
|
smartrecruiters-api-key:
|
|
15485
16171
|
display_name: Smartrecruiters
|
|
16172
|
+
categories:
|
|
16173
|
+
- ats
|
|
15486
16174
|
auth_mode: API_KEY
|
|
15487
16175
|
proxy:
|
|
15488
16176
|
base_url: https://api.smartrecruiters.com
|
|
@@ -15503,6 +16191,8 @@ smartrecruiters-api-key:
|
|
|
15503
16191
|
|
|
15504
16192
|
smartsheet:
|
|
15505
16193
|
display_name: Smartsheet
|
|
16194
|
+
categories:
|
|
16195
|
+
- productivity
|
|
15506
16196
|
auth_mode: OAUTH2
|
|
15507
16197
|
authorization_url: https://app.smartsheet.com/b/authorize
|
|
15508
16198
|
token_url: https://api.${connectionConfig.domain}/2.0/token
|
|
@@ -15527,6 +16217,8 @@ smartsheet:
|
|
|
15527
16217
|
|
|
15528
16218
|
smugmug:
|
|
15529
16219
|
display_name: Smugmug
|
|
16220
|
+
categories:
|
|
16221
|
+
- storage
|
|
15530
16222
|
auth_mode: OAUTH1
|
|
15531
16223
|
request_url: https://api.smugmug.com/services/oauth/1.0a/getRequestToken
|
|
15532
16224
|
authorization_url: https://api.smugmug.com/services/oauth/1.0a/authorize
|
|
@@ -15905,6 +16597,8 @@ stripe-app:
|
|
|
15905
16597
|
|
|
15906
16598
|
stripe-app-sandbox:
|
|
15907
16599
|
display_name: Stripe App (Sandbox)
|
|
16600
|
+
categories:
|
|
16601
|
+
- payment
|
|
15908
16602
|
auth_mode: OAUTH2
|
|
15909
16603
|
authorization_url: https://marketplace.stripe.com/oauth/v2/${connectionConfig.appDomain}/authorize
|
|
15910
16604
|
token_url: https://api.stripe.com/v1/oauth/token
|
|
@@ -16767,6 +17461,35 @@ todoist:
|
|
|
16767
17461
|
base_url: https://api.todoist.com
|
|
16768
17462
|
docs: https://nango.dev/docs/integrations/all/todoist
|
|
16769
17463
|
|
|
17464
|
+
toggl:
|
|
17465
|
+
display_name: Toggl Track
|
|
17466
|
+
categories:
|
|
17467
|
+
- productivity
|
|
17468
|
+
auth_mode: BASIC
|
|
17469
|
+
proxy:
|
|
17470
|
+
base_url: https://api.track.toggl.com
|
|
17471
|
+
verification:
|
|
17472
|
+
method: GET
|
|
17473
|
+
endpoints:
|
|
17474
|
+
- /api/v9/me
|
|
17475
|
+
retry:
|
|
17476
|
+
after:
|
|
17477
|
+
- 'x-toggl-quota-resets-in'
|
|
17478
|
+
docs: https://nango.dev/docs/api-integrations/toggl
|
|
17479
|
+
docs_connect: https://nango.dev/docs/api-integrations/toggl/connect
|
|
17480
|
+
credentials:
|
|
17481
|
+
username:
|
|
17482
|
+
type: string
|
|
17483
|
+
title: Email or API token
|
|
17484
|
+
description: Your Toggl Track account email, or your API token when using token-based Basic Auth.
|
|
17485
|
+
doc_section: '#step-1-choose-emailpassword-or-api-token'
|
|
17486
|
+
password:
|
|
17487
|
+
type: string
|
|
17488
|
+
title: Password or api_token
|
|
17489
|
+
description: Your Toggl Track account password, or the literal text api_token when authenticating with an API token.
|
|
17490
|
+
secret: true
|
|
17491
|
+
doc_section: '#step-1-choose-emailpassword-or-api-token'
|
|
17492
|
+
|
|
16770
17493
|
torii:
|
|
16771
17494
|
display_name: Torii
|
|
16772
17495
|
categories:
|
|
@@ -16888,6 +17611,8 @@ twitter-oauth2-cc:
|
|
|
16888
17611
|
|
|
16889
17612
|
twinfield:
|
|
16890
17613
|
display_name: Twinfield
|
|
17614
|
+
categories:
|
|
17615
|
+
- accounting
|
|
16891
17616
|
auth_mode: OAUTH2
|
|
16892
17617
|
authorization_url: https://login.twinfield.com/auth/authentication/connect/authorize
|
|
16893
17618
|
token_url: https://login.twinfield.com/auth/authentication/connect/token
|
|
@@ -17084,6 +17809,8 @@ typefully-v2:
|
|
|
17084
17809
|
|
|
17085
17810
|
uber:
|
|
17086
17811
|
display_name: Uber
|
|
17812
|
+
categories:
|
|
17813
|
+
- other
|
|
17087
17814
|
auth_mode: OAUTH2
|
|
17088
17815
|
authorization_url: https://login.uber.com/oauth/v2/authorize
|
|
17089
17816
|
token_url: https://login.uber.com/oauth/v2/token
|
|
@@ -17309,6 +18036,8 @@ unanet:
|
|
|
17309
18036
|
|
|
17310
18037
|
unauthenticated:
|
|
17311
18038
|
display_name: Unauthenticated
|
|
18039
|
+
categories:
|
|
18040
|
+
- other
|
|
17312
18041
|
auth_mode: NONE
|
|
17313
18042
|
webhook_routing_script: unauthenticatedWebhookRouting
|
|
17314
18043
|
docs: https://nango.dev/docs/integrations/all/unauthenticated
|
|
@@ -17746,6 +18475,8 @@ whoop:
|
|
|
17746
18475
|
|
|
17747
18476
|
wildix-pbx:
|
|
17748
18477
|
display_name: Wildix PBX
|
|
18478
|
+
categories:
|
|
18479
|
+
- communication
|
|
17749
18480
|
auth_mode: OAUTH2
|
|
17750
18481
|
authorization_url: https://${connectionConfig.subdomain}.wildixin.com/authorization/oauth2
|
|
17751
18482
|
token_url: https://${connectionConfig.subdomain}.wildixin.com/authorization/oauth2Token
|
|
@@ -18097,6 +18828,97 @@ workday-refresh-token:
|
|
|
18097
18828
|
secret: true
|
|
18098
18829
|
doc_section: '#step-4-generating-a-refresh-token'
|
|
18099
18830
|
|
|
18831
|
+
workday-adaptive-planning:
|
|
18832
|
+
display_name: Workday Adaptive Planning
|
|
18833
|
+
categories:
|
|
18834
|
+
- accounting
|
|
18835
|
+
auth_mode: TWO_STEP
|
|
18836
|
+
body_format: form
|
|
18837
|
+
token_url: https://${connectionConfig.host}/ccx/oauth2/${connectionConfig.tenant}/token
|
|
18838
|
+
token_params:
|
|
18839
|
+
grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer
|
|
18840
|
+
assertion: ${credentials.assertion}
|
|
18841
|
+
token_headers:
|
|
18842
|
+
content-type: application/x-www-form-urlencoded
|
|
18843
|
+
assertion:
|
|
18844
|
+
type: jwt
|
|
18845
|
+
key: ${credentials.privateKey}
|
|
18846
|
+
lifetimeInSeconds: 300
|
|
18847
|
+
header:
|
|
18848
|
+
alg: RS256
|
|
18849
|
+
typ: JWT
|
|
18850
|
+
payload:
|
|
18851
|
+
iss: ${credentials.clientId}
|
|
18852
|
+
sub: ${credentials.isu}
|
|
18853
|
+
aud: wd
|
|
18854
|
+
additional_steps:
|
|
18855
|
+
- token_request_method: GET
|
|
18856
|
+
token_url: https://${connectionConfig.host}/ccx/api/planning/v1/${connectionConfig.tenant}/adaptiveAPIAccessToken
|
|
18857
|
+
token_headers:
|
|
18858
|
+
authorization: Bearer ${step1.access_token}
|
|
18859
|
+
token_response:
|
|
18860
|
+
token: adaptiveAPIAccessToken
|
|
18861
|
+
proxy:
|
|
18862
|
+
base_url: https://api.adaptiveplanning.com
|
|
18863
|
+
docs: https://nango.dev/docs/api-integrations/workday-adaptive-planning
|
|
18864
|
+
docs_connect: https://nango.dev/docs/api-integrations/workday-adaptive-planning/connect
|
|
18865
|
+
connection_config:
|
|
18866
|
+
host:
|
|
18867
|
+
type: string
|
|
18868
|
+
title: Host
|
|
18869
|
+
description: The hostname of your Workday account.
|
|
18870
|
+
format: hostname
|
|
18871
|
+
example: wd3-impl-services1.workday.com
|
|
18872
|
+
prefix: https://
|
|
18873
|
+
order: 1
|
|
18874
|
+
tenant:
|
|
18875
|
+
type: string
|
|
18876
|
+
title: Tenant
|
|
18877
|
+
description: The tenant of your Workday account.
|
|
18878
|
+
example: mytenant
|
|
18879
|
+
order: 2
|
|
18880
|
+
credentials:
|
|
18881
|
+
clientId:
|
|
18882
|
+
type: string
|
|
18883
|
+
title: Client ID
|
|
18884
|
+
description: The Client ID from the Workday API Client registration.
|
|
18885
|
+
isu:
|
|
18886
|
+
type: string
|
|
18887
|
+
title: ISU Username
|
|
18888
|
+
description: The Integration System User (ISU) username.
|
|
18889
|
+
assertion:
|
|
18890
|
+
type: string
|
|
18891
|
+
title: ''
|
|
18892
|
+
description: ''
|
|
18893
|
+
automated: true
|
|
18894
|
+
privateKey:
|
|
18895
|
+
type: string
|
|
18896
|
+
title: Private Key
|
|
18897
|
+
description: The RSA private key (PEM format) used to sign the JWT.
|
|
18898
|
+
secret: true
|
|
18899
|
+
|
|
18900
|
+
workpath:
|
|
18901
|
+
display_name: Workpath
|
|
18902
|
+
categories:
|
|
18903
|
+
- productivity
|
|
18904
|
+
auth_mode: API_KEY
|
|
18905
|
+
proxy:
|
|
18906
|
+
base_url: https://connect.workpath.com/api
|
|
18907
|
+
headers:
|
|
18908
|
+
authorization: Bearer ${apiKey}
|
|
18909
|
+
verification:
|
|
18910
|
+
method: GET
|
|
18911
|
+
endpoints:
|
|
18912
|
+
- /v3/kpis
|
|
18913
|
+
docs: https://nango.dev/docs/api-integrations/workpath
|
|
18914
|
+
docs_connect: https://nango.dev/docs/api-integrations/workpath/connect
|
|
18915
|
+
credentials:
|
|
18916
|
+
apiKey:
|
|
18917
|
+
type: string
|
|
18918
|
+
title: API Token
|
|
18919
|
+
description: Your Workpath API Token.
|
|
18920
|
+
doc_section: '#step-1-getting-your-api-token'
|
|
18921
|
+
|
|
18100
18922
|
wrike:
|
|
18101
18923
|
display_name: Wrike
|
|
18102
18924
|
categories:
|
|
@@ -18322,6 +19144,8 @@ zapier:
|
|
|
18322
19144
|
|
|
18323
19145
|
zapier-nla:
|
|
18324
19146
|
display_name: Zapier NLA
|
|
19147
|
+
categories:
|
|
19148
|
+
- productivity
|
|
18325
19149
|
auth_mode: OAUTH2
|
|
18326
19150
|
authorization_url: https://nla.zapier.com/oauth/authorize/
|
|
18327
19151
|
token_url: https://nla.zapier.com/oauth/token/
|
|
@@ -18466,6 +19290,8 @@ zoho:
|
|
|
18466
19290
|
|
|
18467
19291
|
zoho-books:
|
|
18468
19292
|
display_name: Zoho Books
|
|
19293
|
+
categories:
|
|
19294
|
+
- accounting
|
|
18469
19295
|
alias: zoho
|
|
18470
19296
|
docs: https://nango.dev/docs/integrations/all/zoho-books
|
|
18471
19297
|
docs_connect: https://nango.dev/docs/integrations/all/zoho-books/connect
|
|
@@ -18482,6 +19308,8 @@ zoho-books:
|
|
|
18482
19308
|
|
|
18483
19309
|
zoho-crm:
|
|
18484
19310
|
display_name: Zoho CRM
|
|
19311
|
+
categories:
|
|
19312
|
+
- crm
|
|
18485
19313
|
alias: zoho
|
|
18486
19314
|
docs: https://nango.dev/docs/api-integrations/zoho-crm
|
|
18487
19315
|
setup_guide_url: https://nango.dev/docs/api-integrations/zoho-crm/how-to-register-your-own-zoho-crm-api-oauth-app
|
|
@@ -18597,6 +19425,8 @@ zoho-mail:
|
|
|
18597
19425
|
|
|
18598
19426
|
zoho-bigin:
|
|
18599
19427
|
display_name: Zoho Bigin
|
|
19428
|
+
categories:
|
|
19429
|
+
- crm
|
|
18600
19430
|
alias: zoho
|
|
18601
19431
|
docs: https://nango.dev/docs/integrations/all/zoho-bigin
|
|
18602
19432
|
docs_connect: https://nango.dev/docs/integrations/all/zoho-bigin/connect
|