@nangohq/providers 0.70.0 → 0.70.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +1422 -92
package/providers.yaml CHANGED
@@ -1,8 +1,40 @@
1
1
  # yaml-language-server: $schema=./../../scripts/validation/providers/schema.json
2
+ 1password-events:
3
+ display_name: 1Password (Events API)
4
+ categories:
5
+ - iam
6
+ auth_mode: API_KEY
7
+ proxy:
8
+ base_url: https://${connectionConfig.domain}
9
+ headers:
10
+ authorization: Bearer ${apiKey}
11
+ verification:
12
+ method: GET
13
+ endpoints:
14
+ - /api/v2/auth/introspect
15
+ docs: https://nango.dev/docs/api-integrations/1password-events
16
+ docs_connect: https://nango.dev/docs/api-integrations/1password-events/connect
17
+ connection_config:
18
+ domain:
19
+ type: string
20
+ title: Events API Domain
21
+ description: The regional Events API domain for your 1Password account.
22
+ example: events.1password.com
23
+ order: 1
24
+ pattern: '^events\.1password\.(com|ca|eu)$'
25
+ credentials:
26
+ apiKey:
27
+ type: string
28
+ title: Bearer Token
29
+ description: Your 1Password Events Reporting bearer token
30
+ pattern: '^eyJ[a-zA-Z0-9_-]+\.ey[a-zA-Z0-9_-]+\.[a-zA-Z0-9_-]+$'
31
+ example: eyJhbGciOiJF*************.*************CJ9.eyJ**************************************************.***********
32
+ doc_section: '#step-2-generate-a-bearer-token'
33
+
2
34
  1password-scim:
3
35
  display_name: 1Password (SCIM)
4
36
  categories:
5
- - other
37
+ - iam
6
38
  auth_mode: API_KEY
7
39
  proxy:
8
40
  base_url: https://${connectionConfig.domain}/scim
@@ -32,6 +64,50 @@
32
64
  description: Your 1Password SCIM API Key
33
65
  secret: true
34
66
  doc_section: '#step-1-retrieve-your-1password-scim-api-key'
67
+
68
+ 1password-users:
69
+ display_name: 1Password (Users API)
70
+ categories:
71
+ - iam
72
+ auth_mode: OAUTH2_CC
73
+ token_url: https://${connectionConfig.domain}/v1beta1/users/oauth2/token
74
+ token_request_auth_method: basic
75
+ token_params:
76
+ grant_type: client_credentials
77
+ proxy:
78
+ base_url: https://${connectionConfig.domain}/v1beta1/accounts/${connectionConfig.accountId}
79
+ docs: https://nango.dev/docs/api-integrations/1password-users
80
+ docs_connect: https://nango.dev/docs/api-integrations/1password-users/connect
81
+ connection_config:
82
+ domain:
83
+ type: string
84
+ title: API Domain
85
+ description: The regional API domain for your 1Password account.
86
+ example: api.1password.com
87
+ pattern: '^api\.1password\.(com|ca|eu)$'
88
+ order: 1
89
+ accountId:
90
+ type: string
91
+ title: Account ID
92
+ description: Your 1Password account ID.
93
+ example: XLQMR47VZPBKJHSGWNCYFDE3T9
94
+ pattern: '^[A-Z0-9]{26}$'
95
+ order: 2
96
+ credentials:
97
+ client_id:
98
+ type: string
99
+ title: Client ID
100
+ description: Your 1Password OAuth application Client ID.
101
+ format: uuid
102
+ example: 5ab87915-2deb-429c-a1e2-8b0495900f45
103
+ doc_section: '#step-3-obtain-your-client-credentials'
104
+ client_secret:
105
+ type: string
106
+ title: Client Secret
107
+ description: Your 1Password OAuth application Client Secret.
108
+ secret: true
109
+ doc_section: '#step-3-obtain-your-client-credentials'
110
+
35
111
  3cx:
36
112
  display_name: 3CX
37
113
  categories:
@@ -102,6 +178,52 @@
102
178
  secret: true
103
179
  doc_section: '#step-1-obtaining-your-client-credentials'
104
180
 
181
+ absorb-lms:
182
+ display_name: Absorb LMS
183
+ categories:
184
+ - other
185
+ auth_mode: OAUTH2
186
+ disable_pkce: true
187
+ authorization_url: https://${connectionConfig.portalRoute}/oauth/authorize
188
+ token_url: https://${connectionConfig.portalRoute}/oauth/token
189
+ token_params:
190
+ grant_type: authorization_code
191
+ refresh_params:
192
+ grant_type: refresh_token
193
+ authorization_params:
194
+ response_type: code
195
+ proxy:
196
+ base_url: https://${connectionConfig.portalRoute}
197
+ headers:
198
+ x-api-version: ${connectionConfig.apiVersion}
199
+ x-api-key: ${connectionConfig.restApiKey}
200
+ docs: https://nango.dev/docs/api-integrations/absorb-lms
201
+ docs_connect: https://nango.dev/docs/api-integrations/absorb-lms/connect
202
+ setup_guide_url: https://nango.dev/docs/api-integrations/absorb-lms/how-to-register-your-own-absorb-lms-api-oauth-app
203
+ connection_config:
204
+ portalRoute:
205
+ type: string
206
+ title: Hostname
207
+ description: The hostname of your Absorb LMS portal.
208
+ example: mycompany.myabsorb.com
209
+ prefix: https://
210
+ format: hostname
211
+ order: 1
212
+ doc_section: '#step-1-finding-your-portal-route'
213
+ restApiKey:
214
+ type: string
215
+ title: REST API Key
216
+ description: Your Absorb LMS REST API Private Key.
217
+ secret: true
218
+ order: 2
219
+ doc_section: '#step-2-finding-your-rest-api-key'
220
+ apiVersion:
221
+ type: string
222
+ title: ''
223
+ description: ''
224
+ default_value: 'v1'
225
+ hidden: true
226
+
105
227
  accelo:
106
228
  display_name: Accelo
107
229
  categories:
@@ -695,6 +817,8 @@ autotask:
695
817
  - support
696
818
  - ticketing
697
819
  auth_mode: API_KEY
820
+ webhook_routing_script: autotaskWebhookRouting
821
+ webhook_user_defined_secret: true
698
822
  proxy:
699
823
  base_url: https://${connectionConfig.subdomain}.autotask.net/atservicesrest
700
824
  headers:
@@ -1028,6 +1152,7 @@ anthropic:
1028
1152
  categories:
1029
1153
  - productivity
1030
1154
  - dev-tools
1155
+ - popular
1031
1156
  auth_mode: API_KEY
1032
1157
  proxy:
1033
1158
  base_url: https://api.anthropic.com
@@ -1176,7 +1301,7 @@ apollo-oauth:
1176
1301
  grant_type: refresh_token
1177
1302
  proxy:
1178
1303
  base_url: https://app.apollo.io/api
1179
- docs: https://nango.dev/docs/api-integrations/apollo-oauth
1304
+ docs: https://nango.dev/docs/integrations/all/apollo-oauth
1180
1305
 
1181
1306
  apple-app-store:
1182
1307
  display_name: Apple App Store
@@ -1341,8 +1466,8 @@ asana-scim:
1341
1466
  - /1.0/scim/Users
1342
1467
  headers:
1343
1468
  authorization: Bearer ${apiKey}
1344
- docs: https://nango.dev/docs/api-integrations/asana-scim
1345
- docs_connect: https://nango.dev/docs/api-integrations/asana-scim/connect
1469
+ docs: https://nango.dev/docs/integrations/all/asana-scim
1470
+ docs_connect: https://nango.dev/docs/integrations/all/asana-scim/connect
1346
1471
  credentials:
1347
1472
  apiKey:
1348
1473
  type: string
@@ -1597,6 +1722,7 @@ attio:
1597
1722
  display_name: Attio
1598
1723
  categories:
1599
1724
  - crm
1725
+ - popular
1600
1726
  auth_mode: OAUTH2
1601
1727
  authorization_url: https://app.attio.com/authorize
1602
1728
  token_url: https://app.attio.com/oauth/token
@@ -1620,7 +1746,7 @@ attio:
1620
1746
  auth0:
1621
1747
  display_name: Auth0
1622
1748
  categories:
1623
- - other
1749
+ - iam
1624
1750
  auth_mode: OAUTH2
1625
1751
  authorization_url: https://${connectionConfig.subdomain}.auth0.com/authorize
1626
1752
  token_url: https://${connectionConfig.subdomain}.auth0.com/oauth/token
@@ -1647,7 +1773,7 @@ auth0:
1647
1773
  auth0-cc:
1648
1774
  display_name: Auth0 (Client Credentials)
1649
1775
  categories:
1650
- - other
1776
+ - iam
1651
1777
  auth_mode: OAUTH2_CC
1652
1778
  body_format: json
1653
1779
  token_url: https://${connectionConfig.hostname}/oauth/token
@@ -1981,17 +2107,21 @@ aws-iam:
1981
2107
  display_name: AWS IAM
1982
2108
  categories:
1983
2109
  - dev-tools
2110
+ - iam
1984
2111
  auth_mode: BASIC
1985
2112
  proxy:
1986
2113
  base_url: https://iam.amazonaws.com
2114
+ headers:
2115
+ authorization: '${awsSigV4(${credentials.username}, ${credentials.password}, us-east-1, iam)}'
2116
+ x-amz-date: '${now:YYYYMMDDTHHmmss[Z]}'
1987
2117
  connection_config:
1988
2118
  region: ${connectionConfig.region}
1989
2119
  retry:
1990
2120
  at:
1991
2121
  - 'x-ratelimit-reset'
1992
2122
  credentials_verification_script: awsIamCredentialsVerification
1993
- docs: https://nango.dev/docs/integrations/all/aws-iam
1994
- docs_connect: https://nango.dev/docs/integrations/all/aws-iam/connect
2123
+ docs: https://nango.dev/docs/api-integrations/aws-iam
2124
+ docs_connect: https://nango.dev/docs/api-integrations/aws-iam/connect
1995
2125
  credentials:
1996
2126
  username:
1997
2127
  type: string
@@ -2014,10 +2144,90 @@ aws-iam:
2014
2144
  pattern: '^[a-z0-9-]+$'
2015
2145
  doc_section: '#step-2-finding-your-region-host'
2016
2146
 
2147
+ aws-inspector2:
2148
+ display_name: AWS Inspector2
2149
+ categories:
2150
+ - dev-tools
2151
+ auth_mode: BASIC
2152
+ proxy:
2153
+ base_url: https://inspector2.${connectionConfig.region}.amazonaws.com
2154
+ headers:
2155
+ authorization: '${awsSigV4(${credentials.username}, ${credentials.password}, ${connectionConfig.region}, inspector2, inspector2.${connectionConfig.region}.amazonaws.com)}'
2156
+ x-amz-date: '${now:YYYYMMDDTHHmmss[Z]}'
2157
+ retry:
2158
+ at:
2159
+ - 'x-ratelimit-reset'
2160
+ credentials_verification_script: awsIamCredentialsVerification
2161
+ docs: https://nango.dev/docs/api-integrations/aws-inspector2
2162
+ docs_connect: https://nango.dev/docs/api-integrations/aws-inspector2/connect
2163
+ credentials:
2164
+ username:
2165
+ type: string
2166
+ title: AWS Access Key ID
2167
+ description: Your Access Key ID.
2168
+ password:
2169
+ type: string
2170
+ title: AWS Secret Access Key
2171
+ description: Your Secret Access Key.
2172
+ connection_config:
2173
+ region:
2174
+ type: string
2175
+ title: Region
2176
+ description: The AWS region where Inspector2 is enabled.
2177
+ example: us-east-1
2178
+ prefix: https://inspector2.
2179
+ suffix: .amazonaws.com
2180
+ pattern: '^[a-z0-9-]+$'
2181
+
2182
+ aws-multi-service:
2183
+ display_name: AWS Multi-Service
2184
+ categories:
2185
+ - dev-tools
2186
+ auth_mode: BASIC
2187
+ proxy:
2188
+ base_url: https://${connectionConfig.service}.${connectionConfig.region}.amazonaws.com
2189
+ headers:
2190
+ authorization: '${awsSigV4(${credentials.username}, ${credentials.password}, ${connectionConfig.region}, ${connectionConfig.service}, ${connectionConfig.service}.${connectionConfig.region}.amazonaws.com)}'
2191
+ x-amz-date: '${now:YYYYMMDDTHHmmss[Z]}'
2192
+ retry:
2193
+ at:
2194
+ - 'x-ratelimit-reset'
2195
+ docs: https://nango.dev/docs/api-integrations/aws-multi-service
2196
+ docs_connect: https://nango.dev/docs/api-integrations/aws-multi-service/connect
2197
+ credentials:
2198
+ username:
2199
+ type: string
2200
+ title: AWS Access Key ID
2201
+ description: Your Access Key ID.
2202
+ example: AKIAI***MPLE
2203
+ pattern: '^[A-Za-z0-9]+$'
2204
+ password:
2205
+ type: string
2206
+ title: AWS Secret Access Key
2207
+ description: Your Secret Access Key.
2208
+ example: wJalr***EKEY
2209
+ pattern: '^[A-Za-z0-9+/]+$'
2210
+ connection_config:
2211
+ service:
2212
+ type: string
2213
+ title: AWS Service
2214
+ description: The AWS service you want to connect to.
2215
+ example: athena
2216
+ pattern: '^[a-z0-9-]+$'
2217
+ order: 2
2218
+ region:
2219
+ type: string
2220
+ title: Region
2221
+ description: The AWS region where the service is available.
2222
+ example: us-east-1
2223
+ pattern: '^[a-z0-9-]+$'
2224
+ order: 1
2225
+
2017
2226
  aws-scim:
