@nangohq/providers 0.70.1 → 0.70.3

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 +1657 -110
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:
@@ -1021,13 +1145,14 @@ amplitude-mcp-eu:
1021
1145
  base_url: https://mcp.eu.amplitude.com
1022
1146
  headers:
1023
1147
  accept: application/json,text/event-stream
1024
- docs: https://nango.dev/docs/api-integrations/amplitude-mcp
1148
+ docs: https://nango.dev/docs/api-integrations/amplitude-mcp-eu
1025
1149
 
1026
1150
  anthropic:
1027
1151
  display_name: 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
@@ -2969,10 +3180,34 @@ builtwith:
2969
3180
  format: uuid
2970
3181
  doc_section: '#step-1-finding-your-api-key'
2971
3182
 
3183
+ buffer:
3184
+ display_name: Buffer
3185
+ categories:
3186
+ - marketing
3187
+ - social
3188
+ auth_mode: OAUTH2
3189
+ authorization_url: https://auth.buffer.com/auth
3190
+ token_url: https://auth.buffer.com/token
3191
+ scope_separator: ' '
3192
+ authorization_params:
3193
+ response_type: code
3194
+ prompt: consent
3195
+ token_params:
3196
+ grant_type: authorization_code
3197
+ refresh_params:
3198
+ grant_type: refresh_token
3199
+ default_scopes:
3200
+ - offline_access
3201
+ proxy:
3202
+ base_url: https://api.buffer.com
3203
+ docs: https://nango.dev/docs/api-integrations/buffer
3204
+ setup_guide_url: https://nango.dev/docs/api-integrations/buffer/how-to-register-your-own-buffer-oauth-app
3205
+
2972
3206
  bullhorn:
2973
3207
  display_name: Bullhorn
2974
3208
  categories:
2975
3209
  - hr
3210
+ - ats
2976
3211
  auth_mode: OAUTH2
2977
3212
  authorization_url: https://auth-west.bullhornstaffing.com/oauth/authorize
2978
3213
  token_url: https://auth-west.bullhornstaffing.com/oauth/token
@@ -3066,8 +3301,12 @@ cal-com-v2:
3066
3301
  content-type: application/json
3067
3302
  endpoints:
3068
3303
  - /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
3304
+ webhook_routing_script: calComWebhookRouting
3305
+ webhook_user_defined_secret: true
3306
+ webhook_allowed_query_params:
3307
+ - nangoConnectionId
3308
+ docs: https://nango.dev/docs/api-integrations/cal-com-v2
3309
+ docs_connect: https://nango.dev/docs/api-integrations/cal-com-v2/connect
3071
3310
  credentials:
3072
3311
  apiKey:
3073
3312
  type: string
@@ -3095,6 +3334,10 @@ cal-com-oauth:
3095
3334
  retry:
3096
3335
  at:
3097
3336
  - 'x-ratelimit-reset'
3337
+ webhook_routing_script: calComWebhookRouting
3338
+ webhook_user_defined_secret: true
3339
+ webhook_allowed_query_params:
3340
+ - nangoConnectionId
3098
3341
  docs: https://nango.dev/docs/api-integrations/cal-com-oauth
3099
3342
  setup_guide_url: https://nango.dev/docs/api-integrations/cal-com-oauth/how-to-register-your-own-cal-com-oauth-app
3100
3343
 
@@ -3225,6 +3468,28 @@ canva:
3225
3468
  docs: https://nango.dev/docs/integrations/all/canva
3226
3469
  token_request_auth_method: basic
3227
3470
 
3471
+ canva-mcp:
3472
+ display_name: Canva (MCP)
3473
+ categories:
3474
+ - design
3475
+ - mcp
3476
+ auth_mode: MCP_OAUTH2
3477
+ client_registration: dynamic
3478
+ authorization_url: https://mcp.canva.com/authorize
3479
+ token_url: https://mcp.canva.com/token
3480
+ registration_url: https://mcp.canva.com/register
3481
+ authorization_params:
3482
+ response_type: code
3483
+ token_params:
3484
+ grant_type: authorization_code
3485
+ refresh_params:
3486
+ grant_type: refresh_token
3487
+ proxy:
3488
+ base_url: https://mcp.canva.com
3489
+ headers:
3490
+ accept: application/json,text/event-stream
3491
+ docs: https://nango.dev/docs/api-integrations/canva-mcp
3492
+
3228
3493
  canvas-lms:
3229
3494
  display_name: Canvas LMS
3230
3495
  categories:
@@ -3854,7 +4119,7 @@ clerk:
3854
4119
  display_name: Clerk
3855
4120
  categories:
3856
4121
  - dev-tools
3857
- - other
4122
+ - iam
3858
4123
  auth_mode: API_KEY
3859
4124
  proxy:
3860
4125
  base_url: https://api.clerk.com
@@ -3882,7 +4147,7 @@ cloudentity:
3882
4147
  display_name: Cloudentity
3883
4148
  auth_mode: OAUTH2_CC
3884
4149
  categories:
3885
- - other
4150
+ - iam
3886
4151
  token_url: https://${connectionConfig.tenantID}.${connectionConfig.regionID}.authz.cloudentity.io/${connectionConfig.tenantID}/${connectionConfig.workspaceID}/oauth2/token
3887
4152
  scope_separator: ' '
3888
4153
  token_params:
@@ -4240,7 +4505,7 @@ copper-api-key:
4240
4505
  content-type: application/json
4241
4506
  endpoints:
4242
4507
  - /v1/account
4243
- docs_connect: https://nango.dev/docs/integrations/all/copper/connect
4508
+ docs_connect: https://nango.dev/docs/integrations/all/copper-api-key/connect
4244
4509
  credentials:
4245
4510
  apiKey:
4246
4511
  type: string
@@ -4400,7 +4665,6 @@ confluence-basic:
4400
4665
  display_name: Confluence (Basic Auth)
4401
4666
  categories:
4402
4667
  - knowledge-base
4403
- - popular
4404
4668
  auth_mode: BASIC
4405
4669
  proxy:
4406
4670
  base_url: https://${connectionConfig.subdomain}.atlassian.net
@@ -4412,8 +4676,8 @@ confluence-basic:
4412
4676
  content-type: application/json
4413
4677
  endpoints:
4414
4678
  - /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
4679
+ docs: https://nango.dev/docs/integrations/all/confluence-basic
4680
+ docs_connect: https://nango.dev/docs/integrations/all/confluence-basic/connect
4417
4681
  connection_config:
4418
4682
  subdomain:
4419
4683
  type: string
@@ -4450,8 +4714,8 @@ confluence-data-center:
4450
4714
  after:
4451
4715
  - 'retry-after'
4452
4716
  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
4717
+ docs: https://nango.dev/docs/integrations/all/confluence-data-center
4718
+ docs_connect: https://nango.dev/docs/integrations/all/confluence-data-center/connect
4455
4719
  connection_config:
4456
4720
  endpointURL:
4457
4721
  type: string
@@ -4614,6 +4878,40 @@ cyberimpact:
4614
4878
  example: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...'
4615
4879
  doc_section: '#step-1-creating-a-cyberimpact-api-key'
4616
4880
 
4881
+ customer-io:
4882
+ display_name: Customer.io
4883
+ categories:
4884
+ - marketing
4885
+ - analytics
4886
+ auth_mode: BASIC
4887
+ proxy:
4888
+ base_url: https://${connectionConfig.subdomain}.customer.io
4889
+ docs: https://nango.dev/docs/api-integrations/customer-io
4890
+ docs_connect: https://nango.dev/docs/api-integrations/customer-io/connect
4891
+ connection_config:
4892
+ subdomain:
4893
+ type: string
4894
+ title: Subdomain
4895
+ description: The region to where your instance is hosted.
4896
+ pattern: '^cdp(-eu)?$'
4897
+ example: cdp
4898
+ order: 1
4899
+ doc_section: '#step-2-choose-your-subdomain'
4900
+ credentials:
4901
+ username:
4902
+ type: string
4903
+ title: API Key
4904
+ description: Your Customer.io Pipelines API key.
4905
+ pattern: '^[a-f0-9]{20}$'
4906
+ example: 36c7a4***********ab022a3
4907
+ doc_section: '#step-1-getting-authentication-credentials'
4908
+ password:
4909
+ type: string
4910
+ title: ''
4911
+ description: ''
4912
+ default_value: ''
4913
+ hidden: true
4914
+
4617
4915
  cursor:
4618
4916
  display_name: Cursor
4619
4917
  categories:
@@ -4710,7 +5008,6 @@ datev:
4710
5008
  display_name: Datev
4711
5009
  categories:
4712
5010
  - legal
4713
- - hr
4714
5011
  auth_mode: OAUTH2
4715
5012
  authorization_url: https://login.datev.de/openid/authorize
4716
5013
  token_url: https://api.datev.de/token
@@ -5102,6 +5399,45 @@ digitalocean:
5102
5399
  base_url: https://api.digitalocean.com
5103
5400
  docs: https://nango.dev/docs/integrations/all/digitalocean
5104
5401
 
5402
+ digits:
5403
+ display_name: Digits
5404
+ categories:
5405
+ - accounting
5406
+ auth_mode: OAUTH2
5407
+ authorization_url: https://connect.digits.com/v1/oauth/authorize
5408
+ token_url: https://connect.digits.com/v1/oauth/token
5409
+ body_format: json
5410
+ authorization_params:
5411
+ response_type: code
5412
+ token_params:
5413
+ grant_type: authorization_code
5414
+ refresh_params:
5415
+ grant_type: refresh_token
5416
+ proxy:
5417
+ base_url: https://connect.digits.com
5418
+ docs: https://nango.dev/docs/api-integrations/digits
5419
+ setup_guide_url: https://nango.dev/docs/api-integrations/digits/how-to-register-your-own-digits-api-oauth-app
5420
+
5421
+ digits-mcp:
5422
+ display_name: Digits (MCP)
5423
+ categories:
5424
+ - accounting
5425
+ - mcp
5426
+ auth_mode: MCP_OAUTH2
5427
+ client_registration: dynamic
5428
+ authorization_url: https://api.digits.com/oauth/authorize
5429
+ token_url: https://api.digits.com/oauth/token
5430
+ registration_url: https://api.digits.com/oauth/register
5431
+ authorization_params:
5432
+ response_type: code
5433
+ token_params:
5434
+ grant_type: authorization_code
5435
+ refresh_params:
5436
+ grant_type: refresh_token
5437
+ proxy:
5438
+ base_url: https://api.digits.com
5439
+ docs: https://nango.dev/docs/api-integrations/digits-mcp
5440
+
5105
5441
  discord:
5106
5442
  display_name: Discord
5107
5443
  categories:
@@ -5204,6 +5540,30 @@ crisp-plugin-install:
5204
5540
  docs: https://nango.dev/docs/api-integrations/crisp-plugin-install
5205
5541
  setup_guide_url: https://nango.dev/docs/api-integrations/crisp-plugin-install/how-to-register-your-own-crisp-plugin
5206
5542
 
5543
+ crunchbase:
5544
+ display_name: Crunchbase
5545
+ categories:
5546
+ - crm
5547
+ auth_mode: API_KEY
5548
+ proxy:
5549
+ base_url: https://api.crunchbase.com/
5550
+ headers:
5551
+ x-cb-user-key: ${apiKey}
5552
+ verification:
5553
+ method: GET
5554
+ endpoints:
5555
+ - /v4/data/autocompletes?query=instantly&limit=1
5556
+ docs: https://nango.dev/docs/api-integrations/crunchbase
5557
+ docs_connect: https://nango.dev/docs/api-integrations/crunchbase/connect
5558
+ credentials:
5559
+ apiKey:
5560
+ type: string
5561
+ title: API Key
5562
+ description: Your Crunchbase API key.
5563
+ doc_section: '#step-1-get-your-api-key'
5564
+ pattern: '^[a-zA-Z0-9]{32}$'
5565
+ example: 0f9c************************5336
5566
+
5207
5567
  dixa:
5208
5568
  display_name: Dixa
5209
5569
  categories:
@@ -5450,13 +5810,13 @@ drata:
5450
5810
  cisco-duo-admin:
5451
5811
  display_name: Cisco Duo Admin API
5452
5812
  categories:
5453
- - other
5813
+ - iam
5454
5814
  auth_mode: BASIC
5455
5815
  proxy:
5456
5816
  base_url: https://${connectionConfig.hostname}
5457
5817
  headers:
5458
5818
  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})})}"
