@nangohq/providers 0.69.13 → 0.69.15
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 +665 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/providers",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.15",
|
|
4
4
|
"description": "Nango's providers.yaml and getters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"private": false,
|
|
9
9
|
"scripts": {},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"js-yaml": "4.1.
|
|
11
|
+
"js-yaml": "4.1.1"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nangohq/types": "0.69.
|
|
14
|
+
"@nangohq/types": "0.69.15",
|
|
15
15
|
"vitest": "3.2.4"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
package/providers.yaml
CHANGED
|
@@ -526,7 +526,8 @@ airtable:
|
|
|
526
526
|
proxy:
|
|
527
527
|
base_url: https://api.airtable.com
|
|
528
528
|
webhook_routing_script: airtableWebhookRouting
|
|
529
|
-
docs: https://nango.dev/docs/integrations/
|
|
529
|
+
docs: https://nango.dev/docs/api-integrations/airtable
|
|
530
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/airtable/how-to-register-your-own-airtable-oauth-app
|
|
530
531
|
|
|
531
532
|
airtable-pat:
|
|
532
533
|
display_name: Airtable (Personal Access Token)
|
|
@@ -1338,6 +1339,31 @@ auvik:
|
|
|
1338
1339
|
docs: https://nango.dev/docs/integrations/all/auvik
|
|
1339
1340
|
docs_connect: https://nango.dev/docs/integrations/all/auvik/connect
|
|
1340
1341
|
|
|
1342
|
+
availity:
|
|
1343
|
+
display_name: Availity
|
|
1344
|
+
categories:
|
|
1345
|
+
- other
|
|
1346
|
+
auth_mode: OAUTH2_CC
|
|
1347
|
+
token_url: https://api.availity.com/v1/token
|
|
1348
|
+
token_params:
|
|
1349
|
+
grant_type: client_credentials
|
|
1350
|
+
proxy:
|
|
1351
|
+
base_url: https://api.availity.com
|
|
1352
|
+
docs: https://nango.dev/docs/api-integrations/availity
|
|
1353
|
+
docs_connect: https://nango.dev/docs/api-integrations/availity/connect
|
|
1354
|
+
credentials:
|
|
1355
|
+
client_id:
|
|
1356
|
+
type: string
|
|
1357
|
+
title: API Key
|
|
1358
|
+
description: Your application API Key
|
|
1359
|
+
doc_section: '#step-1-obtaining-your-client-credentials'
|
|
1360
|
+
client_secret:
|
|
1361
|
+
type: string
|
|
1362
|
+
title: Secret
|
|
1363
|
+
description: Your application Secret
|
|
1364
|
+
secret: true
|
|
1365
|
+
doc_section: '#step-1-obtaining-your-client-credentials'
|
|
1366
|
+
|
|
1341
1367
|
avalara:
|
|
1342
1368
|
display_name: Avalara
|
|
1343
1369
|
categories:
|
|
@@ -1633,16 +1659,21 @@ bamboohr:
|
|
|
1633
1659
|
token_params:
|
|
1634
1660
|
grant_type: authorization_code
|
|
1635
1661
|
request: token
|
|
1662
|
+
refresh_params:
|
|
1663
|
+
grant_type: refresh_token
|
|
1664
|
+
request: token
|
|
1636
1665
|
proxy:
|
|
1637
1666
|
base_url: https://api.bamboohr.com/api/gateway.php/${connectionConfig.subdomain}
|
|
1638
1667
|
docs: https://nango.dev/docs/integrations/all/bamboohr
|
|
1668
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/bamboohr/how-to-register-your-own-bamboohr-oauth-app
|
|
1669
|
+
docs_connect: https://nango.dev/docs/api-integrations/bamboohr/connect
|
|
1639
1670
|
connection_config:
|
|
1640
1671
|
subdomain:
|
|
1641
1672
|
type: string
|
|
1642
|
-
title:
|
|
1673
|
+
title: Subdomain
|
|
1643
1674
|
description: The subdomain of your BambooHR account
|
|
1644
1675
|
pattern: '^[a-z0-9_-]+$'
|
|
1645
|
-
example:
|
|
1676
|
+
example: acme
|
|
1646
1677
|
suffix: .bamboohr.com
|
|
1647
1678
|
prefix: https://
|
|
1648
1679
|
order: 1
|
|
@@ -1791,6 +1822,30 @@ beehiiv:
|
|
|
1791
1822
|
example: pub_a3d1b49e-2a5d-4f4b-97c8-8f32e1d2f7b9
|
|
1792
1823
|
pattern: '^(pub_[0-9a-fA-F\-]+)$'
|
|
1793
1824
|
|
|
1825
|
+
bettercontact:
|
|
1826
|
+
display_name: BetterContact
|
|
1827
|
+
categories:
|
|
1828
|
+
- crm
|
|
1829
|
+
auth_mode: API_KEY
|
|
1830
|
+
proxy:
|
|
1831
|
+
base_url: https://app.bettercontact.rocks
|
|
1832
|
+
headers:
|
|
1833
|
+
x-api-key: ${apiKey}
|
|
1834
|
+
verification:
|
|
1835
|
+
method: GET
|
|
1836
|
+
endpoints:
|
|
1837
|
+
- /api/v2/account
|
|
1838
|
+
docs: https://nango.dev/docs/api-integrations/bettercontact
|
|
1839
|
+
docs_connect: https://nango.dev/docs/api-integrations/bettercontact/connect
|
|
1840
|
+
credentials:
|
|
1841
|
+
apiKey:
|
|
1842
|
+
type: string
|
|
1843
|
+
title: API Key
|
|
1844
|
+
description: Your BetterContact API key
|
|
1845
|
+
example: f1a9b2c3d4e5f6g7h8i9j0
|
|
1846
|
+
pattern: '^[a-z0-9]+$'
|
|
1847
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
1848
|
+
|
|
1794
1849
|
bigcommerce:
|
|
1795
1850
|
display_name: BigCommerce
|
|
1796
1851
|
categories:
|
|
@@ -3267,7 +3322,6 @@ connectwise-psa-staging:
|
|
|
3267
3322
|
- ticketing
|
|
3268
3323
|
auth_mode: BASIC
|
|
3269
3324
|
webhook_routing_script: connectwisePsaWebhookRouting
|
|
3270
|
-
|
|
3271
3325
|
proxy:
|
|
3272
3326
|
base_url: https://api-staging.connectwisedev.com/v4_6_release/apis/3.0
|
|
3273
3327
|
headers:
|
|
@@ -3532,6 +3586,35 @@ cursor:
|
|
|
3532
3586
|
example: key_9164000970ca2f15c999047a0e2b7e03127885be41198616a6975af08b28239b
|
|
3533
3587
|
pattern: '^key_[a-f0-9]{64}$'
|
|
3534
3588
|
|
|
3589
|
+
cursor-admin:
|
|
3590
|
+
display_name: Cursor Admin
|
|
3591
|
+
categories:
|
|
3592
|
+
- dev-tools
|
|
3593
|
+
auth_mode: BASIC
|
|
3594
|
+
proxy:
|
|
3595
|
+
base_url: https://api.cursor.com
|
|
3596
|
+
verification:
|
|
3597
|
+
method: GET
|
|
3598
|
+
endpoints:
|
|
3599
|
+
- /teams/members
|
|
3600
|
+
docs: https://nango.dev/docs/integrations/all/cursor-admin
|
|
3601
|
+
docs_connect: https://nango.dev/docs/integrations/all/cursor-admin/connect
|
|
3602
|
+
credentials:
|
|
3603
|
+
username:
|
|
3604
|
+
type: string
|
|
3605
|
+
title: API key
|
|
3606
|
+
description: The API Key of your Greenhouse account
|
|
3607
|
+
example: key_9164000970ca2f15c999047a0e2b7e03127885be41198616a6975af08b28239b
|
|
3608
|
+
pattern: '^key_[a-f0-9]{64}$'
|
|
3609
|
+
secret: true
|
|
3610
|
+
doc_section: '#step-1-finding-api-key'
|
|
3611
|
+
password:
|
|
3612
|
+
type: string
|
|
3613
|
+
title: Password
|
|
3614
|
+
description: Password
|
|
3615
|
+
default_value: ''
|
|
3616
|
+
hidden: true
|
|
3617
|
+
|
|
3535
3618
|
databricks-account:
|
|
3536
3619
|
display_name: Databricks (Account Level)
|
|
3537
3620
|
categories:
|
|
@@ -3701,6 +3784,10 @@ dayforce:
|
|
|
3701
3784
|
client_id: Dayforce.HCMAnywhere.Client
|
|
3702
3785
|
token_headers:
|
|
3703
3786
|
content-type: application/x-www-form-urlencoded
|
|
3787
|
+
token_response:
|
|
3788
|
+
token: access_token
|
|
3789
|
+
token_expiration: expires_in
|
|
3790
|
+
token_expiration_strategy: expireIn
|
|
3704
3791
|
docs: https://nango.dev/docs/integrations/all/dayforce
|
|
3705
3792
|
docs_connect: https://nango.dev/docs/integrations/all/dayforce/connect
|
|
3706
3793
|
connection_config:
|
|
@@ -3970,6 +4057,38 @@ discourse:
|
|
|
3970
4057
|
title: API Key
|
|
3971
4058
|
description: The API key for your Discourse account
|
|
3972
4059
|
|
|
4060
|
+
crisp:
|
|
4061
|
+
display_name: Crisp
|
|
4062
|
+
categories:
|
|
4063
|
+
- communication
|
|
4064
|
+
- support
|
|
4065
|
+
auth_mode: BASIC
|
|
4066
|
+
proxy:
|
|
4067
|
+
base_url: https://api.crisp.chat
|
|
4068
|
+
headers:
|
|
4069
|
+
x-crisp-tier: plugin
|
|
4070
|
+
verification:
|
|
4071
|
+
method: GET
|
|
4072
|
+
endpoints:
|
|
4073
|
+
- /v1/plugin/connect/account
|
|
4074
|
+
docs: https://nango.dev/docs/integrations/all/crisp
|
|
4075
|
+
docs_connect: https://nango.dev/docs/integrations/all/crisp/connect
|
|
4076
|
+
credentials:
|
|
4077
|
+
username:
|
|
4078
|
+
type: string
|
|
4079
|
+
title: Token Identifier
|
|
4080
|
+
description: The identifier part of your Crisp token keypair
|
|
4081
|
+
example: 123e4567-e89b-12d3-a456-426614174000
|
|
4082
|
+
format: uuid
|
|
4083
|
+
doc_section: '#step-1-generating-your-token-keypair'
|
|
4084
|
+
password:
|
|
4085
|
+
type: string
|
|
4086
|
+
title: Token Key
|
|
4087
|
+
pattern: '^[a-f0-9]{64}$'
|
|
4088
|
+
example: a3f5c8d2b9e4713f2c0a7b4d5e6f8c9b1a2d3e4f5b6c7d8e9f0a1b2c3d4e5f6a7
|
|
4089
|
+
description: The key part of your Crisp token keypair
|
|
4090
|
+
doc_section: '#step-1-generating-your-token-keypair'
|
|
4091
|
+
|
|
3973
4092
|
dixa:
|
|
3974
4093
|
display_name: Dixa
|
|
3975
4094
|
categories:
|
|
@@ -4143,6 +4262,67 @@ dropbox-sign:
|
|
|
4143
4262
|
base_url: https://api.hellosign.com
|
|
4144
4263
|
docs: https://nango.dev/docs/integrations/all/dropbox-sign
|
|
4145
4264
|
|
|
4265
|
+
drchrono:
|
|
4266
|
+
display_name: DrChrono
|
|
4267
|
+
categories:
|
|
4268
|
+
- other
|
|
4269
|
+
auth_mode: OAUTH2
|
|
4270
|
+
authorization_url: https://app.drchrono.com/o/authorize/
|
|
4271
|
+
token_url: https://app.drchrono.com/o/token/
|
|
4272
|
+
authorization_url_skip_empty: true
|
|
4273
|
+
authorization_params:
|
|
4274
|
+
response_type: code
|
|
4275
|
+
token_params:
|
|
4276
|
+
grant_type: authorization_code
|
|
4277
|
+
refresh_params:
|
|
4278
|
+
grant_type: refresh_token
|
|
4279
|
+
proxy:
|
|
4280
|
+
base_url: https://app.drchrono.com
|
|
4281
|
+
docs: https://nango.dev/docs/integrations/all/drchrono
|
|
4282
|
+
|
|
4283
|
+
drata:
|
|
4284
|
+
display_name: Drata
|
|
4285
|
+
categories:
|
|
4286
|
+
- dev-tools
|
|
4287
|
+
auth_mode: API_KEY
|
|
4288
|
+
proxy:
|
|
4289
|
+
base_url: https://public-api.drata.com
|
|
4290
|
+
headers:
|
|
4291
|
+
authorization: Bearer ${apiKey}
|
|
4292
|
+
docs: https://nango.dev/docs/api-integrations/drata
|
|
4293
|
+
docs_connect: https://nango.dev/docs/api-integrations/drata/connect
|
|
4294
|
+
credentials:
|
|
4295
|
+
apiKey:
|
|
4296
|
+
type: string
|
|
4297
|
+
title: API Key
|
|
4298
|
+
description: Your Drata API key
|
|
4299
|
+
|
|
4300
|
+
contactout:
|
|
4301
|
+
display_name: ContactOut
|
|
4302
|
+
categories:
|
|
4303
|
+
- crm
|
|
4304
|
+
auth_mode: API_KEY
|
|
4305
|
+
proxy:
|
|
4306
|
+
base_url: https://api.contactout.com
|
|
4307
|
+
headers:
|
|
4308
|
+
authorization: basic
|
|
4309
|
+
token: ${apiKey}
|
|
4310
|
+
retry:
|
|
4311
|
+
after:
|
|
4312
|
+
- 'retry-after'
|
|
4313
|
+
verification:
|
|
4314
|
+
method: GET
|
|
4315
|
+
endpoints:
|
|
4316
|
+
- /v1/stats
|
|
4317
|
+
docs: https://nango.dev/docs/integrations/all/contactout
|
|
4318
|
+
docs_connect: https://nango.dev/docs/integrations/all/contactout/connect
|
|
4319
|
+
credentials:
|
|
4320
|
+
apiKey:
|
|
4321
|
+
type: string
|
|
4322
|
+
title: API Key
|
|
4323
|
+
example: ab7KxYpR1qLmN9Zs3TvUeFgH
|
|
4324
|
+
description: Your ContactOut API Key
|
|
4325
|
+
|
|
4146
4326
|
drupal:
|
|
4147
4327
|
display_name: Drupal
|
|
4148
4328
|
categories:
|
|
@@ -4641,7 +4821,8 @@ facebook:
|
|
|
4641
4821
|
token_url: https://graph.facebook.com/v22.0/oauth/access_token
|
|
4642
4822
|
proxy:
|
|
4643
4823
|
base_url: https://graph.facebook.com
|
|
4644
|
-
docs: https://nango.dev/docs/integrations/
|
|
4824
|
+
docs: https://nango.dev/docs/api-integrations/facebook
|
|
4825
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/facebook/how-to-register-your-own-facebook-oauth-app
|
|
4645
4826
|
|
|
4646
4827
|
fathom:
|
|
4647
4828
|
display_name: Fathom
|
|
@@ -4667,6 +4848,41 @@ fathom:
|
|
|
4667
4848
|
title: API Key
|
|
4668
4849
|
description: The API key for your Fathom account
|
|
4669
4850
|
|
|
4851
|
+
fellow:
|
|
4852
|
+
display_name: Fellow
|
|
4853
|
+
categories:
|
|
4854
|
+
- productivity
|
|
4855
|
+
auth_mode: API_KEY
|
|
4856
|
+
proxy:
|
|
4857
|
+
base_url: https://${connectionConfig.subdomain}.fellow.app/api
|
|
4858
|
+
headers:
|
|
4859
|
+
x-api-key: ${apiKey}
|
|
4860
|
+
verification:
|
|
4861
|
+
method: GET
|
|
4862
|
+
headers:
|
|
4863
|
+
content-type: application/json
|
|
4864
|
+
endpoints:
|
|
4865
|
+
- /v1/me
|
|
4866
|
+
docs: https://nango.dev/docs/api-integrations/fellow
|
|
4867
|
+
docs_connect: https://nango.dev/docs/api-integrations/fellow/connect
|
|
4868
|
+
connection_config:
|
|
4869
|
+
subdomain:
|
|
4870
|
+
type: string
|
|
4871
|
+
title: Workspace Subdomain
|
|
4872
|
+
description: The subdomain of your Fellow workspace
|
|
4873
|
+
pattern: '^[a-z0-9_-]+$'
|
|
4874
|
+
example: myworkspace
|
|
4875
|
+
order: 1
|
|
4876
|
+
doc_section: '#step-1-finding-your-workspace-subdomain'
|
|
4877
|
+
credentials:
|
|
4878
|
+
apiKey:
|
|
4879
|
+
type: string
|
|
4880
|
+
title: API Key
|
|
4881
|
+
description: Your Fellow API Key
|
|
4882
|
+
example: ab84bc2056614635866e4a98c153d7a1ab30541032fd433793d402f2a5db2404
|
|
4883
|
+
pattern: '^[a-f0-9]{64}$'
|
|
4884
|
+
doc_section: '#step-2-generating-your-api-key'
|
|
4885
|
+
|
|
4670
4886
|
figjam:
|
|
4671
4887
|
display_name: FigJam
|
|
4672
4888
|
categories:
|
|
@@ -5456,7 +5672,8 @@ github:
|
|
|
5456
5672
|
type: link
|
|
5457
5673
|
limit_name_in_request: per_page
|
|
5458
5674
|
link_rel_in_response_header: next
|
|
5459
|
-
docs: https://nango.dev/docs/integrations/
|
|
5675
|
+
docs: https://nango.dev/docs/api-integrations/github
|
|
5676
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/github/how-to-register-your-own-github-oauth-app
|
|
5460
5677
|
|
|
5461
5678
|
github-app:
|
|
5462
5679
|
display_name: GitHub (App)
|
|
@@ -5800,7 +6017,8 @@ google:
|
|
|
5800
6017
|
limit_name_in_request: maxSize
|
|
5801
6018
|
cursor_name_in_request: pageToken
|
|
5802
6019
|
response_path: items
|
|
5803
|
-
docs: https://nango.dev/docs/integrations/
|
|
6020
|
+
docs: https://nango.dev/docs/api-integrations/google
|
|
6021
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google/how-to-register-your-own-google-oauth-app
|
|
5804
6022
|
|
|
5805
6023
|
google-analytics:
|
|
5806
6024
|
display_name: Google Analytics
|
|
@@ -5829,7 +6047,9 @@ google-calendar:
|
|
|
5829
6047
|
- '5xx'
|
|
5830
6048
|
- '401'
|
|
5831
6049
|
- '429'
|
|
5832
|
-
|
|
6050
|
+
webhook_routing_script: googleCalendarWebhookRouting
|
|
6051
|
+
docs: https://nango.dev/docs/api-integrations/google-calendar
|
|
6052
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google-calendar/how-to-register-your-own-google-calendar-oauth-app
|
|
5833
6053
|
|
|
5834
6054
|
google-chat:
|
|
5835
6055
|
display_name: Google Chat
|
|
@@ -5858,7 +6078,8 @@ google-mail:
|
|
|
5858
6078
|
proxy:
|
|
5859
6079
|
base_url: https://gmail.googleapis.com
|
|
5860
6080
|
webhook_routing_script: gmailWebhookRouting
|
|
5861
|
-
docs: https://nango.dev/docs/integrations/
|
|
6081
|
+
docs: https://nango.dev/docs/api-integrations/google-mail
|
|
6082
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google-mail/how-to-register-your-own-gmail-oauth-app
|
|
5862
6083
|
|
|
5863
6084
|
google-sheet:
|
|
5864
6085
|
display_name: Google Sheet
|
|
@@ -5867,7 +6088,8 @@ google-sheet:
|
|
|
5867
6088
|
alias: google
|
|
5868
6089
|
proxy:
|
|
5869
6090
|
base_url: https://sheets.googleapis.com
|
|
5870
|
-
docs: https://nango.dev/docs/integrations/
|
|
6091
|
+
docs: https://nango.dev/docs/api-integrations/google-sheet
|
|
6092
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google-sheet/how-to-register-your-own-google-sheet-oauth-app
|
|
5871
6093
|
|
|
5872
6094
|
google-slides:
|
|
5873
6095
|
display_name: Google Slides
|
|
@@ -5885,7 +6107,8 @@ google-drive:
|
|
|
5885
6107
|
- popular
|
|
5886
6108
|
- storage
|
|
5887
6109
|
alias: google
|
|
5888
|
-
docs: https://nango.dev/docs/integrations/
|
|
6110
|
+
docs: https://nango.dev/docs/api-integrations/google-drive
|
|
6111
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/google-drive/how-to-register-your-own-google-drive-oauth-app
|
|
5889
6112
|
|
|
5890
6113
|
google-ads:
|
|
5891
6114
|
display_name: Google Ads
|
|
@@ -6371,6 +6594,38 @@ greenhouse-onboarding:
|
|
|
6371
6594
|
docs: https://nango.dev/docs/integrations/all/greenhouse-onboarding
|
|
6372
6595
|
docs_connect: https://nango.dev/docs/integrations/all/greenhouse-onboarding/connect
|
|
6373
6596
|
|
|
6597
|
+
grist:
|
|
6598
|
+
display_name: Grist
|
|
6599
|
+
categories:
|
|
6600
|
+
- productivity
|
|
6601
|
+
auth_mode: API_KEY
|
|
6602
|
+
proxy:
|
|
6603
|
+
base_url: https://${connectionConfig.environment}.getgrist.com
|
|
6604
|
+
headers:
|
|
6605
|
+
authorization: Bearer ${apiKey}
|
|
6606
|
+
verification:
|
|
6607
|
+
method: GET
|
|
6608
|
+
endpoints:
|
|
6609
|
+
- /api/orgs
|
|
6610
|
+
docs: https://nango.dev/docs/api-integrations/grist
|
|
6611
|
+
docs_connect: https://nango.dev/docs/api-integrations/grist/connect
|
|
6612
|
+
credentials:
|
|
6613
|
+
apiKey:
|
|
6614
|
+
type: string
|
|
6615
|
+
title: API Key
|
|
6616
|
+
description: Your Grist API key
|
|
6617
|
+
pattern: '^[a-f0-9]{40}$'
|
|
6618
|
+
example: 980cb267c8fa52ae5b6a0a5b4977ec915add8c07
|
|
6619
|
+
connection_config:
|
|
6620
|
+
environment:
|
|
6621
|
+
type: string
|
|
6622
|
+
title: Environment
|
|
6623
|
+
description: The environment you want to connect to
|
|
6624
|
+
pattern: '^(team|docs)$'
|
|
6625
|
+
example: docs
|
|
6626
|
+
order: 1
|
|
6627
|
+
doc_section: '#step-1-selecting-your-environment'
|
|
6628
|
+
|
|
6374
6629
|
gumroad:
|
|
6375
6630
|
display_name: Gumroad
|
|
6376
6631
|
categories:
|
|
@@ -6694,7 +6949,8 @@ hubspot:
|
|
|
6694
6949
|
limit_name_in_request: limit
|
|
6695
6950
|
cursor_name_in_request: after
|
|
6696
6951
|
response_path: results
|
|
6697
|
-
docs: https://nango.dev/docs/integrations/
|
|
6952
|
+
docs: https://nango.dev/docs/api-integrations/hubspot
|
|
6953
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/hubspot/how-to-register-your-own-hubspot-oauth-app
|
|
6698
6954
|
|
|
6699
6955
|
incident-io:
|
|
6700
6956
|
display_name: Incident.io
|
|
@@ -7034,7 +7290,8 @@ jira:
|
|
|
7034
7290
|
link_path_in_response_body: _links.next
|
|
7035
7291
|
post_connection_script: jiraPostConnection
|
|
7036
7292
|
webhook_routing_script: jiraWebhookRouting
|
|
7037
|
-
docs: https://nango.dev/docs/integrations/
|
|
7293
|
+
docs: https://nango.dev/docs/api-integrations/jira
|
|
7294
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/jira/how-to-register-your-own-jira-oauth-app
|
|
7038
7295
|
connection_config:
|
|
7039
7296
|
subdomain:
|
|
7040
7297
|
type: string
|
|
@@ -8737,6 +8994,20 @@ mixpanel:
|
|
|
8737
8994
|
docs: https://nango.dev/docs/integrations/all/mixpanel
|
|
8738
8995
|
docs_connect: https://nango.dev/docs/integrations/all/mixpanel/connect
|
|
8739
8996
|
|
|
8997
|
+
mimecast:
|
|
8998
|
+
display_name: Mimecast
|
|
8999
|
+
categories:
|
|
9000
|
+
- communication
|
|
9001
|
+
auth_mode: OAUTH2_CC
|
|
9002
|
+
token_url: https://api.services.mimecast.com/oauth/token
|
|
9003
|
+
body_format: form
|
|
9004
|
+
token_params:
|
|
9005
|
+
grant_type: client_credentials
|
|
9006
|
+
proxy:
|
|
9007
|
+
base_url: https://api.services.mimecast.com
|
|
9008
|
+
docs: https://nango.dev/docs/integrations/all/mimecast
|
|
9009
|
+
docs_connect: https://nango.dev/docs/integrations/all/mimecast/connect
|
|
9010
|
+
|
|
8740
9011
|
miro:
|
|
8741
9012
|
display_name: Miro
|
|
8742
9013
|
categories:
|
|
@@ -8952,7 +9223,8 @@ netsuite-tba:
|
|
|
8952
9223
|
- accounting
|
|
8953
9224
|
- erp
|
|
8954
9225
|
- popular
|
|
8955
|
-
docs: https://nango.dev/docs/integrations/
|
|
9226
|
+
docs: https://nango.dev/docs/api-integrations/netsuite-tba
|
|
9227
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/netsuite-tba/how-to-set-up-netsuite-tba-with-nango
|
|
8956
9228
|
|
|
8957
9229
|
next-cloud-ocs:
|
|
8958
9230
|
display_name: Next Cloud OCS
|
|
@@ -9033,7 +9305,8 @@ notion:
|
|
|
9033
9305
|
cursor_name_in_request: start_cursor
|
|
9034
9306
|
limit_name_in_request: page_size
|
|
9035
9307
|
response_path: results
|
|
9036
|
-
docs: https://nango.dev/docs/integrations/
|
|
9308
|
+
docs: https://nango.dev/docs/api-integrations/notion
|
|
9309
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/notion/how-to-register-your-own-notion-oauth-app
|
|
9037
9310
|
|
|
9038
9311
|
notion-mcp:
|
|
9039
9312
|
display_name: Notion (MCP)
|
|
@@ -9051,7 +9324,7 @@ notion-mcp:
|
|
|
9051
9324
|
grant_type: authorization_code
|
|
9052
9325
|
refresh_params:
|
|
9053
9326
|
grant_type: refresh_token
|
|
9054
|
-
docs: https://nango.dev/docs/integrations/
|
|
9327
|
+
docs: https://nango.dev/docs/api-integrations/notion
|
|
9055
9328
|
|
|
9056
9329
|
notion-scim:
|
|
9057
9330
|
display_name: Notion (SCIM API)
|
|
@@ -9468,8 +9741,12 @@ pagerduty:
|
|
|
9468
9741
|
auth_mode: OAUTH2
|
|
9469
9742
|
authorization_url: https://app.pagerduty.com/oauth/authorize
|
|
9470
9743
|
token_url: https://app.pagerduty.com/oauth/token
|
|
9744
|
+
webhook_routing_script: pagerdutyWebhookRouting
|
|
9471
9745
|
proxy:
|
|
9472
9746
|
base_url: https://api.pagerduty.com
|
|
9747
|
+
retry:
|
|
9748
|
+
after:
|
|
9749
|
+
- 'ratelimit-reset'
|
|
9473
9750
|
docs: https://nango.dev/docs/integrations/all/pagerduty
|
|
9474
9751
|
|
|
9475
9752
|
pandadoc:
|
|
@@ -9710,25 +9987,73 @@ payfit:
|
|
|
9710
9987
|
base_url: https://partner-api.payfit.com
|
|
9711
9988
|
docs: https://nango.dev/docs/integrations/all/payfit
|
|
9712
9989
|
|
|
9990
|
+
paylocity-nextgen:
|
|
9991
|
+
display_name: Paylocity (NextGen)
|
|
9992
|
+
categories:
|
|
9993
|
+
- hr
|
|
9994
|
+
auth_mode: OAUTH2_CC
|
|
9995
|
+
token_url: https://${connectionConfig.environment}.paylocity.com/public/security/v1/token
|
|
9996
|
+
token_params:
|
|
9997
|
+
grant_type: client_credentials
|
|
9998
|
+
proxy:
|
|
9999
|
+
base_url: https://${connectionConfig.environment}.paylocity.com
|
|
10000
|
+
connection_config:
|
|
10001
|
+
companyId: ${connectionConfig.companyId}
|
|
10002
|
+
docs: https://nango.dev/docs/api-integrations/paylocity-nextgen
|
|
10003
|
+
docs_connect: https://nango.dev/docs/api-integrations/paylocity-nextgen/connect
|
|
10004
|
+
connection_config:
|
|
10005
|
+
environment:
|
|
10006
|
+
type: string
|
|
10007
|
+
title: Environment
|
|
10008
|
+
description: Your Paylocity NextGen environment
|
|
10009
|
+
pattern: '^(dc1prodgwext|dc1demogwext)$'
|
|
10010
|
+
example: dc1prodgwext
|
|
10011
|
+
prefix: https://
|
|
10012
|
+
suffix: .paylocity.com
|
|
10013
|
+
order: 1
|
|
10014
|
+
doc_section: '#step-1-select-the-correct-paylocity-environment'
|
|
10015
|
+
companyId:
|
|
10016
|
+
type: string
|
|
10017
|
+
title: Company ID
|
|
10018
|
+
description: The company ID of your Paylocity account
|
|
10019
|
+
doc_section: '#step-2-find-your-company-id'
|
|
10020
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
10021
|
+
example: S2222
|
|
10022
|
+
order: 2
|
|
10023
|
+
|
|
9713
10024
|
paylocity:
|
|
9714
|
-
display_name: Paylocity
|
|
10025
|
+
display_name: Paylocity (Weblink)
|
|
9715
10026
|
categories:
|
|
9716
10027
|
- hr
|
|
9717
10028
|
auth_mode: OAUTH2_CC
|
|
9718
10029
|
proxy:
|
|
9719
10030
|
base_url: https://${connectionConfig.environment}.paylocity.com
|
|
10031
|
+
connection_config:
|
|
10032
|
+
companyId: ${connectionConfig.companyId}
|
|
9720
10033
|
token_url: https://${connectionConfig.environment}.paylocity.com/IdentityServer/connect/token
|
|
9721
|
-
scope_separator: ' '
|
|
9722
10034
|
token_params:
|
|
9723
10035
|
grant_type: client_credentials
|
|
9724
|
-
docs: https://nango.dev/docs/integrations/
|
|
9725
|
-
docs_connect: https://nango.dev/docs/integrations/
|
|
10036
|
+
docs: https://nango.dev/docs/api-integrations/paylocity
|
|
10037
|
+
docs_connect: https://nango.dev/docs/api-integrations/paylocity/connect
|
|
9726
10038
|
connection_config:
|
|
9727
10039
|
environment:
|
|
9728
10040
|
type: string
|
|
9729
10041
|
title: Paylocity Environment
|
|
9730
|
-
|
|
10042
|
+
pattern: '^(dc1demogw|api)$'
|
|
10043
|
+
example: dc1demogw
|
|
10044
|
+
description: Your Paylocity Weblink environment
|
|
10045
|
+
prefix: https://
|
|
10046
|
+
suffix: .paylocity.com
|
|
10047
|
+
order: 1
|
|
9731
10048
|
doc_section: '#step-1-select-the-correct-paylocity-environment'
|
|
10049
|
+
companyId:
|
|
10050
|
+
type: string
|
|
10051
|
+
title: Company ID
|
|
10052
|
+
description: The company ID of your Paylocity account
|
|
10053
|
+
doc_section: '#step-2-find-your-company-id'
|
|
10054
|
+
pattern: '^[a-zA-Z0-9]+$'
|
|
10055
|
+
example: S2222
|
|
10056
|
+
order: 2
|
|
9732
10057
|
|
|
9733
10058
|
paypal:
|
|
9734
10059
|
display_name: Paypal
|
|
@@ -9821,6 +10146,9 @@ pennylane:
|
|
|
9821
10146
|
token_url: https://app.pennylane.com/oauth/token
|
|
9822
10147
|
proxy:
|
|
9823
10148
|
base_url: https://app.pennylane.com
|
|
10149
|
+
retry:
|
|
10150
|
+
at:
|
|
10151
|
+
- 'ratelimit-reset'
|
|
9824
10152
|
scope_separator: '+'
|
|
9825
10153
|
authorization_params:
|
|
9826
10154
|
response_type: code
|
|
@@ -9850,6 +10178,9 @@ pennylane-company-api:
|
|
|
9850
10178
|
accept: application/json
|
|
9851
10179
|
endpoints:
|
|
9852
10180
|
- /api/external/v2/me
|
|
10181
|
+
retry:
|
|
10182
|
+
at:
|
|
10183
|
+
- 'ratelimit-reset'
|
|
9853
10184
|
docs: https://docs.nango.dev/integrations/all/pennylane-company-api
|
|
9854
10185
|
docs_connect: https://docs.nango.dev/integrations/all/pennylane-company-api/connect
|
|
9855
10186
|
credentials:
|
|
@@ -10124,6 +10455,30 @@ pinterest:
|
|
|
10124
10455
|
base_url: https://api.pinterest.com
|
|
10125
10456
|
docs: https://nango.dev/docs/integrations/all/pinterest
|
|
10126
10457
|
|
|
10458
|
+
rocketlane:
|
|
10459
|
+
display_name: Rocketlane
|
|
10460
|
+
categories:
|
|
10461
|
+
- productivity
|
|
10462
|
+
auth_mode: API_KEY
|
|
10463
|
+
proxy:
|
|
10464
|
+
base_url: https://api.rocketlane.com/api
|
|
10465
|
+
headers:
|
|
10466
|
+
api-key: ${apiKey}
|
|
10467
|
+
verification:
|
|
10468
|
+
method: GET
|
|
10469
|
+
endpoints:
|
|
10470
|
+
- /1.0/users/?pageSize=1
|
|
10471
|
+
docs: https://nango.dev/docs/integrations/all/rocketlane
|
|
10472
|
+
docs_connect: https://nango.dev/docs/integrations/all/rocketlane/connect
|
|
10473
|
+
credentials:
|
|
10474
|
+
apiKey:
|
|
10475
|
+
type: string
|
|
10476
|
+
title: API Key
|
|
10477
|
+
description: Your Rocketlane API key
|
|
10478
|
+
pattern: ^rl-[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}$
|
|
10479
|
+
example: rl-3d2d4d87-1801-48ca-8948-8d5ed6f05df7
|
|
10480
|
+
doc_section: '#step-1-generating-your-api-key'
|
|
10481
|
+
|
|
10127
10482
|
pipedrive:
|
|
10128
10483
|
display_name: Pipedrive
|
|
10129
10484
|
categories:
|
|
@@ -10398,6 +10753,48 @@ precisefp:
|
|
|
10398
10753
|
base_url: https://app.precisefp.com
|
|
10399
10754
|
docs: https://nango.dev/docs/integrations/all/precisefp
|
|
10400
10755
|
|
|
10756
|
+
practicefusion:
|
|
10757
|
+
display_name: PracticeFusion
|
|
10758
|
+
categories:
|
|
10759
|
+
- other
|
|
10760
|
+
auth_mode: OAUTH2
|
|
10761
|
+
authorization_url: https://${connectionConfig.baseUrl}/authorize
|
|
10762
|
+
token_url: https://${connectionConfig.baseUrl}/token
|
|
10763
|
+
authorization_url_skip_empty: true
|
|
10764
|
+
authorization_params:
|
|
10765
|
+
response_type: code
|
|
10766
|
+
aud: https://${connectionConfig.baseUrl}
|
|
10767
|
+
launch: ${connectionConfig.launch}
|
|
10768
|
+
token_params:
|
|
10769
|
+
grant_type: authorization_code
|
|
10770
|
+
refresh_params:
|
|
10771
|
+
grant_type: refresh_token
|
|
10772
|
+
token_response_metadata:
|
|
10773
|
+
- patient
|
|
10774
|
+
- need_patient_banner
|
|
10775
|
+
- smart_style_url
|
|
10776
|
+
proxy:
|
|
10777
|
+
base_url: https://${connectionConfig.baseUrl}
|
|
10778
|
+
docs: https://nango.dev/docs/api-integrations/practicefusion
|
|
10779
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/practicefusion/how-to-register-your-own-practicefusion-oauth-app
|
|
10780
|
+
docs_connect: https://nango.dev/docs/api-integrations/practicefusion/connect
|
|
10781
|
+
connection_config:
|
|
10782
|
+
baseUrl:
|
|
10783
|
+
type: string
|
|
10784
|
+
title: Base URL
|
|
10785
|
+
description: The base URL for your Practice authorization server
|
|
10786
|
+
pattern: '^[a-zA-Z0-9.-]+\.(practice|patient)fusion\.com/.*$'
|
|
10787
|
+
prefix: https://
|
|
10788
|
+
example: api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/
|
|
10789
|
+
doc_section: '#step-1-find-your-base-url'
|
|
10790
|
+
order: 1
|
|
10791
|
+
launch:
|
|
10792
|
+
type: string
|
|
10793
|
+
title: ''
|
|
10794
|
+
description: ''
|
|
10795
|
+
default_value: ''
|
|
10796
|
+
hidden: true
|
|
10797
|
+
|
|
10401
10798
|
productboard:
|
|
10402
10799
|
display_name: Productboard
|
|
10403
10800
|
categories:
|
|
@@ -10704,6 +11101,45 @@ recharge:
|
|
|
10704
11101
|
pattern: '^[a-zA-Z0-9_]+$'
|
|
10705
11102
|
doc_section: '#step-1-generating-your-api-token'
|
|
10706
11103
|
|
|
11104
|
+
recall-ai:
|
|
11105
|
+
display_name: Recall.ai
|
|
11106
|
+
categories:
|
|
11107
|
+
- dev-tools
|
|
11108
|
+
- productivity
|
|
11109
|
+
auth_mode: API_KEY
|
|
11110
|
+
proxy:
|
|
11111
|
+
base_url: https://${connectionConfig.region}.recall.ai
|
|
11112
|
+
headers:
|
|
11113
|
+
authorization: ${apiKey}
|
|
11114
|
+
verification:
|
|
11115
|
+
method: GET
|
|
11116
|
+
endpoints:
|
|
11117
|
+
- /api/v2/calendar-events
|
|
11118
|
+
retry:
|
|
11119
|
+
after:
|
|
11120
|
+
- 'retry-after'
|
|
11121
|
+
docs: https://nango.dev/docs/api-integrations/recall-ai
|
|
11122
|
+
docs_connect: https://nango.dev/docs/api-integrations/recall-ai/connect
|
|
11123
|
+
connection_config:
|
|
11124
|
+
region:
|
|
11125
|
+
type: string
|
|
11126
|
+
title: Region
|
|
11127
|
+
description: The region where your Recall.ai account is hosted
|
|
11128
|
+
example: us-east-1
|
|
11129
|
+
pattern: '^(us-east-1|us-west-2|eu-central-1|ap-northeast-1)$'
|
|
11130
|
+
order: 1
|
|
11131
|
+
prefix: https://
|
|
11132
|
+
suffix: .recall.ai
|
|
11133
|
+
doc_section: '#step-1-determine-your-region'
|
|
11134
|
+
credentials:
|
|
11135
|
+
apiKey:
|
|
11136
|
+
type: string
|
|
11137
|
+
title: API Key
|
|
11138
|
+
description: The API key for your Recall.ai account
|
|
11139
|
+
example: 2d7843e2351dd4afa67eecfb5c723142fcb401b1
|
|
11140
|
+
pattern: '^[a-f0-9]{40}$'
|
|
11141
|
+
doc_section: '#step-2-generating-your-api-key'
|
|
11142
|
+
|
|
10707
11143
|
recruitcrm:
|
|
10708
11144
|
display_name: Recruitcrm
|
|
10709
11145
|
categories:
|
|
@@ -11289,7 +11725,8 @@ salesforce:
|
|
|
11289
11725
|
base_url: ${connectionConfig.instance_url}
|
|
11290
11726
|
webhook_routing_script: salesforceWebhookRouting
|
|
11291
11727
|
post_connection_script: salesforcePostConnection
|
|
11292
|
-
docs: https://nango.dev/docs/integrations/
|
|
11728
|
+
docs: https://nango.dev/docs/api-integrations/salesforce
|
|
11729
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/how-to-register-your-own-salesforce-oauth-app
|
|
11293
11730
|
connection_config:
|
|
11294
11731
|
instance_url:
|
|
11295
11732
|
type: string
|
|
@@ -11310,7 +11747,7 @@ salesforce-sandbox:
|
|
|
11310
11747
|
- instance_url
|
|
11311
11748
|
proxy:
|
|
11312
11749
|
base_url: ${connectionConfig.instance_url}
|
|
11313
|
-
docs: https://nango.dev/docs/integrations/
|
|
11750
|
+
docs: https://nango.dev/docs/api-integrations/salesforce-sandbox
|
|
11314
11751
|
connection_config:
|
|
11315
11752
|
instance_url:
|
|
11316
11753
|
type: string
|
|
@@ -11331,7 +11768,7 @@ salesforce-experience-cloud:
|
|
|
11331
11768
|
- instance_url
|
|
11332
11769
|
proxy:
|
|
11333
11770
|
base_url: ${connectionConfig.instance_url}
|
|
11334
|
-
docs: https://nango.dev/docs/integrations/
|
|
11771
|
+
docs: https://nango.dev/docs/api-integrations/salesforce-experience-cloud
|
|
11335
11772
|
connection_config:
|
|
11336
11773
|
subdomain:
|
|
11337
11774
|
type: string
|
|
@@ -11377,7 +11814,7 @@ salesforce-cdp:
|
|
|
11377
11814
|
token: access_token
|
|
11378
11815
|
token_expiration: expires_in
|
|
11379
11816
|
token_expiration_strategy: expireIn
|
|
11380
|
-
docs: https://nango.dev/docs/integrations/
|
|
11817
|
+
docs: https://nango.dev/docs/api-integrations/salesforce-cdp
|
|
11381
11818
|
docs_connect: https://nango.dev/docs/integrations/all/salesforce-cdp/connect
|
|
11382
11819
|
credentials:
|
|
11383
11820
|
jwt:
|
|
@@ -11580,6 +12017,69 @@ sap-success-factors:
|
|
|
11580
12017
|
secret: true
|
|
11581
12018
|
doc_section: '#step-4-generating-your-saml-assertion'
|
|
11582
12019
|
|
|
12020
|
+
sap-odata-oauth2-cc:
|
|
12021
|
+
display_name: SAP S/4HANA Cloud (Client Credentials)
|
|
12022
|
+
categories:
|
|
12023
|
+
- erp
|
|
12024
|
+
token_request_auth_method: basic
|
|
12025
|
+
auth_mode: OAUTH2_CC
|
|
12026
|
+
token_url: https://${connectionConfig.subdomain}.authentication.${connectionConfig.region}.hana.ondemand.com/oauth/token
|
|
12027
|
+
token_params:
|
|
12028
|
+
grant_type: client_credentials
|
|
12029
|
+
scope_separator: ','
|
|
12030
|
+
proxy:
|
|
12031
|
+
base_url: https://${connectionConfig.apiServer}
|
|
12032
|
+
docs: https://nango.dev/docs/api-integrations/sap-odata-oauth2-cc
|
|
12033
|
+
docs_connect: https://nango.dev/docs/api-integrations/sap-odata-oauth2-cc/connect
|
|
12034
|
+
connection_config:
|
|
12035
|
+
subdomain:
|
|
12036
|
+
type: string
|
|
12037
|
+
title: Subdomain
|
|
12038
|
+
prefix: https://
|
|
12039
|
+
pattern: '^[a-z0-9_-]+$'
|
|
12040
|
+
example: acme
|
|
12041
|
+
suffix: /hana.ondemand.com
|
|
12042
|
+
order: 1
|
|
12043
|
+
description: The subdomain where your SAP S/4HANA cloud instance is hosted
|
|
12044
|
+
doc_section: '#step-2-finding-your-subdomain'
|
|
12045
|
+
region:
|
|
12046
|
+
type: string
|
|
12047
|
+
title: Region
|
|
12048
|
+
description: The region where your SAP S/4HANA cloud instance is hosted
|
|
12049
|
+
example: eu10
|
|
12050
|
+
order: 2
|
|
12051
|
+
doc_section: '#step-3-finding-your-region'
|
|
12052
|
+
apiServer:
|
|
12053
|
+
type: string
|
|
12054
|
+
title: API Server
|
|
12055
|
+
description: The API base URL of the SAP S/4HANA cloud API service you want to connect to
|
|
12056
|
+
pattern: '^[A-Za-z0-9.-]+(?::\d+(?:/[-A-Za-z0-9.]*)*)?$'
|
|
12057
|
+
prefix: https://
|
|
12058
|
+
format: hostname
|
|
12059
|
+
example: eu10.cfapps.eu10.hana.ondemand.com
|
|
12060
|
+
doc_section: '#step-4-finding-your-api-server'
|
|
12061
|
+
order: 3
|
|
12062
|
+
|
|
12063
|
+
sap-odata-basic:
|
|
12064
|
+
display_name: SAP S/4HANA Cloud (Basic Auth)
|
|
12065
|
+
categories:
|
|
12066
|
+
- erp
|
|
12067
|
+
auth_mode: BASIC
|
|
12068
|
+
proxy:
|
|
12069
|
+
base_url: https://${connectionConfig.apiServer}
|
|
12070
|
+
docs: https://nango.dev/docs/api-integrations/sap-odata-basic
|
|
12071
|
+
docs_connect: https://nango.dev/docs/api-integrations/sap-odata-basic/connect
|
|
12072
|
+
connection_config:
|
|
12073
|
+
apiServer:
|
|
12074
|
+
type: string
|
|
12075
|
+
title: API Server
|
|
12076
|
+
description: The API base URL of the SAP S/4HANA cloud API service you want to connect to
|
|
12077
|
+
pattern: '^[A-Za-z0-9.-]+(?::\d+(?:/[-A-Za-z0-9.]*)*)?$'
|
|
12078
|
+
prefix: https://
|
|
12079
|
+
example: eu10.cfapps.eu10.hana.ondemand.com
|
|
12080
|
+
doc_section: '#step-2-finding-your-api-server'
|
|
12081
|
+
order: 1
|
|
12082
|
+
|
|
11583
12083
|
scrapedo:
|
|
11584
12084
|
display_name: Scrape.do
|
|
11585
12085
|
categories:
|
|
@@ -11800,6 +12300,9 @@ sellsy:
|
|
|
11800
12300
|
grant_type: refresh_token
|
|
11801
12301
|
proxy:
|
|
11802
12302
|
base_url: https://api.sellsy.com
|
|
12303
|
+
webhook_routing_script: sellsyWebhookRouting
|
|
12304
|
+
webhook_user_defined_secret: true
|
|
12305
|
+
post_connection_script: sellsyPostConnection
|
|
11803
12306
|
docs: https://nango.dev/docs/integrations/all/sellsy
|
|
11804
12307
|
|
|
11805
12308
|
sellsy-oauth2-cc:
|
|
@@ -11814,6 +12317,9 @@ sellsy-oauth2-cc:
|
|
|
11814
12317
|
grant_type: client_credentials
|
|
11815
12318
|
proxy:
|
|
11816
12319
|
base_url: https://api.sellsy.com
|
|
12320
|
+
webhook_routing_script: sellsyWebhookRouting
|
|
12321
|
+
webhook_user_defined_secret: true
|
|
12322
|
+
post_connection_script: sellsyPostConnection
|
|
11817
12323
|
docs: https://nango.dev/docs/integrations/all/sellsy-oauth2-cc
|
|
11818
12324
|
docs_connect: https://nango.dev/docs/integrations/all/sellsy-oauth2-cc/connect
|
|
11819
12325
|
credentials:
|
|
@@ -12096,8 +12602,9 @@ shopify:
|
|
|
12096
12602
|
headers:
|
|
12097
12603
|
x-shopify-access-token: ${accessToken}
|
|
12098
12604
|
webhook_routing_script: shopifyWebhookRouting
|
|
12099
|
-
docs: https://nango.dev/docs/integrations/
|
|
12100
|
-
|
|
12605
|
+
docs: https://nango.dev/docs/api-integrations/shopify
|
|
12606
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/shopify/how-to-register-your-own-shopify-oauth-app
|
|
12607
|
+
docs_connect: https://nango.dev/docs/api-integrations/shopify/connect
|
|
12101
12608
|
connection_config:
|
|
12102
12609
|
subdomain:
|
|
12103
12610
|
type: string
|
|
@@ -12258,7 +12765,8 @@ slack:
|
|
|
12258
12765
|
cursor_name_in_request: cursor
|
|
12259
12766
|
limit_name_in_request: limit
|
|
12260
12767
|
webhook_routing_script: slackWebhookRouting
|
|
12261
|
-
docs: https://nango.dev/docs/integrations/
|
|
12768
|
+
docs: https://nango.dev/docs/api-integrations/slack
|
|
12769
|
+
setup_guide_url: https://nango.dev/docs/api-integrations/slack/how-to-register-your-own-slack-oauth-app
|
|
12262
12770
|
|
|
12263
12771
|
smartlead-ai:
|
|
12264
12772
|
display_name: Smartlead.ai
|
|
@@ -13867,6 +14375,89 @@ vimeo-basic:
|
|
|
13867
14375
|
- /
|
|
13868
14376
|
docs: https://nango.dev/docs/integrations/all/vimeo-basic
|
|
13869
14377
|
|
|
14378
|
+
valley-api-key:
|
|
14379
|
+
display_name: Valley (API Key)
|
|
14380
|
+
categories:
|
|
14381
|
+
- marketing
|
|
14382
|
+
auth_mode: API_KEY
|
|
14383
|
+
proxy:
|
|
14384
|
+
base_url: https://api.joinvalley.co/api
|
|
14385
|
+
headers:
|
|
14386
|
+
x-api-key: ${apiKey}
|
|
14387
|
+
verification:
|
|
14388
|
+
method: GET
|
|
14389
|
+
endpoints:
|
|
14390
|
+
- /v1/auth/verify-api-key
|
|
14391
|
+
retry:
|
|
14392
|
+
at:
|
|
14393
|
+
- 'x-ratelimit-reset'
|
|
14394
|
+
docs: https://nango.dev/docs/integrations/all/valley-api-key
|
|
14395
|
+
docs_connect: https://nango.dev/docs/integrations/all/valley-api-key/connect
|
|
14396
|
+
credentials:
|
|
14397
|
+
apiKey:
|
|
14398
|
+
type: string
|
|
14399
|
+
title: API Key
|
|
14400
|
+
example: valley_a3f4c8d2e1b9a7**********************************************c5d8e2f1
|
|
14401
|
+
pattern: '^valley_[a-f0-9]{64}$'
|
|
14402
|
+
description: The API key for your Valley account
|
|
14403
|
+
doc_section: '#step-1-verifying-your-api-key'
|
|
14404
|
+
|
|
14405
|
+
valley:
|
|
14406
|
+
display_name: Valley (OAuth)
|
|
14407
|
+
categories:
|
|
14408
|
+
- marketing
|
|
14409
|
+
auth_mode: TWO_STEP
|
|
14410
|
+
body_format: json
|
|
14411
|
+
token_url: https://api.joinvalley.co/api/v1/auth/get-token
|
|
14412
|
+
refresh_url: https://api.joinvalley.co/api/v1/auth/refresh-token
|
|
14413
|
+
token_params:
|
|
14414
|
+
email: ${credentials.email}
|
|
14415
|
+
password: ${credentials.password}
|
|
14416
|
+
refresh_token_params:
|
|
14417
|
+
refresh_token: ${refresh_token}
|
|
14418
|
+
token_headers:
|
|
14419
|
+
content-type: application/json
|
|
14420
|
+
proxy:
|
|
14421
|
+
base_url: https://api.joinvalley.co/api/
|
|
14422
|
+
headers:
|
|
14423
|
+
authorization: Bearer ${accessToken}
|
|
14424
|
+
retry:
|
|
14425
|
+
at:
|
|
14426
|
+
- 'x-ratelimit-reset'
|
|
14427
|
+
token_response:
|
|
14428
|
+
token: access_token
|
|
14429
|
+
token_expiration: expires_in
|
|
14430
|
+
token_expiration_strategy: expireIn
|
|
14431
|
+
refresh_token: refresh_token
|
|
14432
|
+
docs: https://nango.dev/docs/integrations/all/valley
|
|
14433
|
+
docs_connect: https://nango.dev/docs/integrations/all/valley/connect
|
|
14434
|
+
credentials:
|
|
14435
|
+
email:
|
|
14436
|
+
type: string
|
|
14437
|
+
title: Email
|
|
14438
|
+
description: Your Valley email address
|
|
14439
|
+
format: email
|
|
14440
|
+
doc_section: '#step-1-getting-your-credentials'
|
|
14441
|
+
password:
|
|
14442
|
+
type: string
|
|
14443
|
+
title: Password
|
|
14444
|
+
description: Your Valley password
|
|
14445
|
+
doc_section: '#step-1-getting-your-credentials'
|
|
14446
|
+
|
|
14447
|
+
vanta:
|
|
14448
|
+
display_name: Vanta
|
|
14449
|
+
categories:
|
|
14450
|
+
- dev-tools
|
|
14451
|
+
auth_mode: OAUTH2_CC
|
|
14452
|
+
token_url: https://api.vanta.com/oauth/token
|
|
14453
|
+
token_params:
|
|
14454
|
+
grant_type: client_credentials
|
|
14455
|
+
body_format: json
|
|
14456
|
+
proxy:
|
|
14457
|
+
base_url: https://api.vanta.com
|
|
14458
|
+
docs: https://nango.dev/docs/api-integrations/vanta
|
|
14459
|
+
docs_connect: https://nango.dev/docs/api-integrations/vanta/connect
|
|
14460
|
+
|
|
13870
14461
|
wakatime:
|
|
13871
14462
|
display_name: Wakatime
|
|
13872
14463
|
categories:
|
|
@@ -14012,6 +14603,33 @@ wildix-pbx:
|
|
|
14012
14603
|
suffix: .wildixin.com
|
|
14013
14604
|
prefix: https://
|
|
14014
14605
|
|
|
14606
|
+
wiza:
|
|
14607
|
+
display_name: Wiza
|
|
14608
|
+
categories:
|
|
14609
|
+
- crm
|
|
14610
|
+
- marketing
|
|
14611
|
+
auth_mode: API_KEY
|
|
14612
|
+
proxy:
|
|
14613
|
+
base_url: https://wiza.co/api
|
|
14614
|
+
headers:
|
|
14615
|
+
authorization: Bearer ${apiKey}
|
|
14616
|
+
verification:
|
|
14617
|
+
method: GET
|
|
14618
|
+
headers:
|
|
14619
|
+
content-type: application/json
|
|
14620
|
+
endpoints:
|
|
14621
|
+
- /meta/credits
|
|
14622
|
+
docs: https://nango.dev/docs/integrations/all/wiza
|
|
14623
|
+
docs_connect: https://nango.dev/docs/integrations/all/wiza/connect
|
|
14624
|
+
credentials:
|
|
14625
|
+
apiKey:
|
|
14626
|
+
type: string
|
|
14627
|
+
title: API Key
|
|
14628
|
+
description: Your Wiza API key
|
|
14629
|
+
pattern: '^[a-f0-9]{64}$'
|
|
14630
|
+
example: 6e0f838beb0a09d35f3f56b52b1344b262ecc713aab41456485d12c5f6edaef7
|
|
14631
|
+
doc_section: '#step-1-getting-your-api-key'
|
|
14632
|
+
|
|
14015
14633
|
wordpress:
|
|
14016
14634
|
display_name: WordPress
|
|
14017
14635
|
categories:
|
|
@@ -14486,6 +15104,24 @@ zendesk:
|
|
|
14486
15104
|
prefix: https://
|
|
14487
15105
|
doc_section: '#step-1-finding-your-subdomain'
|
|
14488
15106
|
|
|
15107
|
+
zendesk-sell:
|
|
15108
|
+
display_name: Zendesk Sell
|
|
15109
|
+
categories:
|
|
15110
|
+
- crm
|
|
15111
|
+
auth_mode: OAUTH2
|
|
15112
|
+
authorization_url: https://api.getbase.com/oauth2/authorize
|
|
15113
|
+
token_url: https://api.getbase.com/oauth2/token
|
|
15114
|
+
token_request_auth_method: basic
|
|
15115
|
+
authorization_params:
|
|
15116
|
+
response_type: code
|
|
15117
|
+
token_params:
|
|
15118
|
+
grant_type: authorization_code
|
|
15119
|
+
refresh_params:
|
|
15120
|
+
grant_type: refresh_token
|
|
15121
|
+
proxy:
|
|
15122
|
+
base_url: https://api.getbase.com
|
|
15123
|
+
docs: https://nango.dev/docs/integrations/all/zendesk-sell
|
|
15124
|
+
|
|
14489
15125
|
zenefits:
|
|
14490
15126
|
display_name: Zenefits
|
|
14491
15127
|
categories:
|
|
@@ -14524,6 +15160,7 @@ zoho:
|
|
|
14524
15160
|
response_path: data
|
|
14525
15161
|
offset_name_in_request: page
|
|
14526
15162
|
limit_name_in_request: per_page
|
|
15163
|
+
post_connection_script: zohoPostConnection
|
|
14527
15164
|
docs: https://nango.dev/docs/integrations/all/zoho
|
|
14528
15165
|
connection_config:
|
|
14529
15166
|
extension:
|