2018
2227
  display_name: AWS (SCIM)
2019
2228
  categories:
2020
2229
  - dev-tools
2230
+ - iam
2021
2231
  auth_mode: API_KEY
2022
2232
  proxy:
2023
2233
  base_url: ${connectionConfig.scimEndpoint}
@@ -2130,7 +2340,7 @@ bamboohr:
2130
2340
  request: token
2131
2341
  proxy:
2132
2342
  base_url: https://api.bamboohr.com/api/gateway.php/${connectionConfig.subdomain}
2133
- docs: https://nango.dev/docs/integrations/all/bamboohr
2343
+ docs: https://nango.dev/docs/api-integrations/bamboohr
2134
2344
  setup_guide_url: https://nango.dev/docs/api-integrations/bamboohr/how-to-register-your-own-bamboohr-oauth-app
2135
2345
  docs_connect: https://nango.dev/docs/api-integrations/bamboohr/connect
2136
2346
  connection_config:
@@ -2733,6 +2943,7 @@ breezy-hr:
2733
2943
  display_name: Breezy HR
2734
2944
  categories:
2735
2945
  - hr
2946
+ - ats
2736
2947
  auth_mode: TWO_STEP
2737
2948
  body_format: json
2738
2949
  token_url: https://api.breezy.hr/v3/signin
@@ -2973,6 +3184,7 @@ bullhorn:
2973
3184
  display_name: Bullhorn
2974
3185
  categories:
2975
3186
  - hr
3187
+ - ats
2976
3188
  auth_mode: OAUTH2
2977
3189
  authorization_url: https://auth-west.bullhornstaffing.com/oauth/authorize
2978
3190
  token_url: https://auth-west.bullhornstaffing.com/oauth/token
@@ -3066,8 +3278,12 @@ cal-com-v2:
3066
3278
  content-type: application/json
3067
3279
  endpoints:
3068
3280
  - /me
3069
- docs: https://nango.dev/docs/integrations/all/cal-com-v2
3070
- docs_connect: https://nango.dev/docs/integrations/all/cal-com-v2/connect
3281
+ webhook_routing_script: calComWebhookRouting
3282
+ webhook_user_defined_secret: true
3283
+ webhook_allowed_query_params:
3284
+ - nangoConnectionId
3285
+ docs: https://nango.dev/docs/api-integrations/cal-com-v2
3286
+ docs_connect: https://nango.dev/docs/api-integrations/cal-com-v2/connect
3071
3287
  credentials:
3072
3288
  apiKey:
3073
3289
  type: string
@@ -3095,6 +3311,10 @@ cal-com-oauth:
3095
3311
  retry:
3096
3312
  at:
3097
3313
  - 'x-ratelimit-reset'
3314
+ webhook_routing_script: calComWebhookRouting
3315
+ webhook_user_defined_secret: true
3316
+ webhook_allowed_query_params:
3317
+ - nangoConnectionId
3098
3318
  docs: https://nango.dev/docs/api-integrations/cal-com-oauth
3099
3319
  setup_guide_url: https://nango.dev/docs/api-integrations/cal-com-oauth/how-to-register-your-own-cal-com-oauth-app
3100
3320
 
@@ -3854,7 +4074,7 @@ clerk:
3854
4074
  display_name: Clerk
3855
4075
  categories:
3856
4076
  - dev-tools
3857
- - other
4077
+ - iam
3858
4078
  auth_mode: API_KEY
3859
4079
  proxy:
3860
4080
  base_url: https://api.clerk.com
@@ -3882,7 +4102,7 @@ cloudentity:
3882
4102
  display_name: Cloudentity
3883
4103
  auth_mode: OAUTH2_CC
3884
4104
  categories:
3885
- - other
4105
+ - iam
3886
4106
  token_url: https://${connectionConfig.tenantID}.${connectionConfig.regionID}.authz.cloudentity.io/${connectionConfig.tenantID}/${connectionConfig.workspaceID}/oauth2/token
3887
4107
  scope_separator: ' '
3888
4108
  token_params:
@@ -4240,7 +4460,7 @@ copper-api-key:
4240
4460
  content-type: application/json
4241
4461
  endpoints:
4242
4462
  - /v1/account
4243
- docs_connect: https://nango.dev/docs/integrations/all/copper/connect
4463
+ docs_connect: https://nango.dev/docs/integrations/all/copper-api-key/connect
4244
4464
  credentials:
4245
4465
  apiKey:
4246
4466
  type: string
@@ -4400,7 +4620,6 @@ confluence-basic:
4400
4620
  display_name: Confluence (Basic Auth)
4401
4621
  categories:
4402
4622
  - knowledge-base
4403
- - popular
4404
4623
  auth_mode: BASIC
4405
4624
  proxy:
4406
4625
  base_url: https://${connectionConfig.subdomain}.atlassian.net
@@ -4412,8 +4631,8 @@ confluence-basic:
4412
4631
  content-type: application/json
4413
4632
  endpoints:
4414
4633
  - /wiki/api/v2/spaces
4415
- docs: https://nango.dev/docs/api-integrations/confluence-basic
4416
- docs_connect: https://nango.dev/docs/api-integrations/confluence-basic/connect
4634
+ docs: https://nango.dev/docs/integrations/all/confluence-basic
4635
+ docs_connect: https://nango.dev/docs/integrations/all/confluence-basic/connect
4417
4636
  connection_config:
4418
4637
  subdomain:
4419
4638
  type: string
@@ -4450,8 +4669,8 @@ confluence-data-center:
4450
4669
  after:
4451
4670
  - 'retry-after'
4452
4671
  base_url: https://${connectionConfig.endpointURL}
4453
- docs: https://nango.dev/docs/api-integrations/confluence-data-center
4454
- docs_connect: https://nango.dev/docs/api-integrations/confluence-data-center/connect
4672
+ docs: https://nango.dev/docs/integrations/all/confluence-data-center
4673
+ docs_connect: https://nango.dev/docs/integrations/all/confluence-data-center/connect
4455
4674
  connection_config:
4456
4675
  endpointURL:
4457
4676
  type: string
@@ -4614,6 +4833,40 @@ cyberimpact:
4614
4833
  example: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...'
4615
4834
  doc_section: '#step-1-creating-a-cyberimpact-api-key'
4616
4835
 
4836
+ customer-io:
4837
+ display_name: Customer.io
4838
+ categories:
4839
+ - marketing
4840
+ - analytics
4841
+ auth_mode: BASIC
4842
+ proxy:
4843
+ base_url: https://${connectionConfig.subdomain}.customer.io
4844
+ docs: https://nango.dev/docs/api-integrations/customer-io
4845
+ docs_connect: https://nango.dev/docs/api-integrations/customer-io/connect
4846
+ connection_config:
4847
+ subdomain:
4848
+ type: string
4849
+ title: Subdomain
4850
+ description: The region to where your instance is hosted.
4851
+ pattern: '^cdp(-eu)?$'
4852
+ example: cdp
4853
+ order: 1
4854
+ doc_section: '#step-2-choose-your-subdomain'
4855
+ credentials:
4856
+ username:
4857
+ type: string
4858
+ title: API Key
4859
+ description: Your Customer.io Pipelines API key.
4860
+ pattern: '^[a-f0-9]{20}$'
4861
+ example: 36c7a4***********ab022a3
4862
+ doc_section: '#step-1-getting-authentication-credentials'
4863
+ password:
4864
+ type: string
4865
+ title: ''
4866
+ description: ''
4867
+ default_value: ''
4868
+ hidden: true
4869
+
4617
4870
  cursor:
4618
4871
  display_name: Cursor
4619
4872
  categories:
@@ -4710,7 +4963,6 @@ datev:
4710
4963
  display_name: Datev
4711
4964
  categories:
4712
4965
  - legal
4713
- - hr
4714
4966
  auth_mode: OAUTH2
4715
4967
  authorization_url: https://login.datev.de/openid/authorize
4716
4968
  token_url: https://api.datev.de/token
@@ -5102,6 +5354,45 @@ digitalocean:
5102
5354
  base_url: https://api.digitalocean.com
5103
5355
  docs: https://nango.dev/docs/integrations/all/digitalocean
5104
5356
 
5357
+ digits:
5358
+ display_name: Digits
5359
+ categories:
5360
+ - accounting
5361
+ auth_mode: OAUTH2
5362
+ authorization_url: https://connect.digits.com/v1/oauth/authorize
5363
+ token_url: https://connect.digits.com/v1/oauth/token
5364
+ body_format: json
5365
+ authorization_params:
5366
+ response_type: code
5367
+ token_params:
5368
+ grant_type: authorization_code
5369
+ refresh_params:
5370
+ grant_type: refresh_token
5371
+ proxy:
5372
+ base_url: https://connect.digits.com
5373
+ docs: https://nango.dev/docs/api-integrations/digits
5374
+ setup_guide_url: https://nango.dev/docs/api-integrations/digits/how-to-register-your-own-digits-api-oauth-app
5375
+
5376
+ digits-mcp:
5377
+ display_name: Digits (MCP)
5378
+ categories:
5379
+ - accounting
5380
+ - mcp
5381
+ auth_mode: MCP_OAUTH2
5382
+ client_registration: dynamic
5383
+ authorization_url: https://api.digits.com/oauth/authorize
5384
+ token_url: https://api.digits.com/oauth/token
5385
+ registration_url: https://api.digits.com/oauth/register
5386
+ authorization_params:
5387
+ response_type: code
5388
+ token_params:
5389
+ grant_type: authorization_code
5390
+ refresh_params:
5391
+ grant_type: refresh_token
5392
+ proxy:
5393
+ base_url: https://api.digits.com
5394
+ docs: https://nango.dev/docs/api-integrations/digits-mcp
5395
+
5105
5396
  discord:
5106
5397
  display_name: Discord
5107
5398
  categories:
@@ -5204,6 +5495,30 @@ crisp-plugin-install:
5204
5495
  docs: https://nango.dev/docs/api-integrations/crisp-plugin-install
5205
5496
  setup_guide_url: https://nango.dev/docs/api-integrations/crisp-plugin-install/how-to-register-your-own-crisp-plugin
5206
5497
 
5498
+ crunchbase:
5499
+ display_name: Crunchbase
5500
+ categories:
5501
+ - crm
5502
+ auth_mode: API_KEY
5503
+ proxy:
5504
+ base_url: https://api.crunchbase.com/
5505
+ headers:
5506
+ x-cb-user-key: ${apiKey}
5507
+ verification:
5508
+ method: GET
5509
+ endpoints:
5510
+ - /v4/data/autocompletes?query=instantly&limit=1
5511
+ docs: https://nango.dev/docs/api-integrations/crunchbase
5512
+ docs_connect: https://nango.dev/docs/api-integrations/crunchbase/connect
5513
+ credentials:
5514
+ apiKey:
5515
+ type: string
5516
+ title: API Key
5517
+ description: Your Crunchbase API key.
5518
+ doc_section: '#step-1-get-your-api-key'
5519
+ pattern: '^[a-zA-Z0-9]{32}$'
5520
+ example: 0f9c************************5336
5521
+
5207
5522
  dixa:
5208
5523
  display_name: Dixa
5209
5524
  categories:
@@ -5450,13 +5765,13 @@ drata:
5450
5765
  cisco-duo-admin:
5451
5766
  display_name: Cisco Duo Admin API
5452
5767
  categories:
5453
- - other
5768
+ - iam
5454
5769
  auth_mode: BASIC
5455
5770
  proxy:
5456
5771
  base_url: https://${connectionConfig.hostname}
5457
5772
  headers:
5458
5773
  date: '${now:ddd, DD MMM YYYY HH:mm:ss ZZ}'
5459
- authorization: "Basic ${base64(${credentials.username}:${hmacSha1Hex(${now:ddd, DD MMM YYYY HH:mm:ss ZZ}\n${method}\n${connectionConfig.hostname}\n${path}\n${params}, ${credentials.password})})}"
5774
+ authorization: "Basic ${base64(${credentials.username}:${hmacSha1Hex(${now:ddd, DD MMM YYYY HH:mm:ss ZZ}\n${method}\n${host}\n${path}\n${params}, ${credentials.password})})}"
5460
5775
  retry:
5461
5776
  after:
5462
5777
  - 'retry-after'
@@ -5854,6 +6169,31 @@ envoy:
5854
6169
  base_url: https://api.envoy.com
5855
6170
  docs: https://nango.dev/docs/integrations/all/envoy
5856
6171
 
6172
+ epc-gov-uk:
6173
+ display_name: Energy Performance Certificates (Gov.UK)
6174
+ categories:
6175
+ - other
6176
+ auth_mode: API_KEY
6177
+ proxy:
6178
+ base_url: https://api.get-energy-performance-data.communities.gov.uk
6179
+ headers:
6180
+ authorization: Bearer ${apiKey}
6181
+ accept: application/json
6182
+ verification:
6183
+ method: GET
6184
+ endpoints:
6185
+ - /api/codes
6186
+ docs: https://nango.dev/docs/api-integrations/epc-gov-uk
6187
+ docs_connect: https://nango.dev/docs/api-integrations/epc-gov-uk/connect
6188
+ credentials:
6189
+ apiKey:
6190
+ type: string
6191
+ title: API Key
6192
+ description: The API bearer token of your account.
6193
+ pattern: '^[A-Za-z0-9]{64}$'
6194
+ example: 'a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2'
6195
+ doc_section: '#step-2-finding-your-api-key'
6196
+
5857
6197
  epic-games:
5858
6198
  display_name: Epic Games
5859
6199
  categories:
@@ -5914,6 +6254,26 @@ eventbrite:
5914
6254
  base_url: https://www.eventbriteapi.com
5915
6255
  docs: https://nango.dev/docs/integrations/all/eventbrite
5916
6256
 
6257
+ etsy:
6258
+ display_name: Etsy
6259
+ categories:
6260
+ - e-commerce
6261
+ auth_mode: OAUTH2
6262
+ authorization_url: https://www.etsy.com/oauth/connect
6263
+ token_url: https://api.etsy.com/v3/public/oauth/token
6264
+ authorization_params:
6265
+ response_type: code
6266
+ token_params:
6267
+ grant_type: authorization_code
6268
+ refresh_params:
6269
+ grant_type: refresh_token
6270
+ proxy:
6271
+ base_url: https://api.etsy.com
6272
+ headers:
6273
+ x-api-key: ${clientId}:${clientSecret}
6274
+ docs: https://nango.dev/docs/api-integrations/etsy
6275
+ setup_guide_url: https://nango.dev/docs/api-integrations/etsy/how-to-register-your-own-etsy-api-oauth-app
6276
+
5917
6277
  exa:
5918
6278
  display_name: Exa
5919
6279
  categories:
@@ -6206,6 +6566,34 @@ fellow:
6206
6566
  pattern: '^[a-f0-9]{64}$'
6207
6567
  doc_section: '#step-2-generating-your-api-key'
6208
6568
 
6569
+ fern:
6570
+ display_name: Fern (Public API)
6571
+ categories:
6572
+ - dev-tools
6573
+ auth_mode: API_KEY
6574
+ proxy:
6575
+ base_url: https://${connectionConfig.baseUrl}
6576
+ headers:
6577
+ fern_api_key: ${apiKey}
6578
+ docs: https://nango.dev/docs/api-integrations/fern
6579
+ docs_connect: https://nango.dev/docs/api-integrations/fern/connect
6580
+ credentials:
6581
+ apiKey:
6582
+ type: string
6583
+ title: Fern API key
6584
+ description: Your Fern API key.
6585
+ doc_section: '#step-1-generate-your-fern-api-key'
6586
+ connection_config:
6587
+ baseUrl:
6588
+ type: string
6589
+ title: Docs URL
6590
+ description: The domain of your Fern docs site.
6591
+ example: docs.example.com
6592
+ format: hostname
6593
+ prefix: https://
6594
+ order: 1
6595
+ doc_section: '#step-2-find-your-docs-url'
6596
+
6209
6597
  freeagent:
6210
6598
  display_name: FreeAgent
6211
6599
  categories:
@@ -6773,6 +7161,7 @@ freshteam:
6773
7161
  display_name: Freshteam
6774
7162
  categories:
6775
7163
  - hr
7164
+ - ats
6776
7165
  auth_mode: API_KEY
6777
7166
  proxy:
6778
7167
  base_url: https://${connectionConfig.accountName}.freshteam.com
@@ -6801,19 +7190,60 @@ freshteam:
6801
7190
  example: 'XtoF94LMNyKPbd5AvR1QJh'
6802
7191
  pattern: '^[a-zA-Z0-9_!@#$%^&*()\\-+=]+$'
6803
7192
 
6804
- front:
6805
- display_name: Front
7193
+ freshworks:
7194
+ display_name: Freshworks
6806
7195
  categories:
7196
+ - crm
6807
7197
  - support
6808
- - ticketing
6809
7198
  auth_mode: OAUTH2
6810
- authorization_url: https://app.frontapp.com/oauth/authorize
6811
- token_url: https://app.frontapp.com/oauth/token
6812
- proxy:
6813
- base_url: https://api2.frontapp.com
6814
- retry:
6815
- after:
6816
- - 'retry-after'
7199
+ authorization_url: https://${connectionConfig.hostname}/org/oauth/v2/authorize
7200
+ token_url: https://${connectionConfig.hostname}/org/oauth/v2/token
7201
+ disable_pkce: true
7202
+ token_request_auth_method: basic
7203
+ authorization_params:
7204
+ response_type: code
7205
+ token_params:
7206
+ grant_type: authorization_code
7207
+ refresh_params:
7208
+ grant_type: refresh_token
7209
+ proxy:
7210
+ base_url: https://${connectionConfig.bundleAlias}
7211
+ retry:
7212
+ after:
7213
+ - 'retry-after'
7214
+ docs: https://nango.dev/docs/api-integrations/freshworks
7215
+ docs_connect: https://nango.dev/docs/api-integrations/freshworks/connect
7216
+ connection_config:
7217
+ hostname:
7218
+ type: string
7219
+ title: Freshworks Hostname
7220
+ description: The hostname of your Freshworks account.
7221
+ format: hostname
7222
+ example: acme.myfreshworks.com
7223
+ prefix: https://
7224
+ doc_section: '#step-1-finding-your-freshworks-hostname'
7225
+ bundleAlias:
7226
+ type: string
7227
+ title: API Hostname
7228
+ description: The hostname of your Freshworks product used for API calls.
7229
+ format: hostname
7230
+ example: acme.freshservice.com
7231
+ prefix: https://
7232
+ doc_section: '#step-2-finding-your-api-hostname'
7233
+
7234
+ front:
7235
+ display_name: Front
7236
+ categories:
7237
+ - support
7238
+ - ticketing
7239
+ auth_mode: OAUTH2
7240
+ authorization_url: https://app.frontapp.com/oauth/authorize
7241
+ token_url: https://app.frontapp.com/oauth/token
7242
+ proxy:
7243
+ base_url: https://api2.frontapp.com
7244
+ retry:
7245
+ after:
7246
+ - 'retry-after'
6817
7247
  paginate:
6818
7248
  type: link
6819
7249
  response_path: _results
@@ -7011,6 +7441,26 @@ gerrit:
7011
7441
  doc_section: '#step-1-finding-your-host'
7012
7442
  order: 1
7013
7443
 
7444
+ getty-images:
7445
+ display_name: Getty Images
7446
+ categories:
7447
+ - design
7448
+ auth_mode: OAUTH2
7449
+ authorization_url: https://authentication.gettyimages.com/oauth2/auth
7450
+ token_url: https://authentication.gettyimages.com/oauth2/token
7451
+ authorization_params:
7452
+ response_type: code
7453
+ token_params:
7454
+ grant_type: authorization_code
7455
+ refresh_params:
7456
+ grant_type: refresh_token
7457
+ proxy:
7458
+ base_url: https://api.gettyimages.com
7459
+ headers:
7460
+ api-key: ${clientId}
7461
+ docs: https://nango.dev/docs/api-integrations/getty-images
7462
+ setup_guide_url: https://nango.dev/docs/api-integrations/getty-images/how-to-register-your-own-getty-images-oauth-app
7463
+
7014
7464
  grammarly:
7015
7465
  display_name: Grammarly
7016
7466
  categories:
@@ -7033,7 +7483,7 @@ grammarly:
7033
7483
  grammarly-scim:
7034
7484
  display_name: Grammarly SCIM
7035
7485
  categories:
7036
- - hr
7486
+ - productivity
7037
7487
  auth_mode: API_KEY
7038
7488
  proxy:
7039
7489
  base_url: https://sso.grammarly.com
@@ -7652,7 +8102,8 @@ google-chat:
7652
8102
  - productivity
7653
8103
  proxy:
7654
8104
  base_url: https://chat.googleapis.com
7655
- docs: https://nango.dev/docs/integrations/all/google-chat
8105
+ docs: https://nango.dev/docs/api-integrations/google-chat
8106
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-chat/how-to-register-your-own-google-chat-api-oauth-app
7656
8107
 
7657
8108
  google-docs:
7658
8109
  display_name: Google Docs
@@ -7724,7 +8175,8 @@ google-slides:
7724
8175
  alias: google
7725
8176
  proxy:
7726
8177
  base_url: https://slides.googleapis.com
7727
- docs: https://nango.dev/docs/integrations/all/google-slides
8178
+ docs: https://nango.dev/docs/api-integrations/google-slides
8179
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-slides/how-to-register-your-own-google-slides-api-oauth-app
7728
8180
 
7729
8181
  google-drive:
7730
8182
  display_name: Google Drive
@@ -7808,7 +8260,8 @@ google-cloud-storage:
7808
8260
  alias: google
7809
8261
  categories:
7810
8262
  - storage
7811
- docs: https://nango.dev/docs/integrations/all/google-cloud-storage
8263
+ docs: https://nango.dev/docs/api-integrations/google-cloud-storage
8264
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-cloud-storage/how-to-register-your-own-google-cloud-storage-api-oauth-app
7812
8265
 
7813
8266
  google-workspace-admin:
7814
8267
  display_name: Google Workspace Admin
@@ -7817,7 +8270,8 @@ google-workspace-admin:
7817
8270
  - productivity
7818
8271
  proxy:
7819
8272
  base_url: https://admin.googleapis.com
7820
- docs: https://nango.dev/docs/integrations/all/google-workspace-admin
8273
+ docs: https://nango.dev/docs/api-integrations/google-workspace-admin
8274
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-workspace-admin/how-to-register-your-own-google-workspace-admin-api-oauth-app
7821
8275
 
7822
8276
  google-service-account:
7823
8277
  display_name: Google Service Account
@@ -8546,6 +9000,37 @@ heap:
8546
9000
  format: uuid
8547
9001
  doc_section: '#step-1-generating-your-api-key-and-app-id'
8548
9002
 
9003
+ hex:
9004
+ display_name: Hex
9005
+ categories:
9006
+ - analytics
9007
+ auth_mode: API_KEY
9008
+ proxy:
9009
+ base_url: https://${connectionConfig.subdomain}.hex.tech/api
9010
+ headers:
9011
+ authorization: Bearer ${apiKey}
9012
+ retry:
9013
+ after:
9014
+ - 'retry-after'
9015
+ docs: https://nango.dev/docs/api-integrations/hex
9016
+ docs_connect: https://nango.dev/docs/api-integrations/hex/connect
9017
+ credentials:
9018
+ apiKey:
9019
+ type: string
9020
+ title: API Token
9021
+ description: Your Hex API Token.
9022
+ example: hxtp_a1b2c3d4e5f6***
9023
+ pattern: '^hxt[pw]_[a-f0-9]+$'
9024
+ doc_section: '#step-1-creating-your-api-token'
9025
+ connection_config:
9026
+ subdomain:
9027
+ type: string
9028
+ title: Subdomain
9029
+ description: Your Hex subdomain.
9030
+ pattern: '^[a-z0-9]([a-z0-9-]*[a-z0-9])?$'
9031
+ example: app
9032
+ doc_section: '#step-2-finding-your-subdomain'
9033
+
8549
9034
  heyreach:
8550
9035
  display_name: HeyReach
8551
9036
  categories:
@@ -8749,6 +9234,38 @@ hover:
8749
9234
  base_url: https://api.hover.to
8750
9235
  docs: https://nango.dev/docs/integrations/all/hover
8751
9236
 