5819
+ 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
5820
  retry:
5461
5821
  after:
5462
5822
  - 'retry-after'
@@ -5671,6 +6031,30 @@ ebay-sandbox:
5671
6031
  base_url: https://api.sandbox.ebay.com/
5672
6032
  docs: https://nango.dev/docs/integrations/all/ebay-sandbox
5673
6033
 
6034
+ easypost:
6035
+ display_name: EasyPost
6036
+ categories:
6037
+ - e-commerce
6038
+ auth_mode: BASIC
6039
+ proxy:
6040
+ base_url: https://api.easypost.com
6041
+ docs: https://nango.dev/docs/api-integrations/easypost
6042
+ docs_connect: https://nango.dev/docs/api-integrations/easypost/connect
6043
+ credentials:
6044
+ username:
6045
+ type: string
6046
+ title: API Key
6047
+ description: Your EasyPost API key.
6048
+ pattern: '^EZ(AK|TK)[a-zA-Z0-9]+$'
6049
+ example: EZTK****************************PCHxBDQG3lpZjneEFUxKmg
6050
+ doc_section: '#step-1-get-your-api-key'
6051
+ password:
6052
+ type: string
6053
+ title: ''
6054
+ description: ''
6055
+ hidden: true
6056
+ default_value: ''
6057
+
5674
6058
  e-conomic:
5675
6059
  display_name: e-conomic
5676
6060
  categories:
@@ -5854,14 +6238,39 @@ envoy:
5854
6238
  base_url: https://api.envoy.com
5855
6239
  docs: https://nango.dev/docs/integrations/all/envoy
5856
6240
 
5857
- epic-games:
5858
- display_name: Epic Games
6241
+ epc-gov-uk:
6242
+ display_name: Energy Performance Certificates (Gov.UK)
5859
6243
  categories:
5860
- - gaming
5861
- auth_mode: OAUTH2
5862
- authorization_url: https://www.epicgames.com/id/authorize
5863
- token_url: https://api.epicgames.dev/epic/oauth/v1/token
5864
- authorization_method: header
6244
+ - other
6245
+ auth_mode: API_KEY
6246
+ proxy:
6247
+ base_url: https://api.get-energy-performance-data.communities.gov.uk
6248
+ headers:
6249
+ authorization: Bearer ${apiKey}
6250
+ accept: application/json
6251
+ verification:
6252
+ method: GET
6253
+ endpoints:
6254
+ - /api/codes
6255
+ docs: https://nango.dev/docs/api-integrations/epc-gov-uk
6256
+ docs_connect: https://nango.dev/docs/api-integrations/epc-gov-uk/connect
6257
+ credentials:
6258
+ apiKey:
6259
+ type: string
6260
+ title: API Key
6261
+ description: The API bearer token of your account.
6262
+ pattern: '^[A-Za-z0-9]{64}$'
6263
+ example: 'a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2'
6264
+ doc_section: '#step-2-finding-your-api-key'
6265
+
6266
+ epic-games:
6267
+ display_name: Epic Games
6268
+ categories:
6269
+ - gaming
6270
+ auth_mode: OAUTH2
6271
+ authorization_url: https://www.epicgames.com/id/authorize
6272
+ token_url: https://api.epicgames.dev/epic/oauth/v1/token
6273
+ authorization_method: header
5865
6274
  proxy:
5866
6275
  base_url: https://api.epicgames.dev
5867
6276
  docs: https://nango.dev/docs/integrations/all/epic-games
@@ -5914,6 +6323,26 @@ eventbrite:
5914
6323
  base_url: https://www.eventbriteapi.com
5915
6324
  docs: https://nango.dev/docs/integrations/all/eventbrite
5916
6325
 
6326
+ etsy:
6327
+ display_name: Etsy
6328
+ categories:
6329
+ - e-commerce
6330
+ auth_mode: OAUTH2
6331
+ authorization_url: https://www.etsy.com/oauth/connect
6332
+ token_url: https://api.etsy.com/v3/public/oauth/token
6333
+ authorization_params:
6334
+ response_type: code
6335
+ token_params:
6336
+ grant_type: authorization_code
6337
+ refresh_params:
6338
+ grant_type: refresh_token
6339
+ proxy:
6340
+ base_url: https://api.etsy.com
6341
+ headers:
6342
+ x-api-key: ${clientId}:${clientSecret}
6343
+ docs: https://nango.dev/docs/api-integrations/etsy
6344
+ setup_guide_url: https://nango.dev/docs/api-integrations/etsy/how-to-register-your-own-etsy-api-oauth-app
6345
+
5917
6346
  exa:
5918
6347
  display_name: Exa
5919
6348
  categories:
@@ -6206,6 +6635,34 @@ fellow:
6206
6635
  pattern: '^[a-f0-9]{64}$'
6207
6636
  doc_section: '#step-2-generating-your-api-key'
6208
6637
 
6638
+ fern:
6639
+ display_name: Fern (Public API)
6640
+ categories:
6641
+ - dev-tools
6642
+ auth_mode: API_KEY
6643
+ proxy:
6644
+ base_url: https://${connectionConfig.baseUrl}
6645
+ headers:
6646
+ fern_api_key: ${apiKey}
6647
+ docs: https://nango.dev/docs/api-integrations/fern
6648
+ docs_connect: https://nango.dev/docs/api-integrations/fern/connect
6649
+ credentials:
6650
+ apiKey:
6651
+ type: string
6652
+ title: Fern API key
6653
+ description: Your Fern API key.
6654
+ doc_section: '#step-1-generate-your-fern-api-key'
6655
+ connection_config:
6656
+ baseUrl:
6657
+ type: string
6658
+ title: Docs URL
6659
+ description: The domain of your Fern docs site.
6660
+ example: docs.example.com
6661
+ format: hostname
6662
+ prefix: https://
6663
+ order: 1
6664
+ doc_section: '#step-2-find-your-docs-url'
6665
+
6209
6666
  freeagent:
6210
6667
  display_name: FreeAgent
6211
6668
  categories:
@@ -6773,6 +7230,7 @@ freshteam:
6773
7230
  display_name: Freshteam
6774
7231
  categories:
6775
7232
  - hr
7233
+ - ats
6776
7234
  auth_mode: API_KEY
6777
7235
  proxy:
6778
7236
  base_url: https://${connectionConfig.accountName}.freshteam.com
@@ -6801,6 +7259,47 @@ freshteam:
6801
7259
  example: 'XtoF94LMNyKPbd5AvR1QJh'
6802
7260
  pattern: '^[a-zA-Z0-9_!@#$%^&*()\\-+=]+$'
6803
7261
 
7262
+ freshworks:
7263
+ display_name: Freshworks
7264
+ categories:
7265
+ - crm
7266
+ - support
7267
+ auth_mode: OAUTH2
7268
+ authorization_url: https://${connectionConfig.hostname}/org/oauth/v2/authorize
7269
+ token_url: https://${connectionConfig.hostname}/org/oauth/v2/token
7270
+ disable_pkce: true
7271
+ token_request_auth_method: basic
7272
+ authorization_params:
7273
+ response_type: code
7274
+ token_params:
7275
+ grant_type: authorization_code
7276
+ refresh_params:
7277
+ grant_type: refresh_token
7278
+ proxy:
7279
+ base_url: https://${connectionConfig.bundleAlias}
7280
+ retry:
7281
+ after:
7282
+ - 'retry-after'
7283
+ docs: https://nango.dev/docs/api-integrations/freshworks
7284
+ docs_connect: https://nango.dev/docs/api-integrations/freshworks/connect
7285
+ connection_config:
7286
+ hostname:
7287
+ type: string
7288
+ title: Freshworks Hostname
7289
+ description: The hostname of your Freshworks account.
7290
+ format: hostname
7291
+ example: acme.myfreshworks.com
7292
+ prefix: https://
7293
+ doc_section: '#step-1-finding-your-freshworks-hostname'
7294
+ bundleAlias:
7295
+ type: string
7296
+ title: API Hostname
7297
+ description: The hostname of your Freshworks product used for API calls.
7298
+ format: hostname
7299
+ example: acme.freshservice.com
7300
+ prefix: https://
7301
+ doc_section: '#step-2-finding-your-api-hostname'
7302
+
6804
7303
  front:
6805
7304
  display_name: Front
6806
7305
  categories:
@@ -7011,6 +7510,26 @@ gerrit:
7011
7510
  doc_section: '#step-1-finding-your-host'
7012
7511
  order: 1
7013
7512
 
7513
+ getty-images:
7514
+ display_name: Getty Images
7515
+ categories:
7516
+ - design
7517
+ auth_mode: OAUTH2
7518
+ authorization_url: https://authentication.gettyimages.com/oauth2/auth
7519
+ token_url: https://authentication.gettyimages.com/oauth2/token
7520
+ authorization_params:
7521
+ response_type: code
7522
+ token_params:
7523
+ grant_type: authorization_code
7524
+ refresh_params:
7525
+ grant_type: refresh_token
7526
+ proxy:
7527
+ base_url: https://api.gettyimages.com
7528
+ headers:
7529
+ api-key: ${clientId}
7530
+ docs: https://nango.dev/docs/api-integrations/getty-images
7531
+ setup_guide_url: https://nango.dev/docs/api-integrations/getty-images/how-to-register-your-own-getty-images-oauth-app
7532
+
7014
7533
  grammarly:
7015
7534
  display_name: Grammarly
7016
7535
  categories:
@@ -7033,7 +7552,7 @@ grammarly:
7033
7552
  grammarly-scim:
7034
7553
  display_name: Grammarly SCIM
7035
7554
  categories:
7036
- - hr
7555
+ - productivity
7037
7556
  auth_mode: API_KEY
7038
7557
  proxy:
7039
7558
  base_url: https://sso.grammarly.com
@@ -7652,7 +8171,8 @@ google-chat:
7652
8171
  - productivity
7653
8172
  proxy:
7654
8173
  base_url: https://chat.googleapis.com
7655
- docs: https://nango.dev/docs/integrations/all/google-chat
8174
+ docs: https://nango.dev/docs/api-integrations/google-chat
8175
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-chat/how-to-register-your-own-google-chat-api-oauth-app
7656
8176
 
7657
8177
  google-docs:
7658
8178
  display_name: Google Docs
@@ -7724,7 +8244,8 @@ google-slides:
7724
8244
  alias: google
7725
8245
  proxy:
7726
8246
  base_url: https://slides.googleapis.com
7727
- docs: https://nango.dev/docs/integrations/all/google-slides
8247
+ docs: https://nango.dev/docs/api-integrations/google-slides
8248
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-slides/how-to-register-your-own-google-slides-api-oauth-app
7728
8249
 
7729
8250
  google-drive:
7730
8251
  display_name: Google Drive
@@ -7808,7 +8329,8 @@ google-cloud-storage:
7808
8329
  alias: google
7809
8330
  categories:
7810
8331
  - storage
7811
- docs: https://nango.dev/docs/integrations/all/google-cloud-storage
8332
+ docs: https://nango.dev/docs/api-integrations/google-cloud-storage
8333
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-cloud-storage/how-to-register-your-own-google-cloud-storage-api-oauth-app
7812
8334
 
7813
8335
  google-workspace-admin:
7814
8336
  display_name: Google Workspace Admin
@@ -7817,7 +8339,8 @@ google-workspace-admin:
7817
8339
  - productivity
7818
8340
  proxy:
7819
8341
  base_url: https://admin.googleapis.com
7820
- docs: https://nango.dev/docs/integrations/all/google-workspace-admin
8342
+ docs: https://nango.dev/docs/api-integrations/google-workspace-admin
8343
+ setup_guide_url: https://nango.dev/docs/api-integrations/google-workspace-admin/how-to-register-your-own-google-workspace-admin-api-oauth-app
7821
8344
 
7822
8345
  google-service-account:
7823
8346
  display_name: Google Service Account
@@ -8546,6 +9069,37 @@ heap:
8546
9069
  format: uuid
8547
9070
  doc_section: '#step-1-generating-your-api-key-and-app-id'
8548
9071
 