9237
+ huntress:
9238
+ display_name: Huntress
9239
+ categories:
9240
+ - other
9241
+ auth_mode: BASIC
9242
+ proxy:
9243
+ base_url: https://api.huntress.io
9244
+ verification:
9245
+ method: GET
9246
+ headers:
9247
+ content-type: application/json
9248
+ endpoints:
9249
+ - /v1/organizations
9250
+ docs: https://nango.dev/docs/api-integrations/huntress
9251
+ docs_connect: https://nango.dev/docs/api-integrations/huntress/connect
9252
+ credentials:
9253
+ username:
9254
+ type: string
9255
+ title: API Key
9256
+ description: Your Huntress API key.
9257
+ pattern: '^hk_[A-Za-z0-9]+$'
9258
+ example: hk_XXXXXXXXXXXXXXXX
9259
+ doc_section: '#step-1-generate-api-keys'
9260
+ password:
9261
+ type: string
9262
+ title: API Secret
9263
+ description: Your Huntress API secret.
9264
+ secret: true
9265
+ pattern: '^hs_[A-Za-z0-9]+$'
9266
+ example: hs_XXXXXXXXXXXXXXXX
9267
+ doc_section: '#step-1-generate-api-keys'
9268
+
8752
9269
  hubspot:
8753
9270
  display_name: HubSpot
8754
9271
  categories:
@@ -9092,6 +9609,7 @@ jazzhr:
9092
9609
  display_name: JazzHR
9093
9610
  categories:
9094
9611
  - hr
9612
+ - ats
9095
9613
  auth_mode: API_KEY
9096
9614
  proxy:
9097
9615
  base_url: https://api.resumatorapi.com
@@ -9112,6 +9630,39 @@ jazzhr:
9112
9630
  description: Your JazzHR API Key
9113
9631
  doc_section: '#step-1-finding-your-api-key'
9114
9632
 
9633
+ jiminny:
9634
+ display_name: Jiminny
9635
+ categories:
9636
+ - productivity
9637
+ - communication
9638
+ auth_mode: API_KEY
9639
+ proxy:
9640
+ base_url: https://app.jiminny.${connectionConfig.region}/customer/api
9641
+ headers:
9642
+ authorization: Bearer ${apiKey}
9643
+ verification:
9644
+ method: GET
9645
+ endpoints:
9646
+ - /v1/me
9647
+ docs: https://nango.dev/docs/api-integrations/jiminny
9648
+ docs_connect: https://nango.dev/docs/api-integrations/jiminny/connect
9649
+ connection_config:
9650
+ region:
9651
+ type: string
9652
+ title: Region
9653
+ description: The region your Jiminny account is hosted in.
9654
+ pattern: '^(eu|com)$'
9655
+ example: eu
9656
+ doc_section: '#step-1-find-your-region'
9657
+ credentials:
9658
+ apiKey:
9659
+ type: string
9660
+ title: API Key
9661
+ description: Your Jiminny API key.
9662
+ example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
9663
+ pattern: '^eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$'
9664
+ doc_section: '#step-2-generate-an-api-key'
9665
+
9115
9666
  jira:
9116
9667
  display_name: Jira (OAuth)
9117
9668
  categories:
@@ -9307,6 +9858,7 @@ jobadder:
9307
9858
  display_name: Jobadder
9308
9859
  categories:
9309
9860
  - hr
9861
+ - ats
9310
9862
  auth_mode: OAUTH2
9311
9863
  authorization_url: https://id.jobadder.com/connect/authorize
9312
9864
  token_url: https://id.jobadder.com/connect/token
@@ -9435,7 +9987,7 @@ jotform:
9435
9987
  jumpcloud:
9436
9988
  display_name: JumpCloud
9437
9989
  categories:
9438
- - other
9990
+ - iam
9439
9991
  auth_mode: API_KEY
9440
9992
  proxy:
9441
9993
  base_url: https://console.jumpcloud.com/api
@@ -9651,22 +10203,16 @@ kintone-user-api:
9651
10203
  pattern: '^[a-z0-9_-]+$'
9652
10204
 
9653
10205
  knowbe4:
9654
- display_name: KnowBe4 (Reporting)
10206
+ display_name: KnowBe4
9655
10207
  categories:
9656
10208
  - support
9657
10209
  auth_mode: API_KEY
9658
10210
  proxy:
9659
10211
  base_url: https://${connectionConfig.subdomain}.knowbe4.com
9660
- verification:
9661
- method: GET
9662
- headers:
9663
- content-type: application/json
9664
- endpoints:
9665
- - /v1/users
9666
10212
  headers:
9667
10213
  authorization: Bearer ${apiKey}
9668
- docs: https://nango.dev/docs/integrations/all/knowbe4
9669
- docs_connect: https://nango.dev/docs/integrations/all/knowbe4/connect
10214
+ docs: https://nango.dev/docs/api-integrations/knowbe4
10215
+ docs_connect: https://nango.dev/docs/api-integrations/knowbe4/connect
9670
10216
  credentials:
9671
10217
  apiKey:
9672
10218
  type: string
@@ -9777,6 +10323,33 @@ klicktipp:
9777
10323
  docs: https://nango.dev/docs/api-integrations/klicktipp
9778
10324
  docs_connect: https://nango.dev/docs/api-integrations/klicktipp/connect
9779
10325
 
10326
+ kno-commerce:
10327
+ display_name: Kno Commerce
10328
+ categories:
10329
+ - e-commerce
10330
+ auth_mode: OAUTH2_CC
10331
+ token_url: https://app-api.knocommerce.com/api/oauth2/token
10332
+ token_request_auth_method: basic
10333
+ body_format: query
10334
+ token_params:
10335
+ grant_type: client_credentials
10336
+ proxy:
10337
+ base_url: https://app-api.knocommerce.com
10338
+ docs: https://nango.dev/docs/api-integrations/kno-commerce
10339
+ docs_connect: https://nango.dev/docs/api-integrations/kno-commerce/connect
10340
+ credentials:
10341
+ client_id:
10342
+ type: string
10343
+ title: Client ID
10344
+ description: Your Kno Commerce API client ID
10345
+ doc_section: '#step-1-creating-an-api-client'
10346
+ client_secret:
10347
+ type: string
10348
+ title: Client Secret
10349
+ description: Your Kno Commerce API client secret
10350
+ secret: true
10351
+ doc_section: '#step-1-creating-an-api-client'
10352
+
9780
10353
  kustomer:
9781
10354
  display_name: Kustomer
9782
10355
  categories:
@@ -10127,6 +10700,24 @@ linkhut:
10127
10700
  base_url: https://api.ln.ht
10128
10701
  docs: https://nango.dev/docs/integrations/all/linkhut
10129
10702
 
10703
+ lokalise:
10704
+ display_name: Lokalise
10705
+ categories:
10706
+ - productivity
10707
+ auth_mode: OAUTH2
10708
+ authorization_url: https://app.lokalise.com/oauth2/auth
10709
+ token_url: https://app.lokalise.com/oauth2/token
10710
+ body_format: json
10711
+ token_params:
10712
+ grant_type: authorization_code
10713
+ refresh_params:
10714
+ grant_type: refresh_token
10715
+ disable_pkce: true
10716
+ proxy:
10717
+ base_url: https://api.lokalise.com/api2
10718
+ docs: https://nango.dev/docs/api-integrations/lokalise
10719
+ setup_guide_url: https://nango.dev/docs/api-integrations/lokalise/how-to-register-your-own-lokalise-oauth-app
10720
+
10130
10721
  loom-scim:
10131
10722
  display_name: Loom (SCIM)
10132
10723
  categories:
@@ -10196,8 +10787,8 @@ loop-returns:
10196
10787
  headers:
10197
10788
  x-authorization: ${apiKey}
10198
10789
  base_url: https://api.loopreturns.com/api
10199
- docs: https://docs.nango.dev/integrations/all/loop-returns
10200
- docs_connect: https://docs.nango.dev/integrations/all/loop-returns/connect
10790
+ docs: https://nango.dev/docs/integrations/all/loop-returns
10791
+ docs_connect: https://nango.dev/docs/integrations/all/loop-returns/connect
10201
10792
  credentials:
10202
10793
  apiKey:
10203
10794
  type: string
@@ -10231,7 +10822,7 @@ looker:
10231
10822
  prefix: https://
10232
10823
  example: mycompany.looker.com
10233
10824
  order: 1
10234
- format: hostname
10825
+ pattern: '^[a-zA-Z0-9.-]+(:[0-9]+)?$'
10235
10826
  doc_section: '#step-1-finding-your-looker-hostname'
10236
10827
  credentials:
10237
10828
  clientId:
@@ -10246,6 +10837,47 @@ looker:
10246
10837
  secret: true
10247
10838
  doc_section: '#step-2-obtaining-your-client-credentials'
10248
10839
 
10840
+ looker-oauth:
10841
+ display_name: Looker (OAuth)
10842
+ categories:
10843
+ - analytics
10844
+ auth_mode: OAUTH2
10845
+ authorization_url: https://${connectionConfig.hostname}/auth
10846
+ token_url: https://${connectionConfig.apiHostname}/api/token
10847
+ authorization_params:
10848
+ response_type: code
10849
+ default_scopes:
10850
+ - cors_api
10851
+ body_format: json
10852
+ token_params:
10853
+ grant_type: authorization_code
10854
+ refresh_params:
10855
+ grant_type: refresh_token
10856
+ proxy:
10857
+ base_url: https://${connectionConfig.apiHostname}/api
10858
+ docs: https://nango.dev/docs/api-integrations/looker-oauth
10859
+ setup_guide_url: https://nango.dev/docs/api-integrations/looker-oauth/how-to-register-your-own-looker-oauth-app
10860
+ docs_connect: https://nango.dev/docs/api-integrations/looker-oauth/connect
10861
+ connection_config:
10862
+ hostname:
10863
+ type: string
10864
+ title: Looker UI Hostname
10865
+ description: Your Looker instance UI hostname.
10866
+ format: hostname
10867
+ prefix: https://
10868
+ example: mycompany.looker.com
10869
+ order: 1
10870
+ doc_section: '#step-1-finding-your-looker-ui-hostname'
10871
+ apiHostname:
10872
+ type: string
10873
+ title: Looker API Hostname
10874
+ description: Your Looker API hostname including port.
10875
+ pattern: '^[a-zA-Z0-9.-]+(:[0-9]+)?$'
10876
+ prefix: https://
10877
+ example: mycompany.looker.com:19999
10878
+ order: 2
10879
+ doc_section: '#step-2-finding-your-looker-api-hostname'
10880
+
10249
10881
  lucid-scim:
10250
10882
  display_name: Lucid (SCIM)
10251
10883
  categories:
@@ -10395,7 +11027,7 @@ lob:
10395
11027
  title: Secret API Key
10396
11028
  description: Your Lob Secret API Key.
10397
11029
  secret: true
10398
- example: 'test_0dc8d***************************5b0cc'
11030
+ example: 'live_0dc8d***************************5b0cc'
10399
11031
  pattern: '^(test|live)_[a-f0-9]{35}$'
10400
11032
  doc_section: '#step-1-getting-your-secret-api-key'
10401
11033
  password:
@@ -10536,6 +11168,7 @@ manatal:
10536
11168
  categories:
10537
11169
  - crm
10538
11170
  - hr
11171
+ - ats
10539
11172
  proxy:
10540
11173
  base_url: https://api.manatal.com/open/v3
10541
11174
  verification:
@@ -10679,7 +11312,7 @@ metabase:
10679
11312
  - analytics
10680
11313
  auth_mode: API_KEY
10681
11314
  proxy:
10682
- base_url: https://${connectionConfig.domain}.com
11315
+ base_url: https://${connectionConfig.hostname} || https://${connectionConfig.domain}.com
10683
11316
  headers:
10684
11317
  x-api-key: ${apiKey}
10685
11318
  verification:
@@ -10688,22 +11321,32 @@ metabase:
10688
11321
  content-type: application/json
10689
11322
  endpoints:
10690
11323
  - /api/database
10691
- docs: https://nango.dev/docs/integrations/all/metabase
10692
- docs_connect: https://nango.dev/docs/integrations/all/metabase/connect
11324
+ docs: https://nango.dev/docs/api-integrations/metabase
11325
+ docs_connect: https://nango.dev/docs/api-integrations/metabase/connect
10693
11326
  connection_config:
11327
+ hostname:
11328
+ type: string
11329
+ title: Hostname
11330
+ description: The Metabase hostname
11331
+ example: acme.metabaseapp.com
11332
+ format: hostname
11333
+ prefix: https://
11334
+ order: 1
11335
+ doc_section: '#step-1-finding-your-metabase-hostname'
10694
11336
  domain:
10695
11337
  type: string
10696
- title: Metabase Domain
10697
- description: The domain (without the extension) of your Metabase account
10698
- pattern: '^[a-z0-9.-]+$'
10699
- example: metabase
10700
- doc_section: '#step-2-finding-your-metabase-domain'
11338
+ title: ''
11339
+ description: ''
11340
+ default_value: ''
11341
+ hidden: true # deprecating this in favor of hostname
10701
11342
  credentials:
10702
11343
  apiKey:
10703
11344
  type: string
10704
11345
  title: API Key
10705
11346
  description: The API key for your Metabase account
10706
- doc_section: '#step-1-generating-an-api-key'
11347
+ example: mb_**************************kR9mZw=
11348
+ pattern: '^mb_[A-Za-z0-9+/]+=*$'
11349
+ doc_section: '#step-2-generating-an-api-key'
10707
11350
 
10708
11351
  mercury:
10709
11352
  display_name: Mercury
@@ -10764,6 +11407,7 @@ microsoft-admin:
10764
11407
  - communication
10765
11408
  - dev-tools
10766
11409
  - productivity
11410
+ - iam
10767
11411
  authorization_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/adminconsent
10768
11412
  token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/v2.0/token
10769
11413
  authorization_code_param_in_callback: tenant
@@ -10850,8 +11494,8 @@ microsoft-oauth2-cc:
10850
11494
  webhook_user_defined_secret: true
10851
11495
  webhook_allowed_query_params:
10852
11496
  - validationToken
10853
- docs: https://nango.dev/docs/integrations/all/microsoft-oauth2-cc
10854
- docs_connect: https://nango.dev/docs/integrations/all/microsoft-oauth2-cc/connect
11497
+ docs: https://nango.dev/docs/api-integrations/microsoft-oauth2-cc
11498
+ docs_connect: https://nango.dev/docs/api-integrations/microsoft-oauth2-cc/connect
10855
11499
  connection_config:
10856
11500
  tenantId:
10857
11501
  type: string
@@ -10974,7 +11618,7 @@ microsoft-ads:
10974
11618
  microsoft-entra-id:
10975
11619
  display_name: Microsoft Entra ID
10976
11620
  categories:
10977
- - other
11621
+ - iam
10978
11622
  alias: microsoft
10979
11623
  docs: https://nango.dev/docs/integrations/all/microsoft-entra-id
10980
11624
 
@@ -11046,6 +11690,42 @@ maximizer-on-premise:
11046
11690
  example: maximizer.mycompany.com
11047
11691
  format: hostname
11048
11692
 
11693
+ maxio:
11694
+ display_name: Maxio
11695
+ categories:
11696
+ - payment
11697
+ auth_mode: BASIC
11698
+ proxy:
11699
+ base_url: https://${connectionConfig.hostname}
11700
+ verification:
11701
+ method: GET
11702
+ endpoints:
11703
+ - /subscriptions.json
11704
+ docs: https://nango.dev/docs/api-integrations/maxio
11705
+ docs_connect: https://nango.dev/docs/api-integrations/maxio/connect
11706
+ credentials:
11707
+ username:
11708
+ type: string
11709
+ title: API Key
11710
+ description: Your Maxio API Key.
11711
+ doc_section: '#step-2-retrieving-your-api-key'
11712
+ password:
11713
+ type: string
11714
+ title: ''
11715
+ description: ''
11716
+ default_value: 'X'
11717
+ hidden: true
11718
+ connection_config:
11719
+ hostname:
11720
+ type: string
11721
+ title: Hostname
11722
+ description: Your Maxio site hostname.
11723
+ pattern: '^[a-zA-Z0-9-]+\.(chargify\.com|ebilling\.maxio\.com)$'
11724
+ example: acme.chargify.com
11725
+ prefix: https://
11726
+ order: 1
11727
+ doc_section: '#step-1-finding-your-hostname'
11728
+
11049
11729
  mindbody:
11050
11730
  display_name: Mindbody
11051
11731
  categories:
@@ -11375,6 +12055,28 @@ momentum-io:
11375
12055
  description: The API key for your Make account
11376
12056
  doc_section: '#step-1-generating-an-api-key'
11377
12057
 
12058
+ modjo-ai:
12059
+ display_name: Modjo AI
12060
+ categories:
12061
+ - crm
12062
+ auth_mode: API_KEY
12063
+ proxy:
12064
+ base_url: https://api.modjo.ai
12065
+ headers:
12066
+ x-api-key: ${apiKey}
12067
+ verification:
12068
+ method: GET
12069
+ endpoints:
12070
+ - /v1/users?page=1&perPage=1
12071
+ docs: https://nango.dev/docs/api-integrations/modjo-ai
12072
+ docs_connect: https://nango.dev/docs/api-integrations/modjo-ai/connect
12073
+ credentials:
12074
+ apiKey:
12075
+ type: string
12076
+ title: API Key
12077
+ description: Your Modjo AI API key.
12078
+ doc_section: '#step-1-generate-your-api-key'
12079
+
11378
12080
  mollie:
11379
12081
  display_name: Mollie
11380
12082
  categories:
@@ -11745,6 +12447,48 @@ nocrm:
11745
12447
  order: 1
11746
12448
  doc_section: '#step-1-finding-your-subdomain'
11747
12449
 
12450
+ northbeam:
12451
+ display_name: Northbeam
12452
+ categories:
12453
+ - analytics
12454
+ - marketing
12455
+ auth_mode: API_KEY
12456
+ proxy:
12457
+ base_url: https://${connectionConfig.subdomain}.northbeam.io
12458
+ headers:
12459
+ authorization: ${apiKey}
12460
+ data-client-id: ${connectionConfig.dataClientId}
12461
+ verification:
12462
+ method: GET
12463
+ endpoints:
12464
+ - /v1/exports/attribution-models
12465
+ docs: https://nango.dev/docs/api-integrations/northbeam
12466
+ docs_connect: https://nango.dev/docs/api-integrations/northbeam/connect
12467
+ connection_config:
12468
+ subdomain:
12469
+ type: string
12470
+ title: API Subdomain
12471
+ description: Use 'api' for production or 'api-uat' for testing/development.
12472
+ pattern: '^api(-uat)?$'
12473
+ example: api
12474
+ order: 1
12475
+ doc_section: '#step-1-getting-authentication-credentials'
12476
+ dataClientId:
12477
+ type: string
12478
+ title: Data Client ID
12479
+ description: Your Northbeam Data Client ID (UUID).
12480
+ format: uuid
12481
+ example: '123e4567-e89b-12d3-a456-426614174000'
12482
+ doc_section: '#step-1-getting-authentication-credentials'
12483
+ credentials:
12484
+ apiKey:
12485
+ type: string
12486
+ title: API Key
12487
+ description: Your Northbeam API Key.
12488
+ format: uuid
12489
+ example: f1c2d3a4-5b67-4c89-ae01-123456789abc
12490
+ doc_section: '#step-1-getting-authentication-credentials'
12491
+
11748
12492
  notion:
11749
12493
  display_name: Notion
11750
12494
  categories:
@@ -11862,11 +12606,38 @@ nyne-ai:
11862
12606
  example: '97e7********0463'
11863
12607
  doc_section: '#step-1-getting-your-api-credentials'
11864
12608
 
11865
- odoo:
11866
- display_name: Odoo (OAuth)
12609
+ ocean-io:
12610
+ display_name: Ocean.io
11867
12611
  categories:
11868
- - erp
11869
- auth_mode: OAUTH2
12612
+ - crm
12613
+ auth_mode: API_KEY
12614
+ proxy:
12615
+ base_url: https://api.ocean.io
12616
+ headers:
12617
+ x-api-token: ${apiKey}
12618
+ retry:
12619
+ after:
12620
+ - 'retry-after'
12621
+ verification:
12622
+ method: GET
12623
+ endpoints:
12624
+ - /v2/credits/balance
12625
+ docs: https://nango.dev/docs/api-integrations/ocean-io
12626
+ docs_connect: https://nango.dev/docs/api-integrations/ocean-io/connect
12627
+ credentials:
12628
+ apiKey:
12629
+ type: string
12630
+ title: API Token
12631
+ description: Your Ocean.io API token.
12632
+ example: api_7Zs******_************************mhS
12633
+ pattern: '^api_[A-Za-z0-9]+_[A-Za-z0-9]+'
12634
+ doc_section: '#step-1-generate-your-api-token'
12635
+
12636
+ odoo:
12637
+ display_name: Odoo (OAuth)
12638
+ categories:
12639
+ - erp
12640
+ auth_mode: OAUTH2
11870
12641
  authorization_url: https://${connectionConfig.serverUrl}/restapi/1.0/common/oauth2/authorize
11871
12642
  token_url: https://${connectionConfig.serverUrl}/restapi/1.0/common/oauth2/access_token
11872
12643
  authorization_params:
@@ -11936,6 +12707,7 @@ okta:
11936
12707
  auth_mode: OAUTH2
11937
12708
  categories:
11938
12709
  - dev-tools
12710
+ - iam
11939
12711
  authorization_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/authorize
11940
12712
  token_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/token
11941
12713
  authorization_params:
@@ -11969,6 +12741,7 @@ okta-cc:
11969
12741
  display_name: Okta (Client Credentials)
11970
12742
  categories:
11971
12743
  - dev-tools
12744
+ - iam
11972
12745
  auth_mode: OAUTH2_CC
11973
12746
  token_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/token
11974
12747
  token_request_auth_method: private_key_jwt
@@ -12019,6 +12792,7 @@ okta-preview:
12019
12792
  display_name: Okta (Preview)
12020
12793
  categories:
12021
12794
  - dev-tools
12795
+ - iam
12022
12796
  authorization_url: https://${connectionConfig.subdomain}.oktapreview.com/oauth2/v1/authorize
12023
12797
  token_url: https://${connectionConfig.subdomain}.oktapreview.com/oauth2/v1/token
12024
12798
  proxy:
@@ -12099,6 +12873,7 @@ onelogin:
12099
12873
  display_name: OneLogin
12100
12874
  categories:
12101
12875
  - dev-tools
12876
+ - iam
12102
12877
  auth_mode: OAUTH2_CC
12103
12878
  token_url: https://${connectionConfig.subdomain}.onelogin.com/auth/oauth2/v2/token
12104
12879
  token_params:
@@ -12201,6 +12976,7 @@ openai:
12201
12976
  categories:
12202
12977
  - productivity
12203
12978
  - dev-tools
12979
+ - popular
12204
12980
  auth_mode: API_KEY
12205
12981
  proxy:
12206
12982
  base_url: https://api.openai.com
@@ -12314,8 +13090,8 @@ oracle-hcm:
12314
13090
  oracle-cloud-identity:
12315
13091
  display_name: Oracle Cloud Identity
12316
13092
  categories:
12317
- - other
12318
13093
  - dev-tools
13094
+ - iam
12319
13095
  auth_mode: OAUTH2_CC
12320
13096
  token_url: https://${connectionConfig.serviceInstance}.identity.oraclecloud.com/oauth2/v1/token
12321
13097
  token_request_auth_method: basic
@@ -12368,7 +13144,7 @@ ordinal:
12368
13144
  ory:
12369
13145
  display_name: Ory
12370
13146
  categories:
12371
- - other
13147
+ - iam
12372
13148
  auth_mode: OAUTH2_CC
12373
13149
  proxy:
12374
13150
  base_url: https://${connectionConfig.projectSlug}.projects.oryapis.com
@@ -12424,6 +13200,7 @@ outlook:
12424
13200
  display_name: Outlook
12425
13201
  categories:
12426
13202
  - communication
13203
+ - popular
12427
13204
  alias: microsoft
12428
13205
  docs: https://nango.dev/docs/api-integrations/outlook
12429
13206
  setup_guide_url: https://nango.dev/docs/api-integrations/outlook/how-to-register-your-own-outlook-api-oauth-app
@@ -12460,6 +13237,46 @@ pagerduty:
12460
13237
  - 'ratelimit-reset'
12461
13238
  docs: https://nango.dev/docs/integrations/all/pagerduty
12462
13239
 
13240
+ paligo:
13241
+ display_name: Paligo
13242
+ categories:
13243
+ - cms
13244
+ auth_mode: BASIC
13245
+ proxy:
13246
+ base_url: https://${connectionConfig.subdomain}.paligoapp.com
13247
+ verification:
13248
+ method: GET
13249
+ endpoints:
13250
+ - /api/v2/groups?page=1&per_page=1
13251
+ docs: https://nango.dev/docs/api-integrations/paligo
13252
+ docs_connect: https://nango.dev/docs/api-integrations/paligo/connect
13253
+ connection_config:
13254
+ subdomain:
13255
+ type: string
13256
+ title: Paligo Instance Name
13257
+ description: The name of your Paligo instance
13258
+ example: mycompany
13259
+ suffix: .paligoapp.com
13260
+ prefix: https://
13261
+ order: 1
13262
+ doc_section: '#step-1-find-your-paligo-instance-name'
13263
+ credentials:
13264
+ username:
13265
+ type: string
13266
+ title: Username
13267
+ description: Your Paligo account username (email address).
13268
+ example: name@example.com
13269
+ format: email
13270
+ doc_section: '#step-3-enter-credentials-in-the-connect-ui'
13271
+ password:
13272
+ type: string
13273
+ title: API Key
13274
+ description: The API key token generated.
13275
+ secret: true
13276
+ pattern: '^[A-F0-9]+$'
13277
+ example: 74E12F****************************9C5D6F
13278
+ doc_section: '#step-2-create-an-api-key'
13279
+
12463
13280
  pandadoc:
12464
13281
  display_name: Pandadoc
12465
13282
  categories:
@@ -12503,6 +13320,37 @@ pandadoc-api-key:
12503
13320
  example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
12504
13321
  pattern: '^[a-fA-F0-9]+$'
12505
13322
 
13323
+ paddle:
13324
+ display_name: Paddle
13325
+ categories:
13326
+ - payment
13327
+ auth_mode: API_KEY
13328
+ proxy:
13329
+ base_url: https://${connectionConfig.subdomain}.paddle.com
13330
+ headers:
13331
+ authorization: Bearer ${apiKey}
13332
+ docs: https://nango.dev/docs/api-integrations/paddle
13333
+ docs_connect: https://nango.dev/docs/api-integrations/paddle/connect
13334
+ setup_guide_url: https://nango.dev/docs/api-integrations/paddle/connect
13335
+ credentials:
13336
+ apiKey:
13337
+ type: string
13338
+ title: API Key
13339
+ description: Your Paddle API key.
13340
+ example: pdl_live_apikey_01kpb*********************_xRs9*********************_A40
13341
+ doc_section: '#step-1-generating-your-api-key'
13342
+ connection_config:
13343
+ subdomain:
13344
+ type: string
13345
+ title: Environment
13346
+ description: Use 'api' for live or 'sandbox-api' for sandbox.
13347
+ pattern: '^(api|sandbox-api)$'
13348
+ example: api
13349
+ prefix: https://
13350
+ suffix: .paddle.com
13351
+ doc_section: '#step-2-choose-your-environment'
13352
+ order: 1
13353
+
12506
13354
  passportal:
12507
13355
  display_name: Passportal
12508
13356
  categories:
@@ -12922,8 +13770,8 @@ pennylane-company-api:
12922
13770
  retry:
12923
13771
  at:
12924
13772
  - 'ratelimit-reset'
12925
- docs: https://docs.nango.dev/integrations/all/pennylane-company-api
12926
- docs_connect: https://docs.nango.dev/integrations/all/pennylane-company-api/connect
13773
+ docs: https://nango.dev/docs/integrations/all/pennylane-company-api
13774
+ docs_connect: https://nango.dev/docs/integrations/all/pennylane-company-api/connect
12927
13775
  credentials:
12928
13776
  apiKey:
12929
13777
  type: string
@@ -13076,6 +13924,7 @@ personio-recruiting:
13076
13924
  display_name: Personio Recruiting
13077
13925
  categories:
13078
13926
  - hr
13927
+ - ats
13079
13928
  auth_mode: API_KEY
13080
13929
  proxy:
13081
13930
  base_url: https://api.personio.de/v1
@@ -13133,6 +13982,7 @@ pingone:
13133
13982
  display_name: PingOne
13134
13983
  categories:
13135
13984
  - dev-tools
13985
+ - iam
13136
13986
  auth_mode: OAUTH2
13137
13987
  authorization_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/authorize
13138
13988
  token_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/token
@@ -13148,8 +13998,8 @@ pingone:
13148
13998
  retry:
13149
13999
  after:
13150
14000
  - 'retry-after'
13151
- docs: https://docs.nango.dev/integrations/all/pingone
13152
- docs_connect: https://docs.nango.dev/integrations/all/pingone/connect
14001
+ docs: https://nango.dev/docs/integrations/all/pingone
14002
+ docs_connect: https://nango.dev/docs/integrations/all/pingone/connect
13153
14003
  connection_config:
13154
14004
  tld:
13155
14005
  type: string
@@ -13171,6 +14021,7 @@ pingone-cc:
13171
14021
  display_name: PingOne (Client Credentials)
13172
14022
  categories:
13173
14023
  - dev-tools
14024
+ - iam
13174
14025
  auth_mode: OAUTH2_CC
13175
14026
  token_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/token
13176
14027
  scope_separator: ' '
@@ -13181,8 +14032,8 @@ pingone-cc:
13181
14032
  retry:
13182
14033
  after:
13183
14034
  - 'retry-after'
13184
- docs: https://docs.nango.dev/integrations/all/pingone-cc
13185
- docs_connect: https://docs.nango.dev/integrations/all/pingone-cc/connect
14035
+ docs: https://nango.dev/docs/integrations/all/pingone-cc
14036
+ docs_connect: https://nango.dev/docs/integrations/all/pingone-cc/connect
13186
14037
  connection_config:
13187
14038
  tld:
13188
14039
  type: string
@@ -13485,6 +14336,34 @@ posthog:
13485
14336
  example: phx_1PPf***************************k3D
13486
14337
  doc_section: '#step-2-finding-your-api-key'
13487
14338
 
14339
+ posthog-oauth:
14340
+ display_name: PostHog (OAuth)
14341
+ categories:
14342
+ - dev-tools
14343
+ auth_mode: OAUTH2
14344
+ authorization_url: https://oauth.posthog.com/oauth/authorize/
14345
+ token_url: https://oauth.posthog.com/oauth/token/
14346
+ token_params:
14347
+ grant_type: authorization_code
14348
+ refresh_params:
14349
+ grant_type: refresh_token
14350
+ proxy:
14351
+ base_url: https://${connectionConfig.subdomain}.posthog.com
14352
+ docs: https://nango.dev/docs/api-integrations/posthog-oauth
14353
+ setup_guide_url: https://nango.dev/docs/api-integrations/posthog-oauth/how-to-register-your-own-posthog-oauth-api-oauth-app
14354
+ docs_connect: https://nango.dev/docs/api-integrations/posthog-oauth/connect
14355
+ connection_config:
14356
+ subdomain:
14357
+ type: string
14358
+ title: Subdomain
14359
+ description: The subdomain of your PostHog cloud account.
14360
+ pattern: '^(us(\.i)?|eu(\.i)?)$'
14361
+ example: us
14362
+ suffix: .posthog.com
14363
+ prefix: https://
14364
+ order: 1
14365
+ doc_section: '#step-1-finding-your-subdomain'
14366
+
13488
14367
  prive:
13489
14368
  display_name: Prive
13490
14369
  categories:
@@ -13940,6 +14819,31 @@ quickbooks-sandbox:
13940
14819
  example: '9341453474484455'
13941
14820
  doc_section: '#step-1-finding-your-realm-id'
13942
14821
 
14822
+ quipteams:
14823
+ display_name: Quipteams
14824
+ categories:
14825
+ - other
14826
+ auth_mode: API_KEY
14827
+ proxy:
14828
+ base_url: https://api.quipteams.com
14829
+ headers:
14830
+ authorization: Bearer ${apiKey}
14831
+ verification:
14832
+ method: GET
14833
+ endpoints:
14834
+ - /api/v1/quotes
14835
+ retry:
14836
+ at:
14837
+ - 'x-ratelimit-reset'
14838
+ docs: https://nango.dev/docs/api-integrations/quipteams
14839
+ docs_connect: https://nango.dev/docs/api-integrations/quipteams/connect
14840
+ credentials:
14841
+ apiKey:
14842
+ type: string
14843
+ title: API Key
14844
+ description: Your Quipteams API key.
14845
+ doc_section: '#step-1-finding-your-api-key'
14846
+
13943
14847
  ragieai:
13944
14848
  display_name: Ragie AI
13945
14849
  categories:
@@ -14169,6 +15073,7 @@ recruitcrm:
14169
15073
  display_name: Recruitcrm
14170
15074
  categories:
14171
15075
  - hr
15076
+ - ats
14172
15077
  auth_mode: API_KEY
14173
15078
  proxy:
14174
15079
  base_url: https://api.recruitcrm.com
@@ -14236,6 +15141,7 @@ recruiterflow:
14236
15141
  display_name: Recruiterflow
14237
15142
  categories:
14238
15143
  - hr
15144
+ - ats
14239
15145
  auth_mode: API_KEY
14240
15146
  proxy:
14241
15147
  base_url: https://api.recruiterflow.com
@@ -14515,6 +15421,26 @@ ring-central-sandbox:
14515
15421
  - 'retry-after'
14516
15422
  docs: https://nango.dev/docs/integrations/all/ring-central-sandbox
14517
15423
 
15424
+ ringover:
15425
+ display_name: Ringover
15426
+ categories:
15427
+ - communication
15428
+ auth_mode: API_KEY
15429
+ proxy:
15430
+ base_url: https://public-api.ringover.com
15431
+ headers:
15432
+ authorization: ${apiKey}
15433
+ docs: https://nango.dev/docs/api-integrations/ringover
15434
+ docs_connect: https://nango.dev/docs/api-integrations/ringover/connect
15435
+ credentials:
15436
+ apiKey:
15437
+ type: string
15438
+ title: API Key
15439
+ description: Your Ringover API key.
15440
+ example: 'a3f9e2***************************d8e9f0'
15441
+ pattern: '^[a-f0-9]{40}$'
15442
+ doc_section: '#step-1-generating-your-api-key'
15443
+
14518
15444
  rippling:
14519
15445
  display_name: Rippling
14520
15446
  categories:
@@ -14635,6 +15561,29 @@ roller:
14635
15561
 
14636
15562
  docs: https://nango.dev/docs/integrations/all/roller
14637
15563
 
15564
+ rocketreach:
15565
+ display_name: RocketReach
15566
+ categories:
15567
+ - crm
15568
+ auth_mode: API_KEY
15569
+ proxy:
15570
+ base_url: https://api.rocketreach.co
15571
+ headers:
15572
+ api-key: ${apiKey}
15573
+ retry:
15574
+ at:
15575
+ - 'retry-after'
15576
+ docs: https://nango.dev/docs/api-integrations/rocketreach
15577
+ docs_connect: https://nango.dev/docs/api-integrations/rocketreach/connect
15578
+ credentials:
15579
+ apiKey:
15580
+ type: string
15581
+ title: API Key
15582
+ description: Your RocketReach API key.
15583
+ example: 1e4dfd5***************************e3ca3a
15584
+ pattern: '^[a-z0-9]+$'
15585
+ doc_section: '#step-1-get-your-api-key'
15586
+
14638
15587
  rootly:
14639
15588
  display_name: Rootly
14640
15589
  categories:
@@ -14650,8 +15599,8 @@ rootly:
14650
15599
  content-type: application/vnd.api+json
14651
15600
  endpoints:
14652
15601
  - /v1/users/me
14653
- docs: https://nango.dev/docs/integrations/all/rootly
14654
- docs_connect: https://nango.dev/docs/integrations/all/rootly/connect
15602
+ docs: https://nango.dev/docs/api-integrations/rootly
15603
+ docs_connect: https://nango.dev/docs/api-integrations/rootly/connect
14655
15604
  credentials:
14656
15605
  apiKey:
14657
15606
  type: string
@@ -14687,6 +15636,30 @@ reapit:
14687
15636
  title: ''
14688
15637
  description: ''
14689
15638
  automated: true
15639
+ rydoo:
15640
+ display_name: Rydoo
15641
+ categories:
15642
+ - accounting
15643
+ auth_mode: OAUTH2_CC
15644
+ token_url: https://accounts.rydoo.com/connect/token
15645
+ token_request_auth_method: basic
15646
+ token_params:
15647
+ grant_type: client_credentials
15648
+ proxy:
15649
+ base_url: https://api.rydoo.com
15650
+ docs: https://nango.dev/docs/api-integrations/rydoo
15651
+ docs_connect: https://nango.dev/docs/api-integrations/rydoo/connect
15652
+ credentials:
15653
+ client_id:
15654
+ type: string
15655
+ title: Client ID
15656
+ description: Your Rydoo Client ID.
15657
+ client_secret:
15658
+ type: string
15659
+ title: Client Secret
15660
+ description: Your Rydoo Client Secret.
15661
+ secret: true
15662
+
14690
15663
  segment:
14691
15664
  display_name: Segment
14692
15665
  categories:
@@ -14880,7 +15853,7 @@ salesforce:
14880
15853
  webhook_routing_script: salesforceWebhookRouting
14881
15854
  post_connection_script: salesforcePostConnection
14882
15855
  docs: https://nango.dev/docs/api-integrations/salesforce
14883
- setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/how-to-register-your-own-salesforce-api-oauth-app
15856
+ setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/salesforce-api-oauth-app-setup
14884
15857
  docs_connect: https://nango.dev/docs/api-integrations/salesforce/connect
14885
15858
  connection_config:
14886
15859
  instance_url:
@@ -14894,7 +15867,7 @@ salesforce:
14894
15867
  type: string
14895
15868
  title: Hostname
14896
15869
  description: The hostname to your Salesforce instance