9072
+ hex:
9073
+ display_name: Hex
9074
+ categories:
9075
+ - analytics
9076
+ auth_mode: API_KEY
9077
+ proxy:
9078
+ base_url: https://${connectionConfig.subdomain}.hex.tech/api
9079
+ headers:
9080
+ authorization: Bearer ${apiKey}
9081
+ retry:
9082
+ after:
9083
+ - 'retry-after'
9084
+ docs: https://nango.dev/docs/api-integrations/hex
9085
+ docs_connect: https://nango.dev/docs/api-integrations/hex/connect
9086
+ credentials:
9087
+ apiKey:
9088
+ type: string
9089
+ title: API Token
9090
+ description: Your Hex API Token.
9091
+ example: hxtp_a1b2c3d4e5f6***
9092
+ pattern: '^hxt[pw]_[a-f0-9]+$'
9093
+ doc_section: '#step-1-creating-your-api-token'
9094
+ connection_config:
9095
+ subdomain:
9096
+ type: string
9097
+ title: Subdomain
9098
+ description: Your Hex subdomain.
9099
+ pattern: '^[a-z0-9]([a-z0-9-]*[a-z0-9])?$'
9100
+ example: app
9101
+ doc_section: '#step-2-finding-your-subdomain'
9102
+
8549
9103
  heyreach:
8550
9104
  display_name: HeyReach
8551
9105
  categories:
@@ -8749,6 +9303,38 @@ hover:
8749
9303
  base_url: https://api.hover.to
8750
9304
  docs: https://nango.dev/docs/integrations/all/hover
8751
9305
 
9306
+ huntress:
9307
+ display_name: Huntress
9308
+ categories:
9309
+ - other
9310
+ auth_mode: BASIC
9311
+ proxy:
9312
+ base_url: https://api.huntress.io
9313
+ verification:
9314
+ method: GET
9315
+ headers:
9316
+ content-type: application/json
9317
+ endpoints:
9318
+ - /v1/organizations
9319
+ docs: https://nango.dev/docs/api-integrations/huntress
9320
+ docs_connect: https://nango.dev/docs/api-integrations/huntress/connect
9321
+ credentials:
9322
+ username:
9323
+ type: string
9324
+ title: API Key
9325
+ description: Your Huntress API key.
9326
+ pattern: '^hk_[A-Za-z0-9]+$'
9327
+ example: hk_XXXXXXXXXXXXXXXX
9328
+ doc_section: '#step-1-generate-api-keys'
9329
+ password:
9330
+ type: string
9331
+ title: API Secret
9332
+ description: Your Huntress API secret.
9333
+ secret: true
9334
+ pattern: '^hs_[A-Za-z0-9]+$'
9335
+ example: hs_XXXXXXXXXXXXXXXX
9336
+ doc_section: '#step-1-generate-api-keys'
9337
+
8752
9338
  hubspot:
8753
9339
  display_name: HubSpot
8754
9340
  categories:
@@ -9092,6 +9678,7 @@ jazzhr:
9092
9678
  display_name: JazzHR
9093
9679
  categories:
9094
9680
  - hr
9681
+ - ats
9095
9682
  auth_mode: API_KEY
9096
9683
  proxy:
9097
9684
  base_url: https://api.resumatorapi.com
@@ -9112,6 +9699,39 @@ jazzhr:
9112
9699
  description: Your JazzHR API Key
9113
9700
  doc_section: '#step-1-finding-your-api-key'
9114
9701
 
9702
+ jiminny:
9703
+ display_name: Jiminny
9704
+ categories:
9705
+ - productivity
9706
+ - communication
9707
+ auth_mode: API_KEY
9708
+ proxy:
9709
+ base_url: https://app.jiminny.${connectionConfig.region}/customer/api
9710
+ headers:
9711
+ authorization: Bearer ${apiKey}
9712
+ verification:
9713
+ method: GET
9714
+ endpoints:
9715
+ - /v1/me
9716
+ docs: https://nango.dev/docs/api-integrations/jiminny
9717
+ docs_connect: https://nango.dev/docs/api-integrations/jiminny/connect
9718
+ connection_config:
9719
+ region:
9720
+ type: string
9721
+ title: Region
9722
+ description: The region your Jiminny account is hosted in.
9723
+ pattern: '^(eu|com)$'
9724
+ example: eu
9725
+ doc_section: '#step-1-find-your-region'
9726
+ credentials:
9727
+ apiKey:
9728
+ type: string
9729
+ title: API Key
9730
+ description: Your Jiminny API key.
9731
+ example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
9732
+ pattern: '^eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$'
9733
+ doc_section: '#step-2-generate-an-api-key'
9734
+
9115
9735
  jira:
9116
9736
  display_name: Jira (OAuth)
9117
9737
  categories:
@@ -9234,7 +9854,7 @@ jira-data-center:
9234
9854
  type: string
9235
9855
  title: Domain
9236
9856
  description: The domain of your Jira Data Center account
9237
- pattern: '^[A-Za-z0-9.-]+(?::\d+(?:/[-A-Za-z0-9.]*)*)?$'
9857
+ pattern: '^[a-zA-Z0-9.-]+(:\d+)?(/[a-zA-Z0-9._~-]+)*/?$'
9238
9858
  prefix: https://
9239
9859
  example: foobar.atlassian.net
9240
9860
 
@@ -9307,6 +9927,7 @@ jobadder:
9307
9927
  display_name: Jobadder
9308
9928
  categories:
9309
9929
  - hr
9930
+ - ats
9310
9931
  auth_mode: OAUTH2
9311
9932
  authorization_url: https://id.jobadder.com/connect/authorize
9312
9933
  token_url: https://id.jobadder.com/connect/token
@@ -9435,7 +10056,7 @@ jotform:
9435
10056
  jumpcloud:
9436
10057
  display_name: JumpCloud
9437
10058
  categories:
9438
- - other
10059
+ - iam
9439
10060
  auth_mode: API_KEY
9440
10061
  proxy:
9441
10062
  base_url: https://console.jumpcloud.com/api
@@ -9651,22 +10272,16 @@ kintone-user-api:
9651
10272
  pattern: '^[a-z0-9_-]+$'
9652
10273
 
9653
10274
  knowbe4:
9654
- display_name: KnowBe4 (Reporting)
10275
+ display_name: KnowBe4
9655
10276
  categories:
9656
10277
  - support
9657
10278
  auth_mode: API_KEY
9658
10279
  proxy:
9659
10280
  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
10281
  headers:
9667
10282
  authorization: Bearer ${apiKey}
9668
- docs: https://nango.dev/docs/integrations/all/knowbe4
9669
- docs_connect: https://nango.dev/docs/integrations/all/knowbe4/connect
10283
+ docs: https://nango.dev/docs/api-integrations/knowbe4
10284
+ docs_connect: https://nango.dev/docs/api-integrations/knowbe4/connect
9670
10285
  credentials:
9671
10286
  apiKey:
9672
10287
  type: string
@@ -9777,6 +10392,33 @@ klicktipp:
9777
10392
  docs: https://nango.dev/docs/api-integrations/klicktipp
9778
10393
  docs_connect: https://nango.dev/docs/api-integrations/klicktipp/connect
9779
10394
 
10395
+ kno-commerce:
10396
+ display_name: Kno Commerce
10397
+ categories:
10398
+ - e-commerce
10399
+ auth_mode: OAUTH2_CC
10400
+ token_url: https://app-api.knocommerce.com/api/oauth2/token
10401
+ token_request_auth_method: basic
10402
+ body_format: query
10403
+ token_params:
10404
+ grant_type: client_credentials
10405
+ proxy:
10406
+ base_url: https://app-api.knocommerce.com
10407
+ docs: https://nango.dev/docs/api-integrations/kno-commerce
10408
+ docs_connect: https://nango.dev/docs/api-integrations/kno-commerce/connect
10409
+ credentials:
10410
+ client_id:
10411
+ type: string
10412
+ title: Client ID
10413
+ description: Your Kno Commerce API client ID
10414
+ doc_section: '#step-1-creating-an-api-client'
10415
+ client_secret:
10416
+ type: string
10417
+ title: Client Secret
10418
+ description: Your Kno Commerce API client secret
10419
+ secret: true
10420
+ doc_section: '#step-1-creating-an-api-client'
10421
+
9780
10422
  kustomer:
9781
10423
  display_name: Kustomer
9782
10424
  categories:
@@ -10100,7 +10742,7 @@ linear-mcp:
10100
10742
  grant_type: authorization_code
10101
10743
  refresh_params:
10102
10744
  grant_type: refresh_token
10103
- docs: https://nango.dev/docs/api-integrations/linear
10745
+ docs: https://nango.dev/docs/api-integrations/linear-mcp
10104
10746
 
10105
10747
  linkedin:
10106
10748
  display_name: LinkedIn
@@ -10127,6 +10769,24 @@ linkhut:
10127
10769
  base_url: https://api.ln.ht
10128
10770
  docs: https://nango.dev/docs/integrations/all/linkhut
10129
10771
 
10772
+ lokalise:
10773
+ display_name: Lokalise
10774
+ categories:
10775
+ - productivity
10776
+ auth_mode: OAUTH2
10777
+ authorization_url: https://app.lokalise.com/oauth2/auth
10778
+ token_url: https://app.lokalise.com/oauth2/token
10779
+ body_format: json
10780
+ token_params:
10781
+ grant_type: authorization_code
10782
+ refresh_params:
10783
+ grant_type: refresh_token
10784
+ disable_pkce: true
10785
+ proxy:
10786
+ base_url: https://api.lokalise.com/api2
10787
+ docs: https://nango.dev/docs/api-integrations/lokalise
10788
+ setup_guide_url: https://nango.dev/docs/api-integrations/lokalise/how-to-register-your-own-lokalise-oauth-app
10789
+
10130
10790
  loom-scim:
10131
10791
  display_name: Loom (SCIM)
10132
10792
  categories:
@@ -10196,8 +10856,8 @@ loop-returns:
10196
10856
  headers:
10197
10857
  x-authorization: ${apiKey}
10198
10858
  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
10859
+ docs: https://nango.dev/docs/integrations/all/loop-returns
10860
+ docs_connect: https://nango.dev/docs/integrations/all/loop-returns/connect
10201
10861
  credentials:
10202
10862
  apiKey:
10203
10863
  type: string
@@ -10231,7 +10891,7 @@ looker:
10231
10891
  prefix: https://
10232
10892
  example: mycompany.looker.com
10233
10893
  order: 1
10234
- format: hostname
10894
+ pattern: '^[a-zA-Z0-9.-]+(:[0-9]+)?$'
10235
10895
  doc_section: '#step-1-finding-your-looker-hostname'
10236
10896
  credentials:
10237
10897
  clientId:
@@ -10246,6 +10906,47 @@ looker:
10246
10906
  secret: true
10247
10907
  doc_section: '#step-2-obtaining-your-client-credentials'
10248
10908
 
10909
+ looker-oauth:
10910
+ display_name: Looker (OAuth)
10911
+ categories:
10912
+ - analytics
10913
+ auth_mode: OAUTH2
10914
+ authorization_url: https://${connectionConfig.hostname}/auth
10915
+ token_url: https://${connectionConfig.apiHostname}/api/token
10916
+ authorization_params:
10917
+ response_type: code
10918
+ default_scopes:
10919
+ - cors_api
10920
+ body_format: json
10921
+ token_params:
10922
+ grant_type: authorization_code
10923
+ refresh_params:
10924
+ grant_type: refresh_token
10925
+ proxy:
10926
+ base_url: https://${connectionConfig.apiHostname}/api
10927
+ docs: https://nango.dev/docs/api-integrations/looker-oauth
10928
+ setup_guide_url: https://nango.dev/docs/api-integrations/looker-oauth/how-to-register-your-own-looker-oauth-app
10929
+ docs_connect: https://nango.dev/docs/api-integrations/looker-oauth/connect
10930
+ connection_config:
10931
+ hostname:
10932
+ type: string
10933
+ title: Looker UI Hostname
10934
+ description: Your Looker instance UI hostname.
10935
+ format: hostname
10936
+ prefix: https://
10937
+ example: mycompany.looker.com
10938
+ order: 1
10939
+ doc_section: '#step-1-finding-your-looker-ui-hostname'
10940
+ apiHostname:
10941
+ type: string
10942
+ title: Looker API Hostname
10943
+ description: Your Looker API hostname including port.
10944
+ pattern: '^[a-zA-Z0-9.-]+(:[0-9]+)?$'
10945
+ prefix: https://
10946
+ example: mycompany.looker.com:19999
10947
+ order: 2
10948
+ doc_section: '#step-2-finding-your-looker-api-hostname'
10949
+
10249
10950
  lucid-scim:
10250
10951
  display_name: Lucid (SCIM)
10251
10952
  categories:
@@ -10395,7 +11096,7 @@ lob:
10395
11096
  title: Secret API Key
10396
11097
  description: Your Lob Secret API Key.
10397
11098
  secret: true
10398
- example: 'test_0dc8d***************************5b0cc'
11099
+ example: 'live_0dc8d***************************5b0cc'
10399
11100
  pattern: '^(test|live)_[a-f0-9]{35}$'
10400
11101
  doc_section: '#step-1-getting-your-secret-api-key'
10401
11102
  password:
@@ -10536,6 +11237,7 @@ manatal:
10536
11237
  categories:
10537
11238
  - crm
10538
11239
  - hr
11240
+ - ats
10539
11241
  proxy:
10540
11242
  base_url: https://api.manatal.com/open/v3
10541
11243
  verification:
@@ -10679,7 +11381,7 @@ metabase:
10679
11381
  - analytics
10680
11382
  auth_mode: API_KEY
10681
11383
  proxy:
10682
- base_url: https://${connectionConfig.domain}.com
11384
+ base_url: https://${connectionConfig.hostname} || https://${connectionConfig.domain}.com
10683
11385
  headers:
10684
11386
  x-api-key: ${apiKey}
10685
11387
  verification:
@@ -10688,22 +11390,32 @@ metabase:
10688
11390
  content-type: application/json
10689
11391
  endpoints:
10690
11392
  - /api/database
10691
- docs: https://nango.dev/docs/integrations/all/metabase
10692
- docs_connect: https://nango.dev/docs/integrations/all/metabase/connect
11393
+ docs: https://nango.dev/docs/api-integrations/metabase
11394
+ docs_connect: https://nango.dev/docs/api-integrations/metabase/connect
10693
11395
  connection_config:
11396
+ hostname:
11397
+ type: string
11398
+ title: Hostname
11399
+ description: The Metabase hostname
11400
+ example: acme.metabaseapp.com
11401
+ format: hostname
11402
+ prefix: https://
11403
+ order: 1
11404
+ doc_section: '#step-1-finding-your-metabase-hostname'
10694
11405
  domain:
10695
11406
  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'
11407
+ title: ''
11408
+ description: ''
11409
+ default_value: ''
11410
+ hidden: true # deprecating this in favor of hostname
10701
11411
  credentials:
10702
11412
  apiKey:
10703
11413
  type: string
10704
11414
  title: API Key
10705
11415
  description: The API key for your Metabase account
10706
- doc_section: '#step-1-generating-an-api-key'
11416
+ example: mb_**************************kR9mZw=
11417
+ pattern: '^mb_[A-Za-z0-9+/]+=*$'
11418
+ doc_section: '#step-2-generating-an-api-key'
10707
11419
 
10708
11420
  mercury:
10709
11421
  display_name: Mercury
@@ -10764,6 +11476,7 @@ microsoft-admin:
10764
11476
  - communication
10765
11477
  - dev-tools
10766
11478
  - productivity
11479
+ - iam
10767
11480
  authorization_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/adminconsent
10768
11481
  token_url: https://login.microsoftonline.com/${connectionConfig.tenantId}/oauth2/v2.0/token
10769
11482
  authorization_code_param_in_callback: tenant
@@ -10850,8 +11563,8 @@ microsoft-oauth2-cc:
10850
11563
  webhook_user_defined_secret: true
10851
11564
  webhook_allowed_query_params:
10852
11565
  - 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
11566
+ docs: https://nango.dev/docs/api-integrations/microsoft-oauth2-cc
11567
+ docs_connect: https://nango.dev/docs/api-integrations/microsoft-oauth2-cc/connect
10855
11568
  connection_config:
10856
11569
  tenantId:
10857
11570
  type: string
@@ -10891,6 +11604,14 @@ microsoft-teams:
10891
11604
  docs: https://nango.dev/docs/api-integrations/microsoft-teams
10892
11605
  setup_guide_url: https://nango.dev/docs/api-integrations/microsoft-teams/how-to-register-your-own-microsoft-teams-api-oauth-app
10893
11606
 
11607
+ microsoft-people:
11608
+ display_name: Microsoft People
11609
+ categories:
11610
+ - productivity
11611
+ alias: microsoft
11612
+ docs: https://nango.dev/docs/api-integrations/microsoft-people
11613
+ setup_guide_url: https://nango.dev/docs/api-integrations/microsoft-people/how-to-register-your-own-microsoft-people-api-oauth-app
11614
+
10894
11615
  microsoft-word:
10895
11616
  display_name: Microsoft Word
10896
11617
  categories:
@@ -10974,7 +11695,7 @@ microsoft-ads:
10974
11695
  microsoft-entra-id:
10975
11696
  display_name: Microsoft Entra ID
10976
11697
  categories:
10977
- - other
11698
+ - iam
10978
11699
  alias: microsoft
10979
11700
  docs: https://nango.dev/docs/integrations/all/microsoft-entra-id
10980
11701
 
@@ -11046,32 +11767,68 @@ maximizer-on-premise:
11046
11767
  example: maximizer.mycompany.com
11047
11768
  format: hostname
11048
11769
 
11049
- mindbody:
11050
- display_name: Mindbody
11770
+ maxio:
11771
+ display_name: Maxio
11051
11772
  categories:
11052
- - productivity
11053
- auth_mode: API_KEY
11773
+ - payment
11774
+ auth_mode: BASIC
11054
11775
  proxy:
11055
- base_url: https://api.mindbodyonline.com
11056
- headers:
11057
- api-key: ${apiKey}
11058
- siteid: ${connectionConfig.siteId}
11059
- authorization: ${connectionConfig.staffUserToken}
11776
+ base_url: https://${connectionConfig.hostname}
11060
11777
  verification:
11061
11778
  method: GET
11062
- headers:
11063
- content-type: application/json
11064
11779
  endpoints:
11065
- - /public/v6/site/locations
11066
- docs: https://nango.dev/docs/integrations/all/mindbody
11067
- docs_connect: https://nango.dev/docs/integrations/all/mindbody/connect
11780
+ - /subscriptions.json
11781
+ docs: https://nango.dev/docs/api-integrations/maxio
11782
+ docs_connect: https://nango.dev/docs/api-integrations/maxio/connect
11068
11783
  credentials:
11069
- apiKey:
11784
+ username:
11070
11785
  type: string
11071
11786
  title: API Key
11072
- description: The API key for your Mindbody account
11073
- pattern: '^[a-f0-9]{32}$'
11074
- example: a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
11787
+ description: Your Maxio API Key.
11788
+ doc_section: '#step-2-retrieving-your-api-key'
11789
+ password:
11790
+ type: string
11791
+ title: ''
11792
+ description: ''
11793
+ default_value: 'X'
11794
+ hidden: true
11795
+ connection_config:
11796
+ hostname:
11797
+ type: string
11798
+ title: Hostname
11799
+ description: Your Maxio site hostname.
11800
+ pattern: '^[a-zA-Z0-9-]+\.(chargify\.com|ebilling\.maxio\.com)$'
11801
+ example: acme.chargify.com
11802
+ prefix: https://
11803
+ order: 1
11804
+ doc_section: '#step-1-finding-your-hostname'
11805
+
11806
+ mindbody:
11807
+ display_name: Mindbody
11808
+ categories:
11809
+ - productivity
11810
+ auth_mode: API_KEY
11811
+ proxy:
11812
+ base_url: https://api.mindbodyonline.com
11813
+ headers:
11814
+ api-key: ${apiKey}
11815
+ siteid: ${connectionConfig.siteId}
11816
+ authorization: ${connectionConfig.staffUserToken}
11817
+ verification:
11818
+ method: GET
11819
+ headers:
11820
+ content-type: application/json
11821
+ endpoints:
11822
+ - /public/v6/site/locations
11823
+ docs: https://nango.dev/docs/integrations/all/mindbody
11824
+ docs_connect: https://nango.dev/docs/integrations/all/mindbody/connect
11825
+ credentials:
11826
+ apiKey:
11827
+ type: string
11828
+ title: API Key
11829
+ description: The API key for your Mindbody account
11830
+ pattern: '^[a-f0-9]{32}$'
11831
+ example: a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
11075
11832
  doc_section: '#step-2-generate-api-key'
11076
11833
  connection_config:
11077
11834
  siteId:
@@ -11375,6 +12132,28 @@ momentum-io:
11375
12132
  description: The API key for your Make account
11376
12133
  doc_section: '#step-1-generating-an-api-key'
11377
12134
 
12135
+ modjo-ai:
12136
+ display_name: Modjo AI
12137
+ categories:
12138
+ - crm
12139
+ auth_mode: API_KEY
12140
+ proxy:
12141
+ base_url: https://api.modjo.ai
12142
+ headers:
12143
+ x-api-key: ${apiKey}
12144
+ verification:
12145
+ method: GET
12146
+ endpoints:
12147
+ - /v1/users?page=1&perPage=1
12148
+ docs: https://nango.dev/docs/api-integrations/modjo-ai
12149
+ docs_connect: https://nango.dev/docs/api-integrations/modjo-ai/connect
12150
+ credentials:
12151
+ apiKey:
12152
+ type: string
12153
+ title: API Key
12154
+ description: Your Modjo AI API key.
12155
+ doc_section: '#step-1-generate-your-api-key'
12156
+
11378
12157
  mollie:
11379
12158
  display_name: Mollie
11380
12159
  categories:
@@ -11745,6 +12524,48 @@ nocrm:
11745
12524
  order: 1
11746
12525
  doc_section: '#step-1-finding-your-subdomain'
11747
12526
 
12527
+ northbeam:
12528
+ display_name: Northbeam
12529
+ categories:
12530
+ - analytics
12531
+ - marketing
12532
+ auth_mode: API_KEY
12533
+ proxy:
12534
+ base_url: https://${connectionConfig.subdomain}.northbeam.io
12535
+ headers:
12536
+ authorization: ${apiKey}
12537
+ data-client-id: ${connectionConfig.dataClientId}
12538
+ verification:
12539
+ method: GET
12540
+ endpoints:
12541
+ - /v1/exports/attribution-models
12542
+ docs: https://nango.dev/docs/api-integrations/northbeam
12543
+ docs_connect: https://nango.dev/docs/api-integrations/northbeam/connect
12544
+ connection_config:
12545
+ subdomain:
12546
+ type: string
12547
+ title: API Subdomain
12548
+ description: Use 'api' for production or 'api-uat' for testing/development.
12549
+ pattern: '^api(-uat)?$'
12550
+ example: api
12551
+ order: 1
12552
+ doc_section: '#step-1-getting-authentication-credentials'
12553
+ dataClientId:
12554
+ type: string
12555
+ title: Data Client ID
12556
+ description: Your Northbeam Data Client ID (UUID).
12557
+ format: uuid
12558
+ example: '123e4567-e89b-12d3-a456-426614174000'
12559
+ doc_section: '#step-1-getting-authentication-credentials'
12560
+ credentials:
12561
+ apiKey:
12562
+ type: string
12563
+ title: API Key
12564
+ description: Your Northbeam API Key.
12565
+ format: uuid
12566
+ example: f1c2d3a4-5b67-4c89-ae01-123456789abc
12567
+ doc_section: '#step-1-getting-authentication-credentials'
12568
+
11748
12569
  notion:
11749
12570
  display_name: Notion
11750
12571
  categories:
@@ -11796,7 +12617,7 @@ notion-mcp:
11796
12617
  grant_type: authorization_code
11797
12618
  refresh_params:
11798
12619
  grant_type: refresh_token
11799
- docs: https://nango.dev/docs/api-integrations/notion
12620
+ docs: https://nango.dev/docs/api-integrations/notion-mcp
11800
12621
 
11801
12622
  notion-scim:
11802
12623
  display_name: Notion (SCIM API)
@@ -11862,6 +12683,33 @@ nyne-ai:
11862
12683
  example: '97e7********0463'
11863
12684
  doc_section: '#step-1-getting-your-api-credentials'
11864
12685
 
12686
+ ocean-io:
12687
+ display_name: Ocean.io
12688
+ categories:
12689
+ - crm
12690
+ auth_mode: API_KEY
12691
+ proxy:
12692
+ base_url: https://api.ocean.io
12693
+ headers:
12694
+ x-api-token: ${apiKey}
12695
+ retry:
12696
+ after:
12697
+ - 'retry-after'
12698
+ verification:
12699
+ method: GET
12700
+ endpoints:
12701
+ - /v2/credits/balance
12702
+ docs: https://nango.dev/docs/api-integrations/ocean-io
12703
+ docs_connect: https://nango.dev/docs/api-integrations/ocean-io/connect
12704
+ credentials:
12705
+ apiKey:
12706
+ type: string
12707
+ title: API Token
12708
+ description: Your Ocean.io API token.
12709
+ example: api_7Zs******_************************mhS
12710
+ pattern: '^api_[A-Za-z0-9]+_[A-Za-z0-9]+'
12711
+ doc_section: '#step-1-generate-your-api-token'
12712
+
11865
12713
  odoo:
11866
12714
  display_name: Odoo (OAuth)
11867
12715
  categories:
@@ -11936,6 +12784,7 @@ okta:
11936
12784
  auth_mode: OAUTH2
11937
12785
  categories:
11938
12786
  - dev-tools
12787
+ - iam
11939
12788
  authorization_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/authorize
11940
12789
  token_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/token
11941
12790
  authorization_params:
@@ -11969,6 +12818,7 @@ okta-cc:
11969
12818
  display_name: Okta (Client Credentials)
11970
12819
  categories:
11971
12820
  - dev-tools
12821
+ - iam
11972
12822
  auth_mode: OAUTH2_CC
11973
12823
  token_url: https://${connectionConfig.subdomain}.okta.com/oauth2/v1/token
11974
12824
  token_request_auth_method: private_key_jwt
@@ -12019,6 +12869,7 @@ okta-preview:
12019
12869
  display_name: Okta (Preview)
12020
12870
  categories:
12021
12871
  - dev-tools
12872
+ - iam
12022
12873
  authorization_url: https://${connectionConfig.subdomain}.oktapreview.com/oauth2/v1/authorize
12023
12874
  token_url: https://${connectionConfig.subdomain}.oktapreview.com/oauth2/v1/token
12024
12875
  proxy:
@@ -12099,6 +12950,7 @@ onelogin:
12099
12950
  display_name: OneLogin
12100
12951
  categories:
12101
12952
  - dev-tools
12953
+ - iam
12102
12954
  auth_mode: OAUTH2_CC
12103
12955
  token_url: https://${connectionConfig.subdomain}.onelogin.com/auth/oauth2/v2/token
12104
12956
  token_params:
@@ -12201,6 +13053,7 @@ openai:
12201
13053
  categories:
12202
13054
  - productivity
12203
13055
  - dev-tools
13056
+ - popular
12204
13057
  auth_mode: API_KEY
12205
13058
  proxy:
12206
13059
  base_url: https://api.openai.com
@@ -12314,8 +13167,8 @@ oracle-hcm:
12314
13167
  oracle-cloud-identity:
12315
13168
  display_name: Oracle Cloud Identity
12316
13169
  categories:
12317
- - other
12318
13170
  - dev-tools
13171
+ - iam
12319
13172
  auth_mode: OAUTH2_CC
12320
13173
  token_url: https://${connectionConfig.serviceInstance}.identity.oraclecloud.com/oauth2/v1/token
12321
13174
  token_request_auth_method: basic
@@ -12368,7 +13221,7 @@ ordinal:
12368
13221
  ory:
12369
13222
  display_name: Ory
12370
13223
  categories:
12371
- - other
13224
+ - iam
12372
13225
  auth_mode: OAUTH2_CC
12373
13226
  proxy:
12374
13227
  base_url: https://${connectionConfig.projectSlug}.projects.oryapis.com
@@ -12424,6 +13277,7 @@ outlook:
12424
13277
  display_name: Outlook
12425
13278
  categories:
12426
13279
  - communication
13280
+ - popular
12427
13281
  alias: microsoft
12428
13282
  docs: https://nango.dev/docs/api-integrations/outlook
12429
13283
  setup_guide_url: https://nango.dev/docs/api-integrations/outlook/how-to-register-your-own-outlook-api-oauth-app
@@ -12460,6 +13314,46 @@ pagerduty:
12460
13314
  - 'ratelimit-reset'
12461
13315
  docs: https://nango.dev/docs/integrations/all/pagerduty
12462
13316
 
13317
+ paligo:
13318
+ display_name: Paligo
13319
+ categories:
13320
+ - cms
13321
+ auth_mode: BASIC
13322
+ proxy:
13323
+ base_url: https://${connectionConfig.subdomain}.paligoapp.com
13324
+ verification:
13325
+ method: GET
13326
+ endpoints:
13327
+ - /api/v2/groups?page=1&per_page=1
13328
+ docs: https://nango.dev/docs/api-integrations/paligo
13329
+ docs_connect: https://nango.dev/docs/api-integrations/paligo/connect
13330
+ connection_config:
13331
+ subdomain:
13332
+ type: string
13333
+ title: Paligo Instance Name
13334
+ description: The name of your Paligo instance
13335
+ example: mycompany
13336
+ suffix: .paligoapp.com
13337
+ prefix: https://
13338
+ order: 1
13339
+ doc_section: '#step-1-find-your-paligo-instance-name'
13340
+ credentials:
13341
+ username:
13342
+ type: string
13343
+ title: Username
13344
+ description: Your Paligo account username (email address).
13345
+ example: name@example.com
13346
+ format: email
13347
+ doc_section: '#step-3-enter-credentials-in-the-connect-ui'
13348
+ password:
13349
+ type: string
13350
+ title: API Key
13351
+ description: The API key token generated.
13352
+ secret: true
13353
+ pattern: '^[A-F0-9]+$'
13354
+ example: 74E12F****************************9C5D6F
13355
+ doc_section: '#step-2-create-an-api-key'
13356
+
12463
13357
  pandadoc:
12464
13358
  display_name: Pandadoc
12465
13359
  categories:
@@ -12503,6 +13397,37 @@ pandadoc-api-key:
12503
13397
  example: 3039ba033eb1410caa0a2227158d63c9d6502cd8
12504
13398
  pattern: '^[a-fA-F0-9]+$'
12505
13399
 
13400
+ paddle:
13401
+ display_name: Paddle
13402
+ categories:
13403
+ - payment
13404
+ auth_mode: API_KEY
13405
+ proxy:
13406
+ base_url: https://${connectionConfig.subdomain}.paddle.com
13407
+ headers:
13408
+ authorization: Bearer ${apiKey}
13409
+ docs: https://nango.dev/docs/api-integrations/paddle
13410
+ docs_connect: https://nango.dev/docs/api-integrations/paddle/connect
13411
+ setup_guide_url: https://nango.dev/docs/api-integrations/paddle/connect
13412
+ credentials:
13413
+ apiKey:
13414
+ type: string
13415
+ title: API Key
13416
+ description: Your Paddle API key.
13417
+ example: pdl_live_apikey_01kpb*********************_xRs9*********************_A40
13418
+ doc_section: '#step-1-generating-your-api-key'
13419
+ connection_config:
13420
+ subdomain:
13421
+ type: string
13422
+ title: Environment
13423
+ description: Use 'api' for live or 'sandbox-api' for sandbox.
13424
+ pattern: '^(api|sandbox-api)$'
13425
+ example: api
13426
+ prefix: https://
13427
+ suffix: .paddle.com
13428
+ doc_section: '#step-2-choose-your-environment'
13429
+ order: 1
13430
+
12506
13431
  passportal:
12507
13432
  display_name: Passportal
12508
13433
  categories:
@@ -12922,8 +13847,8 @@ pennylane-company-api:
12922
13847
  retry:
12923
13848
  at:
12924
13849
  - '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
13850
+ docs: https://nango.dev/docs/integrations/all/pennylane-company-api
13851
+ docs_connect: https://nango.dev/docs/integrations/all/pennylane-company-api/connect
12927
13852
  credentials:
12928
13853
  apiKey:
12929
13854
  type: string
@@ -13076,6 +14001,7 @@ personio-recruiting:
13076
14001
  display_name: Personio Recruiting
13077
14002
  categories:
13078
14003
  - hr
14004
+ - ats
13079
14005
  auth_mode: API_KEY
13080
14006
  proxy:
13081
14007
  base_url: https://api.personio.de/v1
@@ -13133,6 +14059,7 @@ pingone:
13133
14059
  display_name: PingOne
13134
14060
  categories:
13135
14061
  - dev-tools
14062
+ - iam
13136
14063
  auth_mode: OAUTH2
13137
14064
  authorization_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/authorize
13138
14065
  token_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/token
@@ -13148,8 +14075,8 @@ pingone:
13148
14075
  retry:
13149
14076
  after:
13150
14077
  - 'retry-after'
13151
- docs: https://docs.nango.dev/integrations/all/pingone
13152
- docs_connect: https://docs.nango.dev/integrations/all/pingone/connect
14078
+ docs: https://nango.dev/docs/integrations/all/pingone
14079
+ docs_connect: https://nango.dev/docs/integrations/all/pingone/connect
13153
14080
  connection_config:
13154
14081
  tld:
13155
14082
  type: string
@@ -13171,6 +14098,7 @@ pingone-cc:
13171
14098
  display_name: PingOne (Client Credentials)
13172
14099
  categories:
13173
14100
  - dev-tools
14101
+ - iam
13174
14102
  auth_mode: OAUTH2_CC
13175
14103
  token_url: https://auth.pingone.${connectionConfig.tld}/${connectionConfig.environmentId}/as/token
13176
14104
  scope_separator: ' '
@@ -13181,8 +14109,8 @@ pingone-cc:
13181
14109
  retry:
13182
14110
  after:
13183
14111
  - 'retry-after'
13184
- docs: https://docs.nango.dev/integrations/all/pingone-cc
13185
- docs_connect: https://docs.nango.dev/integrations/all/pingone-cc/connect
14112
+ docs: https://nango.dev/docs/integrations/all/pingone-cc
14113
+ docs_connect: https://nango.dev/docs/integrations/all/pingone-cc/connect
13186
14114
  connection_config:
13187
14115
  tld:
13188
14116
  type: string
@@ -13454,6 +14382,27 @@ podium:
13454
14382
  title: API Version
13455
14383
  description: The API version of your Podium account
13456
14384
 
14385
+ podscribe:
14386
+ display_name: Podscribe
14387
+ categories:
14388
+ - marketing
14389
+ - analytics
14390
+ auth_mode: API_KEY
14391
+ proxy:
14392
+ headers:
14393
+ authorization: Bearer ${apiKey}
14394
+ base_url: https://backend.podscribe.ai
14395
+ docs: https://nango.dev/docs/api-integrations/podscribe
14396
+ docs_connect: https://nango.dev/docs/api-integrations/podscribe/connect
14397
+ credentials:
14398
+ apiKey:
14399
+ type: string
14400
+ title: API Key
14401
+ description: The API key for your Podscribe account
14402
+ pattern: '^[a-zA-Z0-9]+\.[a-zA-Z0-9]+\.[a-zA-Z0-9_-]+$'
14403
+ example: xkPqbW**********.*********.*******T8mz
14404
+ doc_section: '#step-1-generating-your-api-key'
14405
+
13457
14406
  posthog:
13458
14407
  display_name: PostHog
13459
14408
  categories:
@@ -13485,6 +14434,34 @@ posthog:
13485
14434
  example: phx_1PPf***************************k3D
13486
14435
  doc_section: '#step-2-finding-your-api-key'
13487
14436
 
14437
+ posthog-oauth:
14438
+ display_name: PostHog (OAuth)
14439
+ categories:
14440
+ - dev-tools
14441
+ auth_mode: OAUTH2
14442
+ authorization_url: https://oauth.posthog.com/oauth/authorize/
14443
+ token_url: https://oauth.posthog.com/oauth/token/
14444
+ token_params:
14445
+ grant_type: authorization_code
14446
+ refresh_params:
14447
+ grant_type: refresh_token
14448
+ proxy:
14449
+ base_url: https://${connectionConfig.subdomain}.posthog.com
14450
+ docs: https://nango.dev/docs/api-integrations/posthog-oauth
14451
+ setup_guide_url: https://nango.dev/docs/api-integrations/posthog-oauth/how-to-register-your-own-posthog-oauth-api-oauth-app
14452
+ docs_connect: https://nango.dev/docs/api-integrations/posthog-oauth/connect
14453
+ connection_config:
14454
+ subdomain:
14455
+ type: string
14456
+ title: Subdomain
14457
+ description: The subdomain of your PostHog cloud account.
14458
+ pattern: '^(us(\.i)?|eu(\.i)?)$'
14459
+ example: us
14460
+ suffix: .posthog.com
14461
+ prefix: https://
14462
+ order: 1
14463
+ doc_section: '#step-1-finding-your-subdomain'
14464
+
13488
14465
  prive:
13489
14466
  display_name: Prive