14897
- format: hostname
15870
+ pattern: '^(?!(?:.*\.)?[Ll][Ii][Gg][Hh][Tt][Nn][Ii][Nn][Gg]\.([Ff][Oo][Rr][Cc][Ee]|[Ss][Aa][Ll][Ee][Ss][Ff][Oo][Rr][Cc][Ee])\.[Cc][Oo][Mm]$)[a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?)*$'
14898
15871
  example: acme.my.salesforce.com
14899
15872
  prefix: https://
14900
15873
  optional: true
@@ -14925,7 +15898,7 @@ salesforce-cc:
14925
15898
  type: string
14926
15899
  title: Hostname
14927
15900
  description: The hostname to your Salesforce instance
14928
- format: hostname
15901
+ pattern: '^(?!(?:.*\.)?[Ll][Ii][Gg][Hh][Tt][Nn][Ii][Nn][Gg]\.([Ff][Oo][Rr][Cc][Ee]|[Ss][Aa][Ll][Ee][Ss][Ff][Oo][Rr][Cc][Ee])\.[Cc][Oo][Mm]$)[a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?)*$'
14929
15902
  example: acme.my.salesforce.com
14930
15903
  prefix: https://
14931
15904
 
@@ -15033,7 +16006,7 @@ salesforce-experience-cloud:
15033
16006
  - instance_url
15034
16007
  proxy:
15035
16008
  base_url: ${connectionConfig.instance_url}
15036
- docs: https://nango.dev/docs/api-integrations/salesforce-experience-cloud
16009
+ docs: https://nango.dev/docs/integrations/all/salesforce-experience-cloud
15037
16010
  connection_config:
15038
16011
  subdomain:
15039
16012
  type: string
@@ -15079,7 +16052,7 @@ salesforce-cdp:
15079
16052
  token: access_token
15080
16053
  token_expiration: expires_in
15081
16054
  token_expiration_strategy: expireIn
15082
- docs: https://nango.dev/docs/api-integrations/salesforce-cdp
16055
+ docs: https://nango.dev/docs/integrations/all/salesforce-cdp
15083
16056
  docs_connect: https://nango.dev/docs/integrations/all/salesforce-cdp/connect
15084
16057
  credentials:
15085
16058
  jwt:
@@ -15145,7 +16118,7 @@ salesmsg-oauth2:
15145
16118
  sap-fieldglass:
15146
16119
  display_name: SAP Fieldglass
15147
16120
  categories:
15148
- - hr
16121
+ - erp
15149
16122
  body_format: form
15150
16123
  auth_mode: TWO_STEP
15151
16124
  token_url: https://${connectionConfig.domain}/api/oauth2/v2.0/token?grant_type=client_credentials&response_type=token
@@ -15364,6 +16337,7 @@ sap-odata-oauth2-cc:
15364
16337
  display_name: SAP S/4HANA Cloud (Client Credentials)
15365
16338
  categories:
15366
16339
  - erp
16340
+ - popular
15367
16341
  token_request_auth_method: basic
15368
16342
  auth_mode: OAUTH2_CC
15369
16343
  token_url: https://${connectionConfig.subdomain}.authentication.${connectionConfig.region}.hana.ondemand.com/oauth/token
@@ -15838,6 +16812,7 @@ servicenow:
15838
16812
  display_name: ServiceNow
15839
16813
  categories:
15840
16814
  - productivity
16815
+ - popular
15841
16816
  auth_mode: OAUTH2
15842
16817
  authorization_url: https://${connectionConfig.subdomain}.service-now.com/oauth_auth.do
15843
16818
  token_url: https://${connectionConfig.subdomain}.service-now.com/oauth_token.do
@@ -15922,6 +16897,7 @@ sharepoint-online:
15922
16897
  categories:
15923
16898
  - storage
15924
16899
  - communication
16900
+ - popular
15925
16901
  alias: microsoft
15926
16902
  post_connection_script: onedrivePostConnection
15927
16903
  docs: https://nango.dev/docs/api-integrations/sharepoint-online
@@ -15938,8 +16914,8 @@ sharepoint-online-oauth2-cc:
15938
16914
  grant_type: client_credentials
15939
16915
  proxy:
15940
16916
  base_url: https://graph.microsoft.com
15941
- docs: https://nango.dev/docs/api-integrations/sharepoint-online-oauth2-cc
15942
- docs_connect: https://nango.dev/docs/api-integrations/sharepoint-online-oauth2-cc/connect
16917
+ docs: https://nango.dev/docs/integrations/all/sharepoint-online-oauth2-cc
16918
+ docs_connect: https://nango.dev/docs/integrations/all/sharepoint-online-oauth2-cc/connect
15943
16919
  connection_config:
15944
16920
  tenantId:
15945
16921
  type: string
@@ -15974,8 +16950,8 @@ sharepoint-online-v1:
15974
16950
  token: access_token
15975
16951
  token_expiration: expires_in
15976
16952
  token_expiration_strategy: expireIn
15977
- docs: https://nango.dev/docs/api-integrations/sharepoint-online-v1
15978
- docs_connect: https://nango.dev/docs/api-integrations/sharepoint-online-v1/connect
16953
+ docs: https://nango.dev/docs/integrations/all/sharepoint-online-v1
16954
+ docs_connect: https://nango.dev/docs/integrations/all/sharepoint-online-v1/connect
15979
16955
  connection_config:
15980
16956
  tenantId:
15981
16957
  type: string
@@ -16122,6 +17098,8 @@ shopify:
16122
17098
  headers:
16123
17099
  x-shopify-access-token: ${accessToken}
16124
17100
  webhook_routing_script: shopifyWebhookRouting
17101
+ token_params:
17102
+ expiring: 1
16125
17103
  docs: https://nango.dev/docs/api-integrations/shopify
16126
17104
  setup_guide_url: https://nango.dev/docs/api-integrations/shopify/how-to-register-your-own-shopify-api-oauth-app
16127
17105
  docs_connect: https://nango.dev/docs/api-integrations/shopify/connect
@@ -16229,7 +17207,7 @@ shopify-partner:
16229
17207
  headers:
16230
17208
  content-type: application/json
16231
17209
  endpoints:
16232
- - 2025-04/graphql.json
17210
+ - 2026-04/graphql.json
16233
17211
  docs: https://nango.dev/docs/integrations/all/shopify-partner
16234
17212
  docs_connect: https://nango.dev/docs/integrations/all/shopify-partner/connect
16235
17213
  credentials:
@@ -16272,6 +17250,42 @@ shopify-scim:
16272
17250
  description: The SCIM API token generated from your Shopify organization settings.
16273
17251
  doc_section: '#step-1-generating-your-scim-api-token'
16274
17252
 
17253
+ shopware:
17254
+ display_name: Shopware (Admin API)
17255
+ categories:
17256
+ - e-commerce
17257
+ auth_mode: OAUTH2_CC
17258
+ body_format: json
17259
+ token_url: https://${connectionConfig.shopwareUrl}/api/oauth/token
17260
+ token_params:
17261
+ grant_type: client_credentials
17262
+ proxy:
17263
+ base_url: https://${connectionConfig.shopwareUrl}/api
17264
+ docs: https://nango.dev/docs/api-integrations/shopware
17265
+ docs_connect: https://nango.dev/docs/api-integrations/shopware/connect
17266
+ credentials:
17267
+ client_id:
17268
+ type: string
17269
+ title: Access key ID
17270
+ description: The Access key ID of yout integration.
17271
+ doc_section: '#step-2-create-a-shopware-integration'
17272
+ client_secret:
17273
+ type: string
17274
+ title: Secret access key
17275
+ description: The Secret access key of your integration.
17276
+ secret: true
17277
+ doc_section: '#step-2-create-a-shopware-integration'
17278
+ connection_config:
17279
+ shopwareUrl:
17280
+ type: string
17281
+ title: Shopware URL
17282
+ description: The hostname of your Shopware instance.
17283
+ example: myshop.example.com
17284
+ format: hostname
17285
+ prefix: https://
17286
+ order: 1
17287
+ doc_section: '#step-1-find-your-shopware-url'
17288
+
16275
17289
  shopworks:
16276
17290
  display_name: ShopWorks
16277
17291
  categories:
@@ -16358,6 +17372,35 @@ shortcut:
16358
17372
  title: API Key
16359
17373
  description: The API key for your Shortcut account
16360
17374
 
17375
+ simpro:
17376
+ display_name: simPRO
17377
+ categories:
17378
+ - productivity
17379
+ - invoicing
17380
+ auth_mode: OAUTH2
17381
+ authorization_url: https://${connectionConfig.build}.simprosuite.com/oauth2/login
17382
+ token_url: https://${connectionConfig.build}.simprosuite.com/oauth2/token
17383
+ proxy:
17384
+ base_url: https://${connectionConfig.build}.simprosuite.com
17385
+ authorization_params:
17386
+ response_type: code
17387
+ token_params:
17388
+ grant_type: authorization_code
17389
+ refresh_params:
17390
+ grant_type: refresh_token
17391
+ docs: https://nango.dev/docs/api-integrations/simpro
17392
+ docs_connect: https://nango.dev/docs/api-integrations/simpro/connect
17393
+ connection_config:
17394
+ build:
17395
+ type: string
17396
+ title: simPRO Build Name
17397
+ description: The subdomain part of your simPRO URL.
17398
+ pattern: '^[a-z0-9_-]+$'
17399
+ example: yourcompany
17400
+ suffix: .simprosuite.com
17401
+ prefix: https://
17402
+ doc_section: '#step-1-find-your-simpro-build-name'
17403
+
16361
17404
  slack:
16362
17405
  display_name: Slack
16363
17406
  categories:
@@ -16766,6 +17809,34 @@ stackexchange:
16766
17809
  base_url: https://api.stackexchange.com
16767
17810
  docs: https://nango.dev/docs/integrations/all/stackexchange
16768
17811
 
17812
+ statamic:
17813
+ display_name: Statamic
17814
+ categories:
17815
+ - cms
17816
+ auth_mode: API_KEY
17817
+ proxy:
17818
+ base_url: https://${connectionConfig.baseUrl}
17819
+ headers:
17820
+ authorization: Bearer ${apiKey}
17821
+ docs: https://nango.dev/docs/api-integrations/statamic
17822
+ docs_connect: https://nango.dev/docs/api-integrations/statamic/connect
17823
+ credentials:
17824
+ apiKey:
17825
+ type: string
17826
+ title: API token
17827
+ description: The value of STATAMIC_API_AUTH_TOKEN in your Statamic .env file.
17828
+ doc_section: '#step-1-enable-the-rest-api'
17829
+ connection_config:
17830
+ baseUrl:
17831
+ type: string
17832
+ title: Base URL
17833
+ description: The hostname of your Statamic site.
17834
+ example: mysite.example.com
17835
+ format: hostname
17836
+ prefix: https://
17837
+ order: 1
17838
+ doc_section: '#step-2-find-your-base-url'
17839
+
16769
17840
  statista:
16770
17841
  display_name: Statista
16771
17842
  categories:
@@ -16810,6 +17881,50 @@ stay-ai:
16810
17881
  pattern: '^[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}$'
16811
17882
  doc_section: '#step-1-create-a-new-api-key'
16812
17883
 
17884
+ stitch-mcp:
17885
+ display_name: Stitch (MCP)
17886
+ categories:
17887
+ - design
17888
+ - mcp
17889
+ alias: google
17890
+ default_scopes:
17891
+ - https://www.googleapis.com/auth/cloud-platform
17892
+ proxy:
17893
+ base_url: https://stitch.googleapis.com
17894
+ headers:
17895
+ x-goog-user-project: ${connectionConfig.project_id}
17896
+ connection_config:
17897
+ project_id:
17898
+ type: string
17899
+ title: ''
17900
+ description: ''
17901
+ hidden: true
17902
+ docs: https://nango.dev/docs/api-integrations/stitch-mcp
17903
+ setup_guide_url: https://nango.dev/docs/api-integrations/stitch-mcp/how-to-register-your-own-stitch-mcp-api-oauth-app
17904
+
17905
+ store-leads:
17906
+ display_name: Store Leads
17907
+ categories:
17908
+ - e-commerce
17909
+ auth_mode: API_KEY
17910
+ proxy:
17911
+ base_url: https://storeleads.app/json/api
17912
+ headers:
17913
+ authorization: Bearer ${apiKey}
17914
+ retry:
17915
+ at:
17916
+ - 'retry-after'
17917
+ docs: https://nango.dev/docs/api-integrations/store-leads
17918
+ docs_connect: https://nango.dev/docs/api-integrations/store-leads/connect
17919
+ credentials:
17920
+ apiKey:
17921
+ type: string
17922
+ title: API Key
17923
+ description: Your Store Leads API key.
17924
+ doc_section: '#step-1-generate-your-api-key'
17925
+ pattern: '^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{8}$'
17926
+ example: a174****-****-****-****-****c6ee
17927
+
16813
17928
  strava:
16814
17929
  display_name: Strava (Mobile)
16815
17930
  categories:
@@ -16911,6 +18026,7 @@ stripe-app:
16911
18026
  display_name: Stripe App
16912
18027
  categories:
16913
18028
  - payment
18029
+ - popular
16914
18030
  auth_mode: OAUTH2
16915
18031
  authorization_url: https://marketplace.stripe.com/oauth/v2/authorize
16916
18032
  token_url: https://api.stripe.com/v1/oauth/token
@@ -17053,6 +18169,39 @@ supabase-mcp:
17053
18169
  pattern: '^sbp_[A-Za-z0-9]{40}$'
17054
18170
  doc_section: '#step-2-obtaining-your-personal-access-token'
17055
18171
 
18172
+ supabase-mcp-oauth:
18173
+ display_name: Supabase (MCP OAuth)
18174
+ categories:
18175
+ - dev-tools
18176
+ - mcp
18177
+ auth_mode: MCP_OAUTH2
18178
+ client_registration: dynamic
18179
+ registration_url: https://api.supabase.com/platform/oauth/apps/register
18180
+ authorization_url: https://api.supabase.com/v1/oauth/authorize
18181
+ token_url: https://api.supabase.com/v1/oauth/token
18182
+ authorization_params:
18183
+ response_type: code
18184
+ token_params:
18185
+ grant_type: authorization_code
18186
+ refresh_params:
18187
+ grant_type: refresh_token
18188
+ proxy:
18189
+ base_url: https://mcp.supabase.com
18190
+ headers:
18191
+ accept: application/json,text/event-stream
18192
+ connection_config:
18193
+ projectRef: ${connectionConfig.projectRef}
18194
+ docs: https://nango.dev/docs/api-integrations/supabase-mcp-oauth
18195
+ docs_connect: https://nango.dev/docs/api-integrations/supabase-mcp-oauth/connect
18196
+ connection_config:
18197
+ projectRef:
18198
+ type: string
18199
+ title: Project Reference
18200
+ description: Your Supabase project reference ID.
18201
+ example: bvzzcafzoysezumrdvif
18202
+ pattern: '^[a-z0-9]{20}$'
18203
+ doc_section: '#step-1-finding-your-project-reference'
18204
+
17056
18205
  survey-monkey:
17057
18206
  display_name: SurveyMonkey
17058
18207
  categories:
@@ -17148,6 +18297,46 @@ tailscale-api-key:
17148
18297
  pattern: '^tskey-api-[A-Za-z0-9]+CNTRL-[A-Za-z0-9]+$'
17149
18298
  doc_section: '#step-2-generating-an-api-access-token'
17150
18299
 
18300
+ talentlms:
18301
+ display_name: TalentLMS
18302
+ categories:
18303
+ - other
18304
+ auth_mode: API_KEY
18305
+ proxy:
18306
+ base_url: https://${connectionConfig.subdomain}.talentlms.com
18307
+ headers:
18308
+ x-api-key: ${apiKey}
18309
+ x-api-version: ${connectionConfig.apiVersion}
18310
+ verification:
18311
+ method: GET
18312
+ endpoints:
18313
+ - /api/v2/users?page[size]=1
18314
+ docs: https://nango.dev/docs/api-integrations/talentlms
18315
+ docs_connect: https://nango.dev/docs/api-integrations/talentlms/connect
18316
+ connection_config:
18317
+ subdomain:
18318
+ type: string
18319
+ title: Subdomain
18320
+ description: The subdomain of your TalentLMS account.
18321
+ example: mycompany
18322
+ pattern: '^[a-z0-9-]+$'
18323
+ suffix: .talentlms.com
18324
+ prefix: https://
18325
+ order: 1
18326
+ doc_section: '#step-1-finding-your-subdomain'
18327
+ apiVersion:
18328
+ type: string
18329
+ title: ''
18330
+ description: ''
18331
+ default_value: '2025-01-01'
18332
+ hidden: true
18333
+ credentials:
18334
+ apiKey:
18335
+ type: string
18336
+ title: API Key
18337
+ description: Your TalentLMS API key.
18338
+ doc_section: '#step-2-finding-your-api-key'
18339
+
17151
18340
  tally:
17152
18341
  display_name: Tally
17153
18342
  categories:
@@ -17699,6 +18888,61 @@ trigify-io-mcp:
17699
18888
  accept: application/json,text/event-stream
17700
18889
  docs: https://nango.dev/docs/api-integrations/trigify-io-mcp
17701
18890
 
18891
+ trigger-dev:
18892
+ display_name: Trigger.dev
18893
+ categories:
18894
+ - dev-tools
18895
+ auth_mode: API_KEY
18896
+ proxy:
18897
+ base_url: https://${connectionConfig.baseUrl}
18898
+ headers:
18899
+ authorization: Bearer ${apiKey}
18900
+ connection_config:
18901
+ environment: ${connectionConfig.environment}
18902
+ projectRef: ${connectionConfig.projectRef}
18903
+ triggerBranch: ${connectionConfig.triggerBranch}
18904
+ docs: https://nango.dev/docs/api-integrations/trigger-dev
18905
+ docs_connect: https://nango.dev/docs/api-integrations/trigger-dev/connect
18906
+ connection_config:
18907
+ baseUrl:
18908
+ type: string
18909
+ title: Hostname
18910
+ description: The API hostname.
18911
+ example: api.trigger.dev
18912
+ format: hostname
18913
+ prefix: https://
18914
+ order: 1
18915
+ doc_section: '#step-4-set-your-base-url'
18916
+ projectRef:
18917
+ type: string
18918
+ title: Project Ref
18919
+ description: Your Trigger.dev project identifier.
18920
+ example: proj_1234567890
18921
+ optional: true
18922
+ doc_section: '#step-2-find-your-project-ref'
18923
+ environment:
18924
+ type: string
18925
+ title: Environment
18926
+ description: The target environment.
18927
+ example: prod
18928
+ optional: true
18929
+ doc_section: '#step-3-find-your-environment'
18930
+ triggerBranch:
18931
+ type: string
18932
+ title: Preview Branch
18933
+ description: Target a specific preview branch for environment variable operations.
18934
+ example: feature-xyz
18935
+ optional: true
18936
+ doc_section: '#step-5-set-your-preview-branch'
18937
+ credentials:
18938
+ apiKey:
18939
+ type: string
18940
+ title: Secret Key
18941
+ description: Your Trigger.dev secret key or personal access token.
18942
+ pattern: '^tr_(dev|prod|stg|preview|pat)_[a-zA-Z0-9]+$'
18943
+ example: tr_dev_********************
18944
+ doc_section: '#step-1-get-your-secret-key-or-personal-access-token'
18945
+
17702
18946
  triple-whale:
17703
18947
  display_name: Triple Whale
17704
18948
  categories:
@@ -18214,6 +19458,7 @@ ukg-pro:
18214
19458
  display_name: UKG Pro
18215
19459
  categories:
18216
19460
  - hr
19461
+ - popular
18217
19462
  auth_mode: BASIC
18218
19463
  proxy:
18219
19464
  base_url: https://${connectionConfig.hostname}
@@ -18672,6 +19917,72 @@ veeva-vault:
18672
19917
  default_value: ''
18673
19918
  hidden: true
18674
19919
 
19920
+ vtex:
19921
+ display_name: VTEX
19922
+ categories:
19923
+ - e-commerce
19924
+ auth_mode: API_KEY
19925
+ proxy:
19926
+ base_url: https://${connectionConfig.accountName}.vtexcommercestable.com.br
19927
+ headers:
19928
+ x-vtex-api-appkey: ${connectionConfig.appKey}
19929
+ x-vtex-api-apptoken: ${apiKey}
19930
+ docs: https://nango.dev/docs/api-integrations/vtex
19931
+ docs_connect: https://nango.dev/docs/api-integrations/vtex/connect
19932
+ connection_config:
19933
+ accountName:
19934
+ type: string
19935
+ title: Account Name
19936
+ description: Your VTEX store account name.
19937
+ example: mystore
19938
+ pattern: '^[a-zA-Z0-9_-]+$'
19939
+ suffix: .vtexcommercestable.com.br
19940
+ prefix: https://
19941
+ order: 1
19942
+ doc_section: '#step-1-finding-your-account-name'
19943
+ appKey:
19944
+ type: string
19945
+ title: App Key
19946
+ description: Your VTEX application key.
19947
+ example: vtexappkey-mystore-ABCDEF
19948
+ secret: true
19949
+ pattern: '^vtexappkey-[a-zA-Z0-9_-]+-[A-Z0-9]+$'
19950
+ order: 2
19951
+ doc_section: '#step-2-generating-an-api-key'
19952
+ credentials:
19953
+ apiKey:
19954
+ type: string
19955
+ title: App Token
19956
+ description: The application token associated with your VTEX App Key.
19957
+ example: ZNWDC************************************LXPNX
19958
+ pattern: '^[A-Z]+$'
19959
+ doc_section: '#step-2-generating-an-api-key'
19960
+
19961
+ videoask:
19962
+ display_name: VideoAsk
19963
+ categories:
19964
+ - video
19965
+ auth_mode: OAUTH2
19966
+ authorization_url: https://auth.videoask.com/authorize
19967
+ token_url: https://auth.videoask.com/oauth/token
19968
+ disable_pkce: true
19969
+ default_scopes:
19970
+ - openid
19971
+ - profile
19972
+ - email
19973
+ - offline_access
19974
+ authorization_params:
19975
+ response_type: code
19976
+ audience: https://api.videoask.com/
19977
+ token_params:
19978
+ grant_type: authorization_code
19979
+ refresh_params:
19980
+ grant_type: refresh_token
19981
+ proxy:
19982
+ base_url: https://api.videoask.com
19983
+ docs: https://nango.dev/docs/api-integrations/videoask
19984
+ setup_guide_url: https://nango.dev/docs/api-integrations/videoask/how-to-register-your-own-videoask-api-oauth-app
19985
+
18675
19986
  wakatime:
18676
19987
  display_name: Wakatime
18677
19988
  categories:
@@ -18776,6 +20087,26 @@ webinarjam:
18776
20087
  format: uuid
18777
20088
  doc_section: '#step-1-getting-your-api-key'
18778
20089
 
20090
+ wejam:
20091
+ display_name: WeJam AI
20092
+ categories:
20093
+ - productivity
20094
+ auth_mode: API_KEY
20095
+ proxy:
20096
+ base_url: https://api.wejam.ai
20097
+ headers:
20098
+ x-api-key: ${apiKey}
20099
+ docs: https://nango.dev/docs/api-integrations/wejam
20100
+ docs_connect: https://nango.dev/docs/api-integrations/wejam/connect
20101
+ credentials:
20102
+ apiKey:
20103
+ type: string
20104
+ title: API Key
20105
+ description: The API key for your WeJam account.
20106
+ doc_section: '#step-1-getting-your-api-key'
20107
+ pattern: '^[a-f0-9]+$'
20108
+ example: c0c1fc3f****************************************************************************************
20109
+
18779
20110
  whatsapp-business:
18780
20111
  display_name: WhatsApp Business
18781
20112
  categories:
@@ -19076,7 +20407,6 @@ workday-oauth:
19076
20407
  display_name: Workday (OAuth)
19077
20408
  categories:
19078
20409
  - hr
19079
- - popular
19080
20410
  auth_mode: OAUTH2
19081
20411
  token_request_auth_method: basic
19082
20412
  authorization_url: https://${connectionConfig.authorizationDomain}/${connectionConfig.tenant}/authorize
@@ -19089,8 +20419,8 @@ workday-oauth:
19089
20419
  grant_type: refresh_token
19090
20420
  proxy:
19091
20421
  base_url: https://${connectionConfig.tokenDomain}/ccx/api
19092
- docs: https://nango.dev/docs/integrations/all/workday-oauth
19093
- docs_connect: https://nango.dev/docs/integrations/all/workday-oauth/connect
20422
+ docs: https://nango.dev/docs/api-integrations/workday-oauth
20423
+ docs_connect: https://nango.dev/docs/api-integrations/workday-oauth/connect
19094
20424
  connection_config:
19095
20425
  authorizationDomain:
19096
20426
  type: string
@@ -19124,6 +20454,7 @@ workos:
19124
20454
  display_name: WorkOS
19125
20455
  categories:
19126
20456
  - productivity
20457
+ - iam
19127
20458
  auth_mode: API_KEY
19128
20459
  proxy:
19129
20460
  base_url: https://api.workos.com
@@ -19397,7 +20728,6 @@ xero-oauth2-cc:
19397
20728
  display_name: Xero (Client Credentials)
19398
20729
  categories:
19399
20730
  - accounting
19400
- - popular
19401
20731
  auth_mode: OAUTH2_CC
19402
20732
  token_url: https://identity.xero.com/connect/token
19403
20733
  token_request_auth_method: basic