13490
14467
  categories:
@@ -13940,6 +14917,31 @@ quickbooks-sandbox:
13940
14917
  example: '9341453474484455'
13941
14918
  doc_section: '#step-1-finding-your-realm-id'
13942
14919
 
14920
+ quipteams:
14921
+ display_name: Quipteams
14922
+ categories:
14923
+ - other
14924
+ auth_mode: API_KEY
14925
+ proxy:
14926
+ base_url: https://api.quipteams.com
14927
+ headers:
14928
+ authorization: Bearer ${apiKey}
14929
+ verification:
14930
+ method: GET
14931
+ endpoints:
14932
+ - /api/v1/quotes
14933
+ retry:
14934
+ at:
14935
+ - 'x-ratelimit-reset'
14936
+ docs: https://nango.dev/docs/api-integrations/quipteams
14937
+ docs_connect: https://nango.dev/docs/api-integrations/quipteams/connect
14938
+ credentials:
14939
+ apiKey:
14940
+ type: string
14941
+ title: API Key
14942
+ description: Your Quipteams API key.
14943
+ doc_section: '#step-1-finding-your-api-key'
14944
+
13943
14945
  ragieai:
13944
14946
  display_name: Ragie AI
13945
14947
  categories:
@@ -14169,6 +15171,7 @@ recruitcrm:
14169
15171
  display_name: Recruitcrm
14170
15172
  categories:
14171
15173
  - hr
15174
+ - ats
14172
15175
  auth_mode: API_KEY
14173
15176
  proxy:
14174
15177
  base_url: https://api.recruitcrm.com
@@ -14236,6 +15239,7 @@ recruiterflow:
14236
15239
  display_name: Recruiterflow
14237
15240
  categories:
14238
15241
  - hr
15242
+ - ats
14239
15243
  auth_mode: API_KEY
14240
15244
  proxy:
14241
15245
  base_url: https://api.recruiterflow.com
@@ -14258,6 +15262,27 @@ recruiterflow:
14258
15262
  example: 7b0c0d****************************
14259
15263
  pattern: '^[a-zA-Z0-9_]+$'
14260
15264
 
15265
+ render-mcp:
15266
+ display_name: Render (MCP)
15267
+ categories:
15268
+ - dev-tools
15269
+ - mcp
15270
+ auth_mode: API_KEY
15271
+ proxy:
15272
+ base_url: https://mcp.render.com
15273
+ headers:
15274
+ authorization: Bearer ${apiKey}
15275
+ docs: https://nango.dev/docs/api-integrations/render-mcp
15276
+ docs_connect: https://nango.dev/docs/api-integrations/render-mcp/connect
15277
+ credentials:
15278
+ apiKey:
15279
+ type: string
15280
+ title: API Key
15281
+ description: Your Render API key from Account Settings.
15282
+ doc_section: '#step-1-create-a-render-api-key'
15283
+ example: rnd_****************************
15284
+ pattern: '^rnd_[A-Za-z0-9]+$'
15285
+
14261
15286
  reddit:
14262
15287
  display_name: Reddit
14263
15288
  categories:
@@ -14473,6 +15498,31 @@ retell-ai:
14473
15498
  example: key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
14474
15499
  doc_section: '#step-1-finding-your-retell-ai-api-key'
14475
15500
 
15501
+ revivn:
15502
+ display_name: Revivn
15503
+ categories:
15504
+ - other
15505
+ auth_mode: OAUTH2_CC
15506
+ token_url: https://api.revivn.dev/oauth/token
15507
+ token_params:
15508
+ grant_type: client_credentials
15509
+ proxy:
15510
+ base_url: https://api.revivn.dev
15511
+ docs: https://nango.dev/docs/api-integrations/revivn
15512
+ docs_connect: https://nango.dev/docs/api-integrations/revivn/connect
15513
+ credentials:
15514
+ client_id:
15515
+ type: string
15516
+ title: Client ID
15517
+ description: Your Revivn OAuth2 client ID.
15518
+ doc_section: '#step-1-get-your-oauth2-credentials'
15519
+ client_secret:
15520
+ type: string
15521
+ title: Client Secret
15522
+ description: Your Revivn OAuth2 client secret.
15523
+ secret: true
15524
+ doc_section: '#step-1-get-your-oauth2-credentials'
15525
+
14476
15526
  ring-central:
14477
15527
  display_name: RingCentral
14478
15528
  categories:
@@ -14515,6 +15565,26 @@ ring-central-sandbox:
14515
15565
  - 'retry-after'
14516
15566
  docs: https://nango.dev/docs/integrations/all/ring-central-sandbox
14517
15567
 
15568
+ ringover:
15569
+ display_name: Ringover
15570
+ categories:
15571
+ - communication
15572
+ auth_mode: API_KEY
15573
+ proxy:
15574
+ base_url: https://public-api.ringover.com
15575
+ headers:
15576
+ authorization: ${apiKey}
15577
+ docs: https://nango.dev/docs/api-integrations/ringover
15578
+ docs_connect: https://nango.dev/docs/api-integrations/ringover/connect
15579
+ credentials:
15580
+ apiKey:
15581
+ type: string
15582
+ title: API Key
15583
+ description: Your Ringover API key.
15584
+ example: 'a3f9e2***************************d8e9f0'
15585
+ pattern: '^[a-f0-9]{40}$'
15586
+ doc_section: '#step-1-generating-your-api-key'
15587
+
14518
15588
  rippling:
14519
15589
  display_name: Rippling
14520
15590
  categories:
@@ -14635,6 +15705,29 @@ roller:
14635
15705
 
14636
15706
  docs: https://nango.dev/docs/integrations/all/roller
14637
15707
 
15708
+ rocketreach:
15709
+ display_name: RocketReach
15710
+ categories:
15711
+ - crm
15712
+ auth_mode: API_KEY
15713
+ proxy:
15714
+ base_url: https://api.rocketreach.co
15715
+ headers:
15716
+ api-key: ${apiKey}
15717
+ retry:
15718
+ at:
15719
+ - 'retry-after'
15720
+ docs: https://nango.dev/docs/api-integrations/rocketreach
15721
+ docs_connect: https://nango.dev/docs/api-integrations/rocketreach/connect
15722
+ credentials:
15723
+ apiKey:
15724
+ type: string
15725
+ title: API Key
15726
+ description: Your RocketReach API key.
15727
+ example: 1e4dfd5***************************e3ca3a
15728
+ pattern: '^[a-z0-9]+$'
15729
+ doc_section: '#step-1-get-your-api-key'
15730
+
14638
15731
  rootly:
14639
15732
  display_name: Rootly
14640
15733
  categories:
@@ -14650,8 +15743,8 @@ rootly:
14650
15743
  content-type: application/vnd.api+json
14651
15744
  endpoints:
14652
15745
  - /v1/users/me
14653
- docs: https://nango.dev/docs/integrations/all/rootly
14654
- docs_connect: https://nango.dev/docs/integrations/all/rootly/connect
15746
+ docs: https://nango.dev/docs/api-integrations/rootly
15747
+ docs_connect: https://nango.dev/docs/api-integrations/rootly/connect
14655
15748
  credentials:
14656
15749
  apiKey:
14657
15750
  type: string
@@ -14687,10 +15780,34 @@ reapit:
14687
15780
  title: ''
14688
15781
  description: ''
14689
15782
  automated: true
14690
- segment:
14691
- display_name: Segment
15783
+ rydoo:
15784
+ display_name: Rydoo
14692
15785
  categories:
14693
- - analytics
15786
+ - accounting
15787
+ auth_mode: OAUTH2_CC
15788
+ token_url: https://accounts.rydoo.com/connect/token
15789
+ token_request_auth_method: basic
15790
+ token_params:
15791
+ grant_type: client_credentials
15792
+ proxy:
15793
+ base_url: https://api.rydoo.com
15794
+ docs: https://nango.dev/docs/api-integrations/rydoo
15795
+ docs_connect: https://nango.dev/docs/api-integrations/rydoo/connect
15796
+ credentials:
15797
+ client_id:
15798
+ type: string
15799
+ title: Client ID
15800
+ description: Your Rydoo Client ID.
15801
+ client_secret:
15802
+ type: string
15803
+ title: Client Secret
15804
+ description: Your Rydoo Client Secret.
15805
+ secret: true
15806
+
15807
+ segment:
15808
+ display_name: Segment
15809
+ categories:
15810
+ - analytics
14694
15811
  - marketing
14695
15812
  auth_mode: OAUTH2
14696
15813
  authorization_url: https://id.segmentapis.com/oauth2/auth
@@ -14880,7 +15997,7 @@ salesforce:
14880
15997
  webhook_routing_script: salesforceWebhookRouting
14881
15998
  post_connection_script: salesforcePostConnection
14882
15999
  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
16000
+ setup_guide_url: https://nango.dev/docs/api-integrations/salesforce/salesforce-api-oauth-app-setup
14884
16001
  docs_connect: https://nango.dev/docs/api-integrations/salesforce/connect
14885
16002
  connection_config:
14886
16003
  instance_url:
@@ -14894,7 +16011,7 @@ salesforce:
14894
16011
  type: string
14895
16012
  title: Hostname
14896
16013
  description: The hostname to your Salesforce instance
14897
- format: hostname
16014
+ 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
16015
  example: acme.my.salesforce.com
14899
16016
  prefix: https://
14900
16017
  optional: true
@@ -14925,7 +16042,7 @@ salesforce-cc:
14925
16042
  type: string
14926
16043
  title: Hostname
14927
16044
  description: The hostname to your Salesforce instance
14928
- format: hostname
16045
+ 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
16046
  example: acme.my.salesforce.com
14930
16047
  prefix: https://
14931
16048
 
@@ -15033,7 +16150,7 @@ salesforce-experience-cloud:
15033
16150
  - instance_url
15034
16151
  proxy:
15035
16152
  base_url: ${connectionConfig.instance_url}
15036
- docs: https://nango.dev/docs/api-integrations/salesforce-experience-cloud
16153
+ docs: https://nango.dev/docs/integrations/all/salesforce-experience-cloud
15037
16154
  connection_config:
15038
16155
  subdomain:
15039
16156
  type: string
@@ -15079,7 +16196,7 @@ salesforce-cdp:
15079
16196
  token: access_token
15080
16197
  token_expiration: expires_in
15081
16198
  token_expiration_strategy: expireIn
15082
- docs: https://nango.dev/docs/api-integrations/salesforce-cdp
16199
+ docs: https://nango.dev/docs/integrations/all/salesforce-cdp
15083
16200
  docs_connect: https://nango.dev/docs/integrations/all/salesforce-cdp/connect
15084
16201
  credentials:
15085
16202
  jwt:
@@ -15145,7 +16262,7 @@ salesmsg-oauth2:
15145
16262
  sap-fieldglass:
15146
16263
  display_name: SAP Fieldglass
15147
16264
  categories:
15148
- - hr
16265
+ - erp
15149
16266
  body_format: form
15150
16267
  auth_mode: TWO_STEP
15151
16268
  token_url: https://${connectionConfig.domain}/api/oauth2/v2.0/token?grant_type=client_credentials&response_type=token
@@ -15364,6 +16481,7 @@ sap-odata-oauth2-cc:
15364
16481
  display_name: SAP S/4HANA Cloud (Client Credentials)
15365
16482
  categories:
15366
16483
  - erp
16484
+ - popular
15367
16485
  token_request_auth_method: basic
15368
16486
  auth_mode: OAUTH2_CC
15369
16487
  token_url: https://${connectionConfig.subdomain}.authentication.${connectionConfig.region}.hana.ondemand.com/oauth/token
@@ -15838,6 +16956,7 @@ servicenow:
15838
16956
  display_name: ServiceNow
15839
16957
  categories:
15840
16958
  - productivity
16959
+ - popular
15841
16960
  auth_mode: OAUTH2
15842
16961
  authorization_url: https://${connectionConfig.subdomain}.service-now.com/oauth_auth.do
15843
16962
  token_url: https://${connectionConfig.subdomain}.service-now.com/oauth_token.do
@@ -15922,6 +17041,7 @@ sharepoint-online:
15922
17041
  categories:
15923
17042
  - storage
15924
17043
  - communication
17044
+ - popular
15925
17045
  alias: microsoft
15926
17046
  post_connection_script: onedrivePostConnection
15927
17047
  docs: https://nango.dev/docs/api-integrations/sharepoint-online
@@ -15938,8 +17058,8 @@ sharepoint-online-oauth2-cc:
15938
17058
  grant_type: client_credentials
15939
17059
  proxy:
15940
17060
  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
17061
+ docs: https://nango.dev/docs/integrations/all/sharepoint-online-oauth2-cc
17062
+ docs_connect: https://nango.dev/docs/integrations/all/sharepoint-online-oauth2-cc/connect
15943
17063
  connection_config:
15944
17064
  tenantId:
15945
17065
  type: string
@@ -15974,8 +17094,8 @@ sharepoint-online-v1:
15974
17094
  token: access_token
15975
17095
  token_expiration: expires_in
15976
17096
  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
17097
+ docs: https://nango.dev/docs/integrations/all/sharepoint-online-v1
17098
+ docs_connect: https://nango.dev/docs/integrations/all/sharepoint-online-v1/connect
15979
17099
  connection_config:
15980
17100
  tenantId:
15981
17101
  type: string
@@ -16044,6 +17164,33 @@ shipbob-pat:
16044
17164
  pattern: '^[A-F0-9]{64}-\d+$'
16045
17165
  doc_section: '#step-1-generate-your-token'
16046
17166
 
17167
+ shippo:
17168
+ display_name: Shippo
17169
+ categories:
17170
+ - e-commerce
17171
+ auth_mode: API_KEY
17172
+ proxy:
17173
+ base_url: https://api.goshippo.com
17174
+ headers:
17175
+ authorization: ShippoToken ${apiKey}
17176
+ retry:
17177
+ at:
17178
+ - 'x-ratelimit-reset'
17179
+ verification:
17180
+ method: GET
17181
+ endpoints:
17182
+ - /parcel-templates?page=1&results=1
17183
+ docs: https://nango.dev/docs/api-integrations/shippo
17184
+ docs_connect: https://nango.dev/docs/api-integrations/shippo/connect
17185
+ credentials:
17186
+ apiKey:
17187
+ type: string
17188
+ title: API Token
17189
+ description: Your Shippo API token (live or test).
17190
+ pattern: '^shippo_(live|test)_[a-f0-9]+$'
17191
+ example: shippo_live_e2848d36****************************
17192
+ doc_section: '#step-1-get-your-api-token'
17193
+
16047
17194
  shipstation:
16048
17195
  display_name: Shipstation (v1)
16049
17196
  categories:
@@ -16122,6 +17269,8 @@ shopify:
16122
17269
  headers:
16123
17270
  x-shopify-access-token: ${accessToken}
16124
17271
  webhook_routing_script: shopifyWebhookRouting
17272
+ token_params:
17273
+ expiring: 1
16125
17274
  docs: https://nango.dev/docs/api-integrations/shopify
16126
17275
  setup_guide_url: https://nango.dev/docs/api-integrations/shopify/how-to-register-your-own-shopify-api-oauth-app
16127
17276
  docs_connect: https://nango.dev/docs/api-integrations/shopify/connect
@@ -16229,7 +17378,7 @@ shopify-partner:
16229
17378
  headers:
16230
17379
  content-type: application/json
16231
17380
  endpoints:
16232
- - 2025-04/graphql.json
17381
+ - 2026-04/graphql.json
16233
17382
  docs: https://nango.dev/docs/integrations/all/shopify-partner
16234
17383
  docs_connect: https://nango.dev/docs/integrations/all/shopify-partner/connect
16235
17384
  credentials:
@@ -16272,6 +17421,42 @@ shopify-scim:
16272
17421
  description: The SCIM API token generated from your Shopify organization settings.
16273
17422
  doc_section: '#step-1-generating-your-scim-api-token'
16274
17423
 
17424
+ shopware:
17425
+ display_name: Shopware (Admin API)
17426
+ categories:
17427
+ - e-commerce
17428
+ auth_mode: OAUTH2_CC
17429
+ body_format: json
17430
+ token_url: https://${connectionConfig.shopwareUrl}/api/oauth/token
17431
+ token_params:
17432
+ grant_type: client_credentials
17433
+ proxy:
17434
+ base_url: https://${connectionConfig.shopwareUrl}/api
17435
+ docs: https://nango.dev/docs/api-integrations/shopware
17436
+ docs_connect: https://nango.dev/docs/api-integrations/shopware/connect
17437
+ credentials:
17438
+ client_id:
17439
+ type: string
17440
+ title: Access key ID
17441
+ description: The Access key ID of yout integration.
17442
+ doc_section: '#step-2-create-a-shopware-integration'
17443
+ client_secret:
17444
+ type: string
17445
+ title: Secret access key
17446
+ description: The Secret access key of your integration.
17447
+ secret: true
17448
+ doc_section: '#step-2-create-a-shopware-integration'
17449
+ connection_config:
17450
+ shopwareUrl:
17451
+ type: string
17452
+ title: Shopware URL
17453
+ description: The hostname of your Shopware instance.
17454
+ example: myshop.example.com
17455
+ format: hostname
17456
+ prefix: https://
17457
+ order: 1
17458
+ doc_section: '#step-1-find-your-shopware-url'
17459
+
16275
17460
  shopworks:
16276
17461
  display_name: ShopWorks
16277
17462
  categories:
@@ -16358,6 +17543,35 @@ shortcut:
16358
17543
  title: API Key
16359
17544
  description: The API key for your Shortcut account
16360
17545
 
17546
+ simpro:
17547
+ display_name: simPRO
17548
+ categories:
17549
+ - productivity
17550
+ - invoicing
17551
+ auth_mode: OAUTH2
17552
+ authorization_url: https://${connectionConfig.build}.simprosuite.com/oauth2/login
17553
+ token_url: https://${connectionConfig.build}.simprosuite.com/oauth2/token
17554
+ proxy:
17555
+ base_url: https://${connectionConfig.build}.simprosuite.com
17556
+ authorization_params:
17557
+ response_type: code
17558
+ token_params:
17559
+ grant_type: authorization_code
17560
+ refresh_params:
17561
+ grant_type: refresh_token
17562
+ docs: https://nango.dev/docs/api-integrations/simpro
17563
+ docs_connect: https://nango.dev/docs/api-integrations/simpro/connect
17564
+ connection_config:
17565
+ build:
17566
+ type: string
17567
+ title: simPRO Build Name
17568
+ description: The subdomain part of your simPRO URL.
17569
+ pattern: '^[a-z0-9_-]+$'
17570
+ example: yourcompany
17571
+ suffix: .simprosuite.com
17572
+ prefix: https://
17573
+ doc_section: '#step-1-find-your-simpro-build-name'
17574
+
16361
17575
  slack:
16362
17576
  display_name: Slack
16363
17577
  categories:
@@ -16766,6 +17980,34 @@ stackexchange:
16766
17980
  base_url: https://api.stackexchange.com
16767
17981
  docs: https://nango.dev/docs/integrations/all/stackexchange
16768
17982
 
17983
+ statamic:
17984
+ display_name: Statamic
17985
+ categories:
17986
+ - cms
17987
+ auth_mode: API_KEY
17988
+ proxy:
17989
+ base_url: https://${connectionConfig.baseUrl}
17990
+ headers:
17991
+ authorization: Bearer ${apiKey}
17992
+ docs: https://nango.dev/docs/api-integrations/statamic
17993
+ docs_connect: https://nango.dev/docs/api-integrations/statamic/connect
17994
+ credentials:
17995
+ apiKey:
17996
+ type: string
17997
+ title: API token
17998
+ description: The value of STATAMIC_API_AUTH_TOKEN in your Statamic .env file.
17999
+ doc_section: '#step-1-enable-the-rest-api'
18000
+ connection_config:
18001
+ baseUrl:
18002
+ type: string
18003
+ title: Base URL
18004
+ description: The hostname of your Statamic site.
18005
+ example: mysite.example.com
18006
+ format: hostname
18007
+ prefix: https://
18008
+ order: 1
18009
+ doc_section: '#step-2-find-your-base-url'
18010
+
16769
18011
  statista:
16770
18012
  display_name: Statista
16771
18013
  categories:
@@ -16810,6 +18052,50 @@ stay-ai:
16810
18052
  pattern: '^[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}-[a-z0-9]{7}$'
16811
18053
  doc_section: '#step-1-create-a-new-api-key'
16812
18054
 
18055
+ stitch-mcp:
18056
+ display_name: Stitch (MCP)
18057
+ categories:
18058
+ - design
18059
+ - mcp
18060
+ alias: google
18061
+ default_scopes:
18062
+ - https://www.googleapis.com/auth/cloud-platform
18063
+ proxy:
18064
+ base_url: https://stitch.googleapis.com
18065
+ headers:
18066
+ x-goog-user-project: ${connectionConfig.project_id}
18067
+ connection_config:
18068
+ project_id:
18069
+ type: string
18070
+ title: ''
18071
+ description: ''
18072
+ hidden: true
18073
+ docs: https://nango.dev/docs/api-integrations/stitch-mcp
18074
+ setup_guide_url: https://nango.dev/docs/api-integrations/stitch-mcp/how-to-register-your-own-stitch-mcp-api-oauth-app
18075
+
18076
+ store-leads:
18077
+ display_name: Store Leads
18078
+ categories:
18079
+ - e-commerce
18080
+ auth_mode: API_KEY
18081
+ proxy:
18082
+ base_url: https://storeleads.app/json/api
18083
+ headers:
18084
+ authorization: Bearer ${apiKey}
18085
+ retry:
18086
+ at:
18087
+ - 'retry-after'
18088
+ docs: https://nango.dev/docs/api-integrations/store-leads
18089
+ docs_connect: https://nango.dev/docs/api-integrations/store-leads/connect
18090
+ credentials:
18091
+ apiKey:
18092
+ type: string
18093
+ title: API Key
18094
+ description: Your Store Leads API key.
18095
+ doc_section: '#step-1-generate-your-api-key'
18096
+ 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}$'
18097
+ example: a174****-****-****-****-****c6ee
18098
+
16813
18099
  strava:
16814
18100
  display_name: Strava (Mobile)
16815
18101
  categories:
@@ -16911,6 +18197,7 @@ stripe-app:
16911
18197
  display_name: Stripe App
16912
18198
  categories:
16913
18199
  - payment
18200
+ - popular
16914
18201
  auth_mode: OAUTH2
16915
18202
  authorization_url: https://marketplace.stripe.com/oauth/v2/authorize
16916
18203
  token_url: https://api.stripe.com/v1/oauth/token
@@ -17053,6 +18340,39 @@ supabase-mcp:
17053
18340
  pattern: '^sbp_[A-Za-z0-9]{40}$'
17054
18341
  doc_section: '#step-2-obtaining-your-personal-access-token'
17055
18342
 
18343
+ supabase-mcp-oauth:
18344
+ display_name: Supabase (MCP OAuth)
18345
+ categories:
18346
+ - dev-tools
18347
+ - mcp
18348
+ auth_mode: MCP_OAUTH2
18349
+ client_registration: dynamic
18350
+ registration_url: https://api.supabase.com/platform/oauth/apps/register
18351
+ authorization_url: https://api.supabase.com/v1/oauth/authorize
18352
+ token_url: https://api.supabase.com/v1/oauth/token
18353
+ authorization_params:
18354
+ response_type: code
18355
+ token_params:
18356
+ grant_type: authorization_code
18357
+ refresh_params:
18358
+ grant_type: refresh_token
18359
+ proxy:
18360
+ base_url: https://mcp.supabase.com
18361
+ headers:
18362
+ accept: application/json,text/event-stream
18363
+ connection_config:
18364
+ projectRef: ${connectionConfig.projectRef}
18365
+ docs: https://nango.dev/docs/api-integrations/supabase-mcp-oauth
18366
+ docs_connect: https://nango.dev/docs/api-integrations/supabase-mcp-oauth/connect
18367
+ connection_config:
18368
+ projectRef:
18369
+ type: string
18370
+ title: Project Reference
18371
+ description: Your Supabase project reference ID.
18372
+ example: bvzzcafzoysezumrdvif
18373
+ pattern: '^[a-z0-9]{20}$'
18374
+ doc_section: '#step-1-finding-your-project-reference'
18375
+
17056
18376
  survey-monkey:
17057
18377
  display_name: SurveyMonkey
17058
18378
  categories:
@@ -17148,6 +18468,46 @@ tailscale-api-key:
17148
18468
  pattern: '^tskey-api-[A-Za-z0-9]+CNTRL-[A-Za-z0-9]+$'
17149
18469
  doc_section: '#step-2-generating-an-api-access-token'
17150
18470
 
18471
+ talentlms:
18472
+ display_name: TalentLMS
18473
+ categories:
18474
+ - other
18475
+ auth_mode: API_KEY
18476
+ proxy:
18477
+ base_url: https://${connectionConfig.subdomain}.talentlms.com
18478
+ headers:
18479
+ x-api-key: ${apiKey}
18480
+ x-api-version: ${connectionConfig.apiVersion}
18481
+ verification:
18482
+ method: GET
18483
+ endpoints:
18484
+ - /api/v2/users?page[size]=1
18485
+ docs: https://nango.dev/docs/api-integrations/talentlms
18486
+ docs_connect: https://nango.dev/docs/api-integrations/talentlms/connect
18487
+ connection_config:
18488
+ subdomain:
18489
+ type: string
18490
+ title: Subdomain
18491
+ description: The subdomain of your TalentLMS account.
18492
+ example: mycompany
18493
+ pattern: '^[a-z0-9-]+$'
18494
+ suffix: .talentlms.com
18495
+ prefix: https://
18496
+ order: 1
18497
+ doc_section: '#step-1-finding-your-subdomain'
18498
+ apiVersion:
18499
+ type: string
18500
+ title: ''
18501
+ description: ''
18502
+ default_value: '2025-01-01'
18503
+ hidden: true
18504
+ credentials:
18505
+ apiKey:
18506
+ type: string
18507
+ title: API Key
18508
+ description: Your TalentLMS API key.
18509
+ doc_section: '#step-2-finding-your-api-key'
18510
+
17151
18511
  tally:
17152
18512
  display_name: Tally
17153
18513
  categories:
@@ -17699,6 +19059,61 @@ trigify-io-mcp:
17699
19059
  accept: application/json,text/event-stream
17700
19060
  docs: https://nango.dev/docs/api-integrations/trigify-io-mcp
17701
19061
 
19062
+ trigger-dev:
19063
+ display_name: Trigger.dev
19064
+ categories:
19065
+ - dev-tools
19066
+ auth_mode: API_KEY
19067
+ proxy:
19068
+ base_url: https://${connectionConfig.baseUrl}
19069
+ headers:
19070
+ authorization: Bearer ${apiKey}
19071
+ connection_config:
19072
+ environment: ${connectionConfig.environment}
19073
+ projectRef: ${connectionConfig.projectRef}
19074
+ triggerBranch: ${connectionConfig.triggerBranch}
19075
+ docs: https://nango.dev/docs/api-integrations/trigger-dev
19076
+ docs_connect: https://nango.dev/docs/api-integrations/trigger-dev/connect
19077
+ connection_config:
19078
+ baseUrl:
19079
+ type: string
19080
+ title: Hostname
19081
+ description: The API hostname.
19082
+ example: api.trigger.dev
19083
+ format: hostname
19084
+ prefix: https://
19085
+ order: 1
19086
+ doc_section: '#step-4-set-your-base-url'
19087
+ projectRef:
19088
+ type: string
19089
+ title: Project Ref
19090
+ description: Your Trigger.dev project identifier.
19091
+ example: proj_1234567890
19092
+ optional: true
19093
+ doc_section: '#step-2-find-your-project-ref'
19094
+ environment:
19095
+ type: string
19096
+ title: Environment
19097
+ description: The target environment.
19098
+ example: prod
19099
+ optional: true
19100
+ doc_section: '#step-3-find-your-environment'
19101
+ triggerBranch:
19102
+ type: string
19103
+ title: Preview Branch
19104
+ description: Target a specific preview branch for environment variable operations.
19105
+ example: feature-xyz
19106
+ optional: true
19107
+ doc_section: '#step-5-set-your-preview-branch'
19108
+ credentials:
19109
+ apiKey:
19110
+ type: string
19111
+ title: Secret Key
19112
+ description: Your Trigger.dev secret key or personal access token.
19113
+ pattern: '^tr_(dev|prod|stg|preview|pat)_[a-zA-Z0-9]+$'
19114
+ example: tr_dev_********************
19115
+ doc_section: '#step-1-get-your-secret-key-or-personal-access-token'
19116
+
17702
19117
  triple-whale:
17703
19118
  display_name: Triple Whale
17704
19119
  categories:
@@ -18214,6 +19629,7 @@ ukg-pro:
18214
19629
  display_name: UKG Pro
18215
19630
  categories:
18216
19631
  - hr
19632
+ - popular
18217
19633
  auth_mode: BASIC
18218
19634
  proxy:
18219
19635
  base_url: https://${connectionConfig.hostname}
@@ -18672,6 +20088,72 @@ veeva-vault:
18672
20088
  default_value: ''
18673
20089
  hidden: true
18674
20090
 
20091
+ vtex:
20092
+ display_name: VTEX
20093
+ categories:
20094
+ - e-commerce
20095
+ auth_mode: API_KEY
20096
+ proxy:
20097
+ base_url: https://${connectionConfig.accountName}.vtexcommercestable.com.br
20098
+ headers:
20099
+ x-vtex-api-appkey: ${connectionConfig.appKey}
20100
+ x-vtex-api-apptoken: ${apiKey}
20101
+ docs: https://nango.dev/docs/api-integrations/vtex
20102
+ docs_connect: https://nango.dev/docs/api-integrations/vtex/connect
20103
+ connection_config:
20104
+ accountName:
20105
+ type: string
20106
+ title: Account Name
20107
+ description: Your VTEX store account name.
20108
+ example: mystore
20109
+ pattern: '^[a-zA-Z0-9_-]+$'
20110
+ suffix: .vtexcommercestable.com.br
20111
+ prefix: https://
20112
+ order: 1
20113
+ doc_section: '#step-1-finding-your-account-name'
20114
+ appKey:
20115
+ type: string
20116
+ title: App Key
20117
+ description: Your VTEX application key.
20118
+ example: vtexappkey-mystore-ABCDEF
20119
+ secret: true
20120
+ pattern: '^vtexappkey-[a-zA-Z0-9_-]+-[A-Z0-9]+$'
20121
+ order: 2
20122
+ doc_section: '#step-2-generating-an-api-key'
20123
+ credentials:
20124
+ apiKey:
20125
+ type: string
20126
+ title: App Token
20127
+ description: The application token associated with your VTEX App Key.
20128
+ example: ZNWDC************************************LXPNX
20129
+ pattern: '^[A-Z]+$'
20130
+ doc_section: '#step-2-generating-an-api-key'
20131
+
20132
+ videoask:
20133
+ display_name: VideoAsk
20134
+ categories:
20135
+ - video
20136
+ auth_mode: OAUTH2
20137
+ authorization_url: https://auth.videoask.com/authorize
20138
+ token_url: https://auth.videoask.com/oauth/token
20139
+ disable_pkce: true
20140
+ default_scopes:
20141
+ - openid
20142
+ - profile
20143
+ - email
20144
+ - offline_access
20145
+ authorization_params:
20146
+ response_type: code
20147
+ audience: https://api.videoask.com/
20148
+ token_params:
20149
+ grant_type: authorization_code
20150
+ refresh_params:
20151
+ grant_type: refresh_token
20152
+ proxy:
20153
+ base_url: https://api.videoask.com
20154
+ docs: https://nango.dev/docs/api-integrations/videoask
20155
+ setup_guide_url: https://nango.dev/docs/api-integrations/videoask/how-to-register-your-own-videoask-api-oauth-app
20156
+
18675
20157
  wakatime:
18676
20158
  display_name: Wakatime
18677
20159
  categories:
@@ -18776,6 +20258,26 @@ webinarjam:
18776
20258
  format: uuid
18777
20259
  doc_section: '#step-1-getting-your-api-key'
18778
20260
 
20261
+ wejam:
20262
+ display_name: WeJam AI
20263
+ categories:
20264
+ - productivity
20265
+ auth_mode: API_KEY
20266
+ proxy:
20267
+ base_url: https://api.wejam.ai
20268
+ headers:
20269
+ x-api-key: ${apiKey}
20270
+ docs: https://nango.dev/docs/api-integrations/wejam
20271
+ docs_connect: https://nango.dev/docs/api-integrations/wejam/connect
20272
+ credentials:
20273
+ apiKey:
20274
+ type: string
20275
+ title: API Key
20276
+ description: The API key for your WeJam account.
20277
+ doc_section: '#step-1-getting-your-api-key'
20278
+ pattern: '^[a-f0-9]+$'
20279
+ example: c0c1fc3f****************************************************************************************
20280
+
18779
20281
  whatsapp-business:
18780
20282
  display_name: WhatsApp Business
18781
20283
  categories:
@@ -18891,6 +20393,28 @@ wordpress:
18891
20393
  base_url: https://public-api.wordpress.com/rest/v1
18892
20394
  docs: https://nango.dev/docs/integrations/all/wordpress
18893
20395
 
20396
+ wordpress-mcp:
20397
+ display_name: WordPress.com (MCP)
20398
+ categories:
20399
+ - cms
20400
+ - mcp
20401
+ auth_mode: MCP_OAUTH2
20402
+ client_registration: dynamic
20403
+ authorization_url: https://public-api.wordpress.com/oauth2-1/authorize
20404
+ token_url: https://public-api.wordpress.com/oauth2-1/token
20405
+ registration_url: https://public-api.wordpress.com/oauth2-1/register
20406
+ authorization_params:
20407
+ response_type: code
20408
+ token_params:
20409
+ grant_type: authorization_code
20410
+ refresh_params:
20411
+ grant_type: refresh_token
20412
+ proxy:
20413
+ base_url: https://public-api.wordpress.com/wpcom
20414
+ headers:
20415
+ accept: application/json,text/event-stream
20416
+ docs: https://nango.dev/docs/api-integrations/wordpress-mcp
20417
+
18894
20418
  wiseagent:
18895
20419
  display_name: Wiseagent
18896
20420
  categories:
@@ -19076,7 +20600,6 @@ workday-oauth:
19076
20600
  display_name: Workday (OAuth)
19077
20601
  categories:
19078
20602
  - hr
19079
- - popular
19080
20603
  auth_mode: OAUTH2
19081
20604
  token_request_auth_method: basic
19082
20605
  authorization_url: https://${connectionConfig.authorizationDomain}/${connectionConfig.tenant}/authorize
@@ -19089,8 +20612,8 @@ workday-oauth:
19089
20612
  grant_type: refresh_token
19090
20613
  proxy:
19091
20614
  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
20615
+ docs: https://nango.dev/docs/api-integrations/workday-oauth
20616
+ docs_connect: https://nango.dev/docs/api-integrations/workday-oauth/connect
19094
20617
  connection_config:
19095
20618
  authorizationDomain:
19096
20619
  type: string
@@ -19124,6 +20647,7 @@ workos:
19124
20647
  display_name: WorkOS
19125
20648
  categories:
19126
20649
  - productivity
20650
+ - iam
19127
20651
  auth_mode: API_KEY
19128
20652
  proxy:
19129
20653
  base_url: https://api.workos.com
@@ -19397,7 +20921,6 @@ xero-oauth2-cc:
19397
20921
  display_name: Xero (Client Credentials)
19398
20922
  categories:
19399
20923
  - accounting
19400
- - popular
19401
20924
  auth_mode: OAUTH2_CC
19402
20925
  token_url: https://identity.xero.com/connect/token
19403
20926
  token_request_auth_method: basic
@@ -19620,6 +21143,30 @@ zenefits:
19620
21143
  base_url: https://api.zenefits.com
19621
21144
  docs: https://nango.dev/docs/integrations/all/zenefits
19622
21145
 
21146
+ zigpoll:
21147
+ display_name: Zigpoll
21148
+ categories:
21149
+ - marketing
21150
+ auth_mode: API_KEY
21151
+ proxy:
21152
+ base_url: https://v1.zigpoll.com
21153
+ headers:
21154
+ authorization: ${apiKey}
21155
+ verification:
21156
+ method: GET
21157
+ endpoints:
21158
+ - /me
21159
+ docs: https://nango.dev/docs/api-integrations/zigpoll
21160
+ docs_connect: https://nango.dev/docs/api-integrations/zigpoll/connect
21161
+ credentials:
21162
+ apiKey:
21163
+ type: string
21164
+ title: API Key
21165
+ description: Your Zigpoll private API key.
21166
+ format: uuid
21167
+ example: 3f7b2d4e-****-****-****-************
21168
+ doc_section: '#step-1-get-your-api-token'
21169
+
19623
21170
  zoho:
19624
21171
  display_name: Zoho
19625
21172
  categories: