@adminide-stack/form-builder-core 5.1.4-alpha.285 → 5.1.4-alpha.296
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.
|
@@ -25,6 +25,11 @@ const connectorsConfig = [{
|
|
|
25
25
|
logo: '_side/thirdparty/logos/onepassword.svg',
|
|
26
26
|
enabled: true,
|
|
27
27
|
scopes: [],
|
|
28
|
+
useCustomOAuthEndpoints: true,
|
|
29
|
+
usePKCE: false,
|
|
30
|
+
authorizationUrl: 'https://slack.com/oauth/v2/authorize',
|
|
31
|
+
tokenUrl: 'https://slack.com/api/oauth.v2.access',
|
|
32
|
+
revocationUrl: 'https://slack.com/api/auth.revoke',
|
|
28
33
|
authMethods: ['api_key'],
|
|
29
34
|
categories: ['security & identity tools']
|
|
30
35
|
}, {
|
|
@@ -1155,6 +1160,9 @@ const connectorsConfig = [{
|
|
|
1155
1160
|
logo: '_side/thirdparty/logos/algodocs.svg',
|
|
1156
1161
|
enabled: true,
|
|
1157
1162
|
scopes: [],
|
|
1163
|
+
useCustomOAuthEndpoints: true,
|
|
1164
|
+
authorizationUrl: 'https://app.algodocs.com/oauth/authorize',
|
|
1165
|
+
tokenUrl: 'https://app.algodocs.com/oauth/token',
|
|
1158
1166
|
authMethods: ['api_key', 'oauth2'],
|
|
1159
1167
|
categories: ['document & file management'],
|
|
1160
1168
|
fields: [{
|
|
@@ -1199,6 +1207,9 @@ const connectorsConfig = [{
|
|
|
1199
1207
|
logo: '_side/thirdparty/logos/algolia.svg',
|
|
1200
1208
|
enabled: true,
|
|
1201
1209
|
scopes: [],
|
|
1210
|
+
useCustomOAuthEndpoints: true,
|
|
1211
|
+
authorizationUrl: 'https://www.algolia.com/oauth/authorize',
|
|
1212
|
+
tokenUrl: 'https://www.algolia.com/oauth/token',
|
|
1202
1213
|
authMethods: ['api_key', 'oauth2'],
|
|
1203
1214
|
categories: ['developer tools & devops'],
|
|
1204
1215
|
fields: [{
|
|
@@ -1663,6 +1674,9 @@ const connectorsConfig = [{
|
|
|
1663
1674
|
logo: '_side/thirdparty/logos/amplitude.svg',
|
|
1664
1675
|
enabled: true,
|
|
1665
1676
|
scopes: [],
|
|
1677
|
+
useCustomOAuthEndpoints: true,
|
|
1678
|
+
authorizationUrl: 'https://amplitude.com/oauth2/authorize',
|
|
1679
|
+
tokenUrl: 'https://amplitude.com/oauth2/token',
|
|
1666
1680
|
authMethods: ['api_key'],
|
|
1667
1681
|
categories: ['analytics & data'],
|
|
1668
1682
|
fields: [{
|
|
@@ -2217,6 +2231,9 @@ const connectorsConfig = [{
|
|
|
2217
2231
|
logo: '_side/thirdparty/logos/apollo.svg',
|
|
2218
2232
|
enabled: true,
|
|
2219
2233
|
scopes: [],
|
|
2234
|
+
useCustomOAuthEndpoints: true,
|
|
2235
|
+
authorizationUrl: 'https://app.apollo.io/authenticate/oauth',
|
|
2236
|
+
tokenUrl: 'https://app.apollo.io/api/v1/oauth/token',
|
|
2220
2237
|
authMethods: ['api_key'],
|
|
2221
2238
|
categories: ['crm'],
|
|
2222
2239
|
fields: [{
|
|
@@ -2835,6 +2852,10 @@ const connectorsConfig = [{
|
|
|
2835
2852
|
logo: '_side/thirdparty/logos/attio.svg',
|
|
2836
2853
|
enabled: true,
|
|
2837
2854
|
scopes: ['comment:read-write', 'list_configuration:read', 'list_entry:read', 'object_configuration:read', 'record_permission:read', 'task:read-write', 'user_management:read'],
|
|
2855
|
+
useCustomOAuthEndpoints: true,
|
|
2856
|
+
authorizationUrl: 'https://app.attio.com/authorize',
|
|
2857
|
+
tokenUrl: 'https://app.attio.com/oauth/token',
|
|
2858
|
+
revocationUrl: 'https://app.attio.com/oauth/revoke',
|
|
2838
2859
|
authMethods: ['oauth2'],
|
|
2839
2860
|
categories: ['crm'],
|
|
2840
2861
|
meta: {
|
|
@@ -3299,6 +3320,9 @@ const connectorsConfig = [{
|
|
|
3299
3320
|
logo: '_side/thirdparty/logos/bamboohr.svg',
|
|
3300
3321
|
enabled: true,
|
|
3301
3322
|
scopes: ['access_level', 'application', 'application.write', 'benchmarking:compensation', 'benefit', 'benefit.write', 'company:administration', 'company:administration.write', 'company:info', 'company_file', 'company_file.write', 'data_cleaner', 'email', 'employee', 'employee.write', 'employee:assets', 'employee:assets.write', 'employee:compensation', 'employee:compensation.write', 'employee:contact', 'employee:contact.write', 'employee:custom_fields', 'employee:custom_fields.write', 'employee:custom_fields_encrypted', 'employee:custom_fields_encrypted.write', 'employee:demographic', 'employee:demographic.write', 'employee:dependent', 'employee:dependent.write', 'employee:dependent:ssn', 'employee:dependent:ssn.write', 'employee:education', 'employee:education.write', 'employee:emergency_contacts', 'employee:emergency_contacts.write', 'employee:file', 'employee:file.write', 'employee:identification', 'employee:identification.write', 'employee:job', 'employee:job.write', 'employee:management', 'employee:management.write', 'employee:name', 'employee:name.write', 'employee:payroll', 'employee:payroll.write', 'employee:photo', 'employee:photo.write', 'employee:providers', 'employee:providers.write', 'employee:providers:payroll', 'employee:providers:payroll.write', 'employee:vaccination', 'employee:vaccination.write', 'error_management', 'field', 'field.write', 'goal', 'goal.write', 'gridlets', 'job_opening', 'job_opening.write', 'offline_access', 'openid', 'payroll', 'payroll.write', 'public.user', 'report', 'sensitive_employee:address', 'sensitive_employee:address.write', 'sensitive_employee:creditcards', 'sensitive_employee:creditcards.write', 'sensitive_employee:protected_info', 'sensitive_employee:protected_info.write', 'tasks', 'tasks.write', 'time_off', 'time_off.write', 'time_tracking', 'time_tracking.write', 'training', 'training.write', 'user', 'user:management', 'user:management.write', 'webhooks', 'webhooks.write'],
|
|
3323
|
+
useCustomOAuthEndpoints: true,
|
|
3324
|
+
authorizationUrl: 'https://www.bamboohr.com/authorize',
|
|
3325
|
+
tokenUrl: 'https://www.bamboohr.com/token',
|
|
3302
3326
|
authMethods: ['api_key', 'oauth2'],
|
|
3303
3327
|
categories: ['hr & recruiting'],
|
|
3304
3328
|
fields: [{
|
|
@@ -3445,6 +3469,10 @@ const connectorsConfig = [{
|
|
|
3445
3469
|
logo: '_side/thirdparty/logos/basecamp.svg',
|
|
3446
3470
|
enabled: true,
|
|
3447
3471
|
scopes: [],
|
|
3472
|
+
useCustomOAuthEndpoints: true,
|
|
3473
|
+
usePKCE: false,
|
|
3474
|
+
authorizationUrl: 'https://launchpad.37signals.com/authorization/new',
|
|
3475
|
+
tokenUrl: 'https://launchpad.37signals.com/authorization/token',
|
|
3448
3476
|
authMethods: ['oauth2'],
|
|
3449
3477
|
categories: ['productivity & project management'],
|
|
3450
3478
|
meta: {
|
|
@@ -3730,6 +3758,10 @@ const connectorsConfig = [{
|
|
|
3730
3758
|
logo: '_side/thirdparty/logos/beeminder.svg',
|
|
3731
3759
|
enabled: true,
|
|
3732
3760
|
scopes: [],
|
|
3761
|
+
useCustomOAuthEndpoints: true,
|
|
3762
|
+
usePKCE: false,
|
|
3763
|
+
authorizationUrl: 'https://www.beeminder.com/apps/authorize',
|
|
3764
|
+
tokenUrl: 'https://www.beeminder.com/apps/token',
|
|
3733
3765
|
authMethods: ['api_key', 'oauth2'],
|
|
3734
3766
|
categories: ['productivity & project management'],
|
|
3735
3767
|
fields: [{
|
|
@@ -4170,6 +4202,9 @@ const connectorsConfig = [{
|
|
|
4170
4202
|
logo: '_side/thirdparty/logos/bitbucket.svg',
|
|
4171
4203
|
enabled: true,
|
|
4172
4204
|
scopes: ['account:write', 'issue:write', 'pipeline:variable', 'project:admin', 'project:write', 'pullrequest:write', 'repository:admin', 'repository:delete', 'runner:write', 'snippet:write', 'team:write', 'webhook', 'wiki'],
|
|
4205
|
+
useCustomOAuthEndpoints: true,
|
|
4206
|
+
authorizationUrl: 'https://bitbucket.org/site/oauth2/authorize',
|
|
4207
|
+
tokenUrl: 'https://bitbucket.org/site/oauth2/access_token',
|
|
4173
4208
|
authMethods: ['oauth2'],
|
|
4174
4209
|
categories: ['developer tools & devops'],
|
|
4175
4210
|
meta: {
|
|
@@ -4256,6 +4291,9 @@ const connectorsConfig = [{
|
|
|
4256
4291
|
logo: '_side/thirdparty/logos/blackbaud.svg',
|
|
4257
4292
|
enabled: true,
|
|
4258
4293
|
scopes: ['full'],
|
|
4294
|
+
useCustomOAuthEndpoints: true,
|
|
4295
|
+
authorizationUrl: 'https://oauth2.sky.blackbaud.com/authorization',
|
|
4296
|
+
tokenUrl: 'https://oauth2.sky.blackbaud.com/token',
|
|
4259
4297
|
authMethods: ['oauth2'],
|
|
4260
4298
|
categories: ['crm'],
|
|
4261
4299
|
meta: {
|
|
@@ -4277,6 +4315,9 @@ const connectorsConfig = [{
|
|
|
4277
4315
|
logo: '_side/thirdparty/logos/blackboard.svg',
|
|
4278
4316
|
enabled: true,
|
|
4279
4317
|
scopes: [],
|
|
4318
|
+
useCustomOAuthEndpoints: true,
|
|
4319
|
+
authorizationUrl: 'https://developer.blackboard.com/portal/oauth/authorize',
|
|
4320
|
+
tokenUrl: 'https://developer.blackboard.com/portal/oauth/token',
|
|
4280
4321
|
authMethods: ['oauth2'],
|
|
4281
4322
|
categories: ['education & lms'],
|
|
4282
4323
|
meta: {
|
|
@@ -4416,6 +4457,10 @@ const connectorsConfig = [{
|
|
|
4416
4457
|
logo: '_side/thirdparty/logos/boldsign.svg',
|
|
4417
4458
|
enabled: true,
|
|
4418
4459
|
scopes: ['BoldSign.Documents.All', 'email', 'offline_access', 'openid', 'profile'],
|
|
4460
|
+
useCustomOAuthEndpoints: true,
|
|
4461
|
+
authorizationUrl: 'https://account.boldsign.com/connect/authorize',
|
|
4462
|
+
tokenUrl: 'https://account.boldsign.com/connect/token',
|
|
4463
|
+
revocationUrl: 'https://account.boldsign.com/connect/revocation',
|
|
4419
4464
|
authMethods: ['oauth2'],
|
|
4420
4465
|
categories: ['document & file management'],
|
|
4421
4466
|
meta: {
|
|
@@ -4703,6 +4748,9 @@ const connectorsConfig = [{
|
|
|
4703
4748
|
logo: '_side/thirdparty/logos/borneo.svg',
|
|
4704
4749
|
enabled: true,
|
|
4705
4750
|
scopes: ['aws.cognito.signin.user.admin', 'email', 'openid', 'phone', 'profile'],
|
|
4751
|
+
useCustomOAuthEndpoints: true,
|
|
4752
|
+
authorizationUrl: 'https://api.borneo.io/oauth/authorize',
|
|
4753
|
+
tokenUrl: 'https://api.borneo.io/oauth/token',
|
|
4706
4754
|
authMethods: ['api_key', 'oauth2'],
|
|
4707
4755
|
categories: ['security & compliance'],
|
|
4708
4756
|
fields: [{
|
|
@@ -4965,6 +5013,11 @@ const connectorsConfig = [{
|
|
|
4965
5013
|
logo: '_side/thirdparty/logos/box.svg',
|
|
4966
5014
|
enabled: true,
|
|
4967
5015
|
scopes: ['root_readwrite'],
|
|
5016
|
+
useCustomOAuthEndpoints: true,
|
|
5017
|
+
usePKCE: false,
|
|
5018
|
+
authorizationUrl: 'https://account.box.com/api/oauth2/authorize',
|
|
5019
|
+
tokenUrl: 'https://api.box.com/oauth2/token',
|
|
5020
|
+
revocationUrl: 'https://api.box.com/oauth2/revoke',
|
|
4968
5021
|
authMethods: ['oauth2'],
|
|
4969
5022
|
categories: ['document & file management'],
|
|
4970
5023
|
meta: {
|
|
@@ -5229,6 +5282,9 @@ const connectorsConfig = [{
|
|
|
5229
5282
|
logo: '_side/thirdparty/logos/brevo.svg',
|
|
5230
5283
|
enabled: true,
|
|
5231
5284
|
scopes: [],
|
|
5285
|
+
useCustomOAuthEndpoints: true,
|
|
5286
|
+
authorizationUrl: 'https://app.brevo.com/authorize',
|
|
5287
|
+
tokenUrl: 'https://app.brevo.com/token',
|
|
5232
5288
|
authMethods: ['api_key', 'oauth2'],
|
|
5233
5289
|
categories: ['marketing & social media'],
|
|
5234
5290
|
fields: [{
|
|
@@ -5273,6 +5329,9 @@ const connectorsConfig = [{
|
|
|
5273
5329
|
logo: '_side/thirdparty/logos/brex.svg',
|
|
5274
5330
|
enabled: true,
|
|
5275
5331
|
scopes: ['accounts.card.readonly', 'accounts.cash.readonly', 'budgets', 'budgets.readonly', 'cards', 'cards.pan', 'cards.readonly', 'cash.accounts.readonly', 'companies.readonly', 'departments', 'departments.readonly', 'expenses.card', 'expenses.card.readonly', 'incoming_transfers', 'linked_accounts.readonly', 'locations', 'locations.readonly', 'offline_access', 'openid', 'statements.card.readonly', 'statements.cash.readonly', 'titles', 'titles.readonly', 'transactions.card.readonly', 'transactions.cash.readonly', 'transfers', 'transfers.readonly', 'users', 'users.readonly', 'vendors', 'vendors.readonly'],
|
|
5332
|
+
useCustomOAuthEndpoints: true,
|
|
5333
|
+
authorizationUrl: 'https://accounts-api.brex.com/oauth2/v1/auth',
|
|
5334
|
+
tokenUrl: 'https://accounts-api.brex.com/oauth2/v1/token',
|
|
5276
5335
|
authMethods: ['api_key', 'oauth2'],
|
|
5277
5336
|
categories: ['finance & accounting'],
|
|
5278
5337
|
fields: [{
|
|
@@ -5981,6 +6040,9 @@ const connectorsConfig = [{
|
|
|
5981
6040
|
logo: '_side/thirdparty/logos/calendly.svg',
|
|
5982
6041
|
enabled: true,
|
|
5983
6042
|
scopes: ['default'],
|
|
6043
|
+
useCustomOAuthEndpoints: true,
|
|
6044
|
+
authorizationUrl: 'https://auth.calendly.com/oauth/authorize',
|
|
6045
|
+
tokenUrl: 'https://auth.calendly.com/oauth/token',
|
|
5984
6046
|
authMethods: ['oauth2'],
|
|
5985
6047
|
categories: ['scheduling & booking'],
|
|
5986
6048
|
meta: {
|
|
@@ -6238,6 +6300,10 @@ const connectorsConfig = [{
|
|
|
6238
6300
|
logo: '_side/thirdparty/logos/canva.svg',
|
|
6239
6301
|
enabled: true,
|
|
6240
6302
|
scopes: ['app:read', 'app:write', 'asset:read', 'asset:write', 'brandtemplate:content:read', 'brandtemplate:meta:read', 'comment:read', 'comment:write', 'design:content:read', 'design:content:write', 'design:meta:read', 'design:permission:read', 'design:permission:write', 'folder:permission:read', 'folder:permission:write', 'folder:read', 'folder:write', 'profile:read'],
|
|
6303
|
+
useCustomOAuthEndpoints: true,
|
|
6304
|
+
authorizationUrl: 'https://www.canva.com/api/oauth/authorize',
|
|
6305
|
+
tokenUrl: 'https://api.canva.com/rest/v1/oauth/token',
|
|
6306
|
+
revocationUrl: 'https://api.canva.com/rest/v1/oauth/revoke',
|
|
6241
6307
|
authMethods: ['oauth2'],
|
|
6242
6308
|
categories: ['design & creative tools'],
|
|
6243
6309
|
meta: {
|
|
@@ -6259,6 +6325,10 @@ const connectorsConfig = [{
|
|
|
6259
6325
|
logo: '_side/thirdparty/logos/canvas.svg',
|
|
6260
6326
|
enabled: true,
|
|
6261
6327
|
scopes: ['url:POST|/api/v1/courses', 'url:GET|/api/v1/courses'],
|
|
6328
|
+
useCustomOAuthEndpoints: true,
|
|
6329
|
+
usePKCE: false,
|
|
6330
|
+
authorizationUrl: 'https://canvas.instructure.com/login/oauth2/auth',
|
|
6331
|
+
tokenUrl: 'https://canvas.instructure.com/login/oauth2/token',
|
|
6262
6332
|
authMethods: ['api_key', 'oauth2'],
|
|
6263
6333
|
categories: ['education & lms'],
|
|
6264
6334
|
fields: [{
|
|
@@ -6319,6 +6389,10 @@ const connectorsConfig = [{
|
|
|
6319
6389
|
logo: '_side/thirdparty/logos/capsule_crm.svg',
|
|
6320
6390
|
enabled: true,
|
|
6321
6391
|
scopes: [],
|
|
6392
|
+
useCustomOAuthEndpoints: true,
|
|
6393
|
+
usePKCE: false,
|
|
6394
|
+
authorizationUrl: 'https://api.capsulecrm.com/oauth/authorise',
|
|
6395
|
+
tokenUrl: 'https://api.capsulecrm.com/oauth/token',
|
|
6322
6396
|
authMethods: ['api_key', 'oauth2'],
|
|
6323
6397
|
categories: ['crm']
|
|
6324
6398
|
}, {
|
|
@@ -7125,6 +7199,10 @@ const connectorsConfig = [{
|
|
|
7125
7199
|
logo: '_side/thirdparty/logos/circleci.svg',
|
|
7126
7200
|
enabled: true,
|
|
7127
7201
|
scopes: [],
|
|
7202
|
+
useCustomOAuthEndpoints: true,
|
|
7203
|
+
usePKCE: false,
|
|
7204
|
+
authorizationUrl: 'https://circleci.com/oauth/authorize',
|
|
7205
|
+
tokenUrl: 'https://circleci.com/oauth/access_token',
|
|
7128
7206
|
authMethods: ['api_key'],
|
|
7129
7207
|
categories: ['developer tools & devops'],
|
|
7130
7208
|
fields: [{
|
|
@@ -7545,6 +7623,9 @@ const connectorsConfig = [{
|
|
|
7545
7623
|
logo: 'https://clockify.me/assets/images/clockify-logo.svg',
|
|
7546
7624
|
enabled: true,
|
|
7547
7625
|
scopes: [],
|
|
7626
|
+
useCustomOAuthEndpoints: true,
|
|
7627
|
+
authorizationUrl: 'https://app.clockify.me/oauth/authorize',
|
|
7628
|
+
tokenUrl: 'https://app.clockify.me/oauth/token',
|
|
7548
7629
|
authMethods: ['api_key', 'oauth2'],
|
|
7549
7630
|
categories: ['productivity & project management'],
|
|
7550
7631
|
fields: [{
|
|
@@ -7589,6 +7670,9 @@ const connectorsConfig = [{
|
|
|
7589
7670
|
logo: '_side/thirdparty/logos/close.svg',
|
|
7590
7671
|
enabled: true,
|
|
7591
7672
|
scopes: [],
|
|
7673
|
+
useCustomOAuthEndpoints: true,
|
|
7674
|
+
authorizationUrl: 'https://app.close.com/oauth2/authorize',
|
|
7675
|
+
tokenUrl: 'https://api.close.com/oauth2/token',
|
|
7592
7676
|
authMethods: ['api_key'],
|
|
7593
7677
|
categories: ['crm'],
|
|
7594
7678
|
fields: [{
|
|
@@ -7931,6 +8015,9 @@ const connectorsConfig = [{
|
|
|
7931
8015
|
logo: '_side/thirdparty/logos/coda.svg',
|
|
7932
8016
|
enabled: true,
|
|
7933
8017
|
scopes: [],
|
|
8018
|
+
useCustomOAuthEndpoints: true,
|
|
8019
|
+
authorizationUrl: 'https://coda.io/oauth/authorize',
|
|
8020
|
+
tokenUrl: 'https://coda.io/oauth/token',
|
|
7934
8021
|
authMethods: ['api_key'],
|
|
7935
8022
|
categories: ['productivity & project management'],
|
|
7936
8023
|
fields: [{
|
|
@@ -8808,6 +8895,9 @@ const connectorsConfig = [{
|
|
|
8808
8895
|
logo: '_side/thirdparty/logos/contentful.svg',
|
|
8809
8896
|
enabled: true,
|
|
8810
8897
|
scopes: ['content_management_manage'],
|
|
8898
|
+
useCustomOAuthEndpoints: true,
|
|
8899
|
+
authorizationUrl: 'https://be.contentful.com/oauth/authorize',
|
|
8900
|
+
tokenUrl: 'https://be.contentful.com/oauth/token',
|
|
8811
8901
|
authMethods: ['api_key', 'oauth2'],
|
|
8812
8902
|
categories: ['developer tools & devops'],
|
|
8813
8903
|
fields: [{
|
|
@@ -9242,6 +9332,9 @@ const connectorsConfig = [{
|
|
|
9242
9332
|
logo: '_side/thirdparty/logos/coupa.svg',
|
|
9243
9333
|
enabled: true,
|
|
9244
9334
|
scopes: ['core.approval.read', 'core.approval.write', 'core.business_entity.read', 'core.catalog.read', 'core.common.read', 'core.expense.read', 'core.expense.write', 'core.integration.read', 'core.integration.write', 'core.invoice.create', 'core.invoice.read', 'core.invoice.write', 'core.item.read', 'core.legal_entity.read', 'core.notifications_summary.read', 'core.object_translations.read', 'core.order_header_confirmations.read', 'core.order_header_confirmations.write', 'core.pay.payments.read', 'core.payables.invoice.read', 'core.payables.invoice.write', 'core.project.read', 'core.purchase_order.read', 'core.purchase_order.write', 'core.requisition.read', 'core.requisition.write', 'core.supplier.read', 'core.supplier_sites.read', 'core.uom.read', 'core.user.read', 'core.user_group.read', 'email', 'login', 'offline_access', 'openid', 'profile'],
|
|
9335
|
+
useCustomOAuthEndpoints: true,
|
|
9336
|
+
authorizationUrl: 'https://oauth.coupahost.com/oauth2/authorizations/new',
|
|
9337
|
+
tokenUrl: 'https://oauth.coupahost.com/oauth2/token',
|
|
9245
9338
|
authMethods: ['oauth2'],
|
|
9246
9339
|
categories: ['finance & accounting'],
|
|
9247
9340
|
meta: {
|
|
@@ -9307,6 +9400,9 @@ const connectorsConfig = [{
|
|
|
9307
9400
|
logo: '_side/thirdparty/logos/crowdin.svg',
|
|
9308
9401
|
enabled: true,
|
|
9309
9402
|
scopes: ['project'],
|
|
9403
|
+
useCustomOAuthEndpoints: true,
|
|
9404
|
+
authorizationUrl: 'https://accounts.crowdin.com/oauth/authorize',
|
|
9405
|
+
tokenUrl: 'https://accounts.crowdin.com/oauth/token',
|
|
9310
9406
|
authMethods: ['api_key', 'oauth2'],
|
|
9311
9407
|
categories: ['workflow automation'],
|
|
9312
9408
|
fields: [{
|
|
@@ -9932,6 +10028,9 @@ const connectorsConfig = [{
|
|
|
9932
10028
|
logo: '_side/thirdparty/logos/dart.svg',
|
|
9933
10029
|
enabled: true,
|
|
9934
10030
|
scopes: ['read', 'write'],
|
|
10031
|
+
useCustomOAuthEndpoints: true,
|
|
10032
|
+
authorizationUrl: 'https://app.itsdart.com/oauth2/authorize',
|
|
10033
|
+
tokenUrl: 'https://app.itsdart.com/oauth2/token',
|
|
9935
10034
|
authMethods: ['api_key', 'oauth2'],
|
|
9936
10035
|
categories: ['productivity & project management'],
|
|
9937
10036
|
fields: [{
|
|
@@ -10122,6 +10221,10 @@ const connectorsConfig = [{
|
|
|
10122
10221
|
logo: '_side/thirdparty/logos/datadog.svg',
|
|
10123
10222
|
enabled: true,
|
|
10124
10223
|
scopes: ['dashboards_read', 'dashboards_write', 'events_read', 'incidents_read', 'logs_read_data', 'metrics_read', 'monitors_read', 'monitors_write', 'timeseries_query', 'users_read'],
|
|
10224
|
+
useCustomOAuthEndpoints: true,
|
|
10225
|
+
authorizationUrl: 'https://app.datadoghq.com/oauth2/v1/authorize',
|
|
10226
|
+
tokenUrl: 'https://app.datadoghq.com/oauth2/v1/token',
|
|
10227
|
+
revocationUrl: 'https://app.datadoghq.com/oauth2/v1/revoke',
|
|
10125
10228
|
authMethods: ['api_key'],
|
|
10126
10229
|
categories: ['developer tools & devops'],
|
|
10127
10230
|
fields: [{
|
|
@@ -10901,6 +11004,9 @@ const connectorsConfig = [{
|
|
|
10901
11004
|
logo: '_side/thirdparty/logos/dialpad.svg',
|
|
10902
11005
|
enabled: true,
|
|
10903
11006
|
scopes: ['calls:list', 'change_log', 'fax_message', 'message_content_export', 'offline_access', 'recordings_export', 'screen_pop'],
|
|
11007
|
+
useCustomOAuthEndpoints: true,
|
|
11008
|
+
authorizationUrl: 'https://dialpad.com/oauth2/authorize',
|
|
11009
|
+
tokenUrl: 'https://dialpad.com/oauth2/token',
|
|
10904
11010
|
authMethods: ['api_key', 'oauth2'],
|
|
10905
11011
|
categories: ['collaboration & communication'],
|
|
10906
11012
|
fields: [{
|
|
@@ -11049,6 +11155,10 @@ const connectorsConfig = [{
|
|
|
11049
11155
|
logo: '_side/thirdparty/logos/digital_ocean.svg',
|
|
11050
11156
|
enabled: true,
|
|
11051
11157
|
scopes: ['read', 'write'],
|
|
11158
|
+
useCustomOAuthEndpoints: true,
|
|
11159
|
+
usePKCE: false,
|
|
11160
|
+
authorizationUrl: 'https://cloud.digitalocean.com/v1/oauth/authorize',
|
|
11161
|
+
tokenUrl: 'https://cloud.digitalocean.com/v1/oauth/token',
|
|
11052
11162
|
authMethods: ['api_key', 'oauth2'],
|
|
11053
11163
|
categories: ['developer tools & devops']
|
|
11054
11164
|
}, {
|
|
@@ -11065,6 +11175,10 @@ const connectorsConfig = [{
|
|
|
11065
11175
|
logo: '_side/thirdparty/logos/discord.svg',
|
|
11066
11176
|
enabled: true,
|
|
11067
11177
|
scopes: ['connections', 'email', 'guilds', 'guilds.join', 'guilds.members.read', 'identify', 'messages.read', 'openid'],
|
|
11178
|
+
useCustomOAuthEndpoints: true,
|
|
11179
|
+
authorizationUrl: 'https://discord.com/oauth2/authorize',
|
|
11180
|
+
tokenUrl: 'https://discord.com/api/oauth2/token',
|
|
11181
|
+
revocationUrl: 'https://discord.com/api/oauth2/token/revoke',
|
|
11068
11182
|
authMethods: ['api_key', 'oauth2'],
|
|
11069
11183
|
categories: ['collaboration & communication'],
|
|
11070
11184
|
meta: {
|
|
@@ -11086,6 +11200,10 @@ const connectorsConfig = [{
|
|
|
11086
11200
|
logo: '_side/thirdparty/logos/discordbot.svg',
|
|
11087
11201
|
enabled: true,
|
|
11088
11202
|
scopes: ['bot', 'email', 'identify', 'messages.read'],
|
|
11203
|
+
useCustomOAuthEndpoints: true,
|
|
11204
|
+
authorizationUrl: 'https://discord.com/oauth2/authorize',
|
|
11205
|
+
tokenUrl: 'https://discord.com/api/oauth2/token',
|
|
11206
|
+
revocationUrl: 'https://discord.com/api/oauth2/token/revoke',
|
|
11089
11207
|
authMethods: ['api_key', 'oauth2'],
|
|
11090
11208
|
categories: ['collaboration & communication'],
|
|
11091
11209
|
meta: {
|
|
@@ -12213,6 +12331,10 @@ const connectorsConfig = [{
|
|
|
12213
12331
|
logo: '_side/thirdparty/logos/dropbox.svg',
|
|
12214
12332
|
enabled: true,
|
|
12215
12333
|
scopes: ['account_info.read', 'account_info.write', 'contacts.read', 'contacts.write', 'email', 'file_requests.read', 'file_requests.write', 'files.content.read', 'files.content.write', 'files.metadata.read', 'files.metadata.write', 'openid', 'profile', 'sharing.read', 'sharing.write'],
|
|
12334
|
+
useCustomOAuthEndpoints: true,
|
|
12335
|
+
authorizationUrl: 'https://www.dropbox.com/oauth2/authorize',
|
|
12336
|
+
tokenUrl: 'https://api.dropboxapi.com/oauth2/token',
|
|
12337
|
+
revocationUrl: 'https://api.dropboxapi.com/2/auth/token/revoke',
|
|
12216
12338
|
authMethods: ['oauth2'],
|
|
12217
12339
|
categories: ['document & file management'],
|
|
12218
12340
|
meta: {
|
|
@@ -12235,6 +12357,10 @@ const connectorsConfig = [{
|
|
|
12235
12357
|
logo: '_side/thirdparty/logos/dropbox_sign.svg',
|
|
12236
12358
|
enabled: true,
|
|
12237
12359
|
scopes: ['signature_request_access', 'template_access'],
|
|
12360
|
+
useCustomOAuthEndpoints: true,
|
|
12361
|
+
usePKCE: false,
|
|
12362
|
+
authorizationUrl: 'https://app.hellosign.com/oauth/authorize',
|
|
12363
|
+
tokenUrl: 'https://app.hellosign.com/oauth/token',
|
|
12238
12364
|
authMethods: ['api_key', 'oauth2'],
|
|
12239
12365
|
categories: ['document & file management']
|
|
12240
12366
|
}, {
|
|
@@ -12295,6 +12421,9 @@ const connectorsConfig = [{
|
|
|
12295
12421
|
logo: '_side/thirdparty/logos/dub.svg',
|
|
12296
12422
|
enabled: true,
|
|
12297
12423
|
scopes: ['links.read', 'links.write', 'user.read'],
|
|
12424
|
+
useCustomOAuthEndpoints: true,
|
|
12425
|
+
authorizationUrl: 'https://app.dub.co/oauth/authorize',
|
|
12426
|
+
tokenUrl: 'https://api.dub.co/oauth/token',
|
|
12298
12427
|
authMethods: ['api_key', 'oauth2'],
|
|
12299
12428
|
categories: ['marketing & social media'],
|
|
12300
12429
|
fields: [{
|
|
@@ -12702,6 +12831,10 @@ const connectorsConfig = [{
|
|
|
12702
12831
|
logo: '_side/thirdparty/logos/egnyte.svg',
|
|
12703
12832
|
enabled: true,
|
|
12704
12833
|
scopes: ['Egnyte.audit', 'Egnyte.filesystem', 'Egnyte.group', 'Egnyte.launchwebsession', 'Egnyte.link', 'Egnyte.notification', 'Egnyte.permission', 'Egnyte.projectfolders', 'Egnyte.salesforce', 'Egnyte.search', 'Egnyte.user', 'Egnyte.webhooks'],
|
|
12834
|
+
useCustomOAuthEndpoints: true,
|
|
12835
|
+
usePKCE: false,
|
|
12836
|
+
authorizationUrl: 'https://your-domain.egnyte.com/puboauth/token',
|
|
12837
|
+
tokenUrl: 'https://your-domain.egnyte.com/puboauth/token',
|
|
12705
12838
|
authMethods: ['oauth2'],
|
|
12706
12839
|
categories: ['document & file management'],
|
|
12707
12840
|
meta: {
|
|
@@ -13480,6 +13613,9 @@ const connectorsConfig = [{
|
|
|
13480
13613
|
logo: '_side/thirdparty/logos/epic_games.svg',
|
|
13481
13614
|
enabled: true,
|
|
13482
13615
|
scopes: [],
|
|
13616
|
+
useCustomOAuthEndpoints: true,
|
|
13617
|
+
authorizationUrl: 'https://www.epicgames.com/id/authorize',
|
|
13618
|
+
tokenUrl: 'https://account-public-service-prod.ol.epicgames.com/account/api/oauth/token',
|
|
13483
13619
|
authMethods: ['oauth2'],
|
|
13484
13620
|
categories: ['entertainment & media']
|
|
13485
13621
|
}, {
|
|
@@ -13840,6 +13976,10 @@ const connectorsConfig = [{
|
|
|
13840
13976
|
logo: '_side/thirdparty/logos/eventbrite.svg',
|
|
13841
13977
|
enabled: true,
|
|
13842
13978
|
scopes: ['attendee:read', 'attendee:write', 'event:read', 'event:write', 'order:read', 'order:write', 'organizer:read', 'organizer:write', 'user:read', 'user:write', 'venue:read', 'venue:write'],
|
|
13979
|
+
useCustomOAuthEndpoints: true,
|
|
13980
|
+
usePKCE: false,
|
|
13981
|
+
authorizationUrl: 'https://www.eventbrite.com/oauth/authorize',
|
|
13982
|
+
tokenUrl: 'https://www.eventbrite.com/oauth/token',
|
|
13843
13983
|
authMethods: ['oauth2'],
|
|
13844
13984
|
categories: ['marketing & social media'],
|
|
13845
13985
|
meta: {
|
|
@@ -14167,6 +14307,10 @@ const connectorsConfig = [{
|
|
|
14167
14307
|
logo: '_side/thirdparty/logos/exist.svg',
|
|
14168
14308
|
enabled: true,
|
|
14169
14309
|
scopes: ['activity_read'],
|
|
14310
|
+
useCustomOAuthEndpoints: true,
|
|
14311
|
+
usePKCE: false,
|
|
14312
|
+
authorizationUrl: 'https://exist.io/oauth2/authorize',
|
|
14313
|
+
tokenUrl: 'https://exist.io/oauth2/access_token',
|
|
14170
14314
|
authMethods: ['oauth2'],
|
|
14171
14315
|
categories: ['data & analytics'],
|
|
14172
14316
|
meta: {
|
|
@@ -14280,6 +14424,9 @@ const connectorsConfig = [{
|
|
|
14280
14424
|
logo: '_side/thirdparty/logos/facebook.svg',
|
|
14281
14425
|
enabled: true,
|
|
14282
14426
|
scopes: ['business_management', 'email', 'pages_manage_engagement', 'pages_manage_metadata', 'pages_manage_posts', 'pages_messaging', 'pages_read_engagement', 'pages_read_user_content', 'pages_show_list', 'public_profile', 'read_insights'],
|
|
14427
|
+
useCustomOAuthEndpoints: true,
|
|
14428
|
+
authorizationUrl: 'https://www.facebook.com/v19.0/dialog/oauth',
|
|
14429
|
+
tokenUrl: 'https://graph.facebook.com/v19.0/oauth/access_token',
|
|
14283
14430
|
authMethods: ['oauth2'],
|
|
14284
14431
|
categories: ['marketing & social media'],
|
|
14285
14432
|
meta: {
|
|
@@ -14423,6 +14570,9 @@ const connectorsConfig = [{
|
|
|
14423
14570
|
logo: '_side/thirdparty/logos/fathom.svg',
|
|
14424
14571
|
enabled: true,
|
|
14425
14572
|
scopes: ['public_api'],
|
|
14573
|
+
useCustomOAuthEndpoints: true,
|
|
14574
|
+
authorizationUrl: 'https://app.usefathom.com/oauth/authorize',
|
|
14575
|
+
tokenUrl: 'https://app.usefathom.com/oauth/token',
|
|
14426
14576
|
authMethods: ['api_key', 'oauth2'],
|
|
14427
14577
|
categories: ['productivity & project management'],
|
|
14428
14578
|
fields: [{
|
|
@@ -14631,6 +14781,9 @@ const connectorsConfig = [{
|
|
|
14631
14781
|
logo: '_side/thirdparty/logos/figma.svg',
|
|
14632
14782
|
enabled: true,
|
|
14633
14783
|
scopes: ['current_user:read', 'file_comments:read', 'file_comments:write', 'file_content:read', 'file_metadata:read', 'file_versions:read', 'library_assets:read', 'library_content:read', 'projects:read', 'team_library_content:read', 'webhooks:read', 'webhooks:write'],
|
|
14784
|
+
useCustomOAuthEndpoints: true,
|
|
14785
|
+
authorizationUrl: 'https://www.figma.com/oauth',
|
|
14786
|
+
tokenUrl: 'https://api.figma.com/v1/oauth/token',
|
|
14634
14787
|
authMethods: ['api_key', 'oauth2'],
|
|
14635
14788
|
categories: ['design & creative tools'],
|
|
14636
14789
|
fields: [{
|
|
@@ -15549,6 +15702,9 @@ const connectorsConfig = [{
|
|
|
15549
15702
|
logo: '_side/thirdparty/logos/fly.svg',
|
|
15550
15703
|
enabled: true,
|
|
15551
15704
|
scopes: ['read'],
|
|
15705
|
+
useCustomOAuthEndpoints: true,
|
|
15706
|
+
authorizationUrl: 'https://fly.io/oauth/authorize',
|
|
15707
|
+
tokenUrl: 'https://fly.io/oauth/token',
|
|
15552
15708
|
authMethods: ['api_key', 'oauth2'],
|
|
15553
15709
|
categories: ['developer tools & devops'],
|
|
15554
15710
|
fields: [{
|
|
@@ -15651,6 +15807,9 @@ const connectorsConfig = [{
|
|
|
15651
15807
|
logo: '_side/thirdparty/logos/follow_up_boss.svg',
|
|
15652
15808
|
enabled: true,
|
|
15653
15809
|
scopes: [],
|
|
15810
|
+
useCustomOAuthEndpoints: true,
|
|
15811
|
+
authorizationUrl: 'https://app.followupboss.com/oauth/authorize',
|
|
15812
|
+
tokenUrl: 'https://app.followupboss.com/oauth/token',
|
|
15654
15813
|
authMethods: ['api_key', 'oauth2'],
|
|
15655
15814
|
categories: ['crm']
|
|
15656
15815
|
}, {
|
|
@@ -16079,6 +16238,10 @@ const connectorsConfig = [{
|
|
|
16079
16238
|
logo: '_side/thirdparty/logos/freeagent.svg',
|
|
16080
16239
|
enabled: true,
|
|
16081
16240
|
scopes: [],
|
|
16241
|
+
useCustomOAuthEndpoints: true,
|
|
16242
|
+
usePKCE: false,
|
|
16243
|
+
authorizationUrl: 'https://api.freeagent.com/v2/approve_app',
|
|
16244
|
+
tokenUrl: 'https://api.freeagent.com/v2/token_endpoint',
|
|
16082
16245
|
authMethods: ['oauth2'],
|
|
16083
16246
|
categories: ['finance & accounting'],
|
|
16084
16247
|
meta: {
|
|
@@ -16100,6 +16263,9 @@ const connectorsConfig = [{
|
|
|
16100
16263
|
logo: '_side/thirdparty/logos/freshbooks.svg',
|
|
16101
16264
|
enabled: true,
|
|
16102
16265
|
scopes: ['user:clients:read', 'user:profile:read', 'user:projects:read'],
|
|
16266
|
+
useCustomOAuthEndpoints: true,
|
|
16267
|
+
authorizationUrl: 'https://auth.freshbooks.com/oauth/authorize',
|
|
16268
|
+
tokenUrl: 'https://api.freshbooks.com/auth/oauth/token',
|
|
16103
16269
|
authMethods: ['oauth2'],
|
|
16104
16270
|
categories: ['finance & accounting'],
|
|
16105
16271
|
meta: {
|
|
@@ -16121,6 +16287,9 @@ const connectorsConfig = [{
|
|
|
16121
16287
|
logo: '_side/thirdparty/logos/freshdesk.svg',
|
|
16122
16288
|
enabled: true,
|
|
16123
16289
|
scopes: [],
|
|
16290
|
+
useCustomOAuthEndpoints: true,
|
|
16291
|
+
authorizationUrl: 'https://accounts.freshdesk.com/oauth/authorize',
|
|
16292
|
+
tokenUrl: 'https://accounts.freshdesk.com/oauth/token',
|
|
16124
16293
|
authMethods: ['api_key'],
|
|
16125
16294
|
categories: ['sales & customer support'],
|
|
16126
16295
|
fields: [{
|
|
@@ -17148,6 +17317,10 @@ const connectorsConfig = [{
|
|
|
17148
17317
|
logo: '_side/thirdparty/logos/gitlab.svg',
|
|
17149
17318
|
enabled: true,
|
|
17150
17319
|
scopes: ['ai_features', 'api', 'create_runner', 'email', 'k8s_proxy', 'manage_runner', 'profile', 'read_api', 'read_observability', 'read_registry', 'read_repository', 'read_service_ping', 'read_user', 'read_virtual_registry', 'sudo', 'write_observability', 'write_registry', 'write_repository', 'write_virtual_registry'],
|
|
17320
|
+
useCustomOAuthEndpoints: true,
|
|
17321
|
+
authorizationUrl: 'https://gitlab.com/oauth/authorize',
|
|
17322
|
+
tokenUrl: 'https://gitlab.com/oauth/token',
|
|
17323
|
+
revocationUrl: 'https://gitlab.com/oauth/revoke',
|
|
17151
17324
|
authMethods: ['oauth2'],
|
|
17152
17325
|
categories: ['developer tools & devops'],
|
|
17153
17326
|
meta: {
|
|
@@ -17429,6 +17602,9 @@ const connectorsConfig = [{
|
|
|
17429
17602
|
logo: '_side/thirdparty/logos/gong.svg',
|
|
17430
17603
|
enabled: true,
|
|
17431
17604
|
scopes: ['api:call-outcomes:read', 'api:calls:create', 'api:calls:read:basic', 'api:calls:read:extensive', 'api:calls:read:media-url', 'api:calls:read:transcript', 'api:crm-calls:manual-association:read', 'api:crm:get-objects', 'api:crm:integration:delete', 'api:crm:integration:register', 'api:crm:integrations:read', 'api:crm:schema', 'api:crm:upload', 'api:data-privacy:delete', 'api:data-privacy:read', 'api:digital-interactions:write', 'api:engagement-data:write', 'api:flows:read', 'api:flows:write', 'api:integration-settings:write', 'api:library:read', 'api:logs:read', 'api:meetings:integration:status', 'api:meetings:user:create', 'api:meetings:user:delete', 'api:meetings:user:update', 'api:permission-profile:read', 'api:permission-profile:write', 'api:provisioning:read', 'api:provisioning:read-write', 'api:settings:scorecards:read', 'api:settings:trackers:read', 'api:stats:interaction', 'api:stats:scorecards', 'api:stats:user-actions', 'api:stats:user-actions:detailed', 'api:tasks:read', 'api:tasks:write', 'api:users:read', 'api:workspaces:read'],
|
|
17605
|
+
useCustomOAuthEndpoints: true,
|
|
17606
|
+
authorizationUrl: 'https://app.gong.io/oauth2/authorize',
|
|
17607
|
+
tokenUrl: 'https://app.gong.io/oauth2/generate-customer-token',
|
|
17432
17608
|
authMethods: ['oauth2'],
|
|
17433
17609
|
categories: ['collaboration & communication'],
|
|
17434
17610
|
fields: [{
|
|
@@ -18072,6 +18248,10 @@ const connectorsConfig = [{
|
|
|
18072
18248
|
logo: '_side/thirdparty/logos/gorgias.svg',
|
|
18073
18249
|
enabled: true,
|
|
18074
18250
|
scopes: ['account:read', 'account:write', 'apps:read', 'apps:write', 'custom_fields:read', 'custom_fields:write', 'customers:read', 'customers:write', 'email', 'events:read', 'events:write', 'integrations:read', 'integrations:write', 'jobs:read', 'jobs:write', 'macros:read', 'macros:write', 'offline', 'openid', 'profile', 'rules:read', 'rules:write', 'satisfaction_survey:read', 'satisfaction_survey:write', 'statistics:read', 'tags:read', 'tags:write', 'tickets:read', 'tickets:write', 'users:read', 'users:write'],
|
|
18251
|
+
useCustomOAuthEndpoints: true,
|
|
18252
|
+
usePKCE: false,
|
|
18253
|
+
authorizationUrl: 'https://your-domain.gorgias.com/oauth/authorize',
|
|
18254
|
+
tokenUrl: 'https://your-domain.gorgias.com/oauth/token',
|
|
18075
18255
|
authMethods: ['oauth2'],
|
|
18076
18256
|
categories: ['sales & customer support'],
|
|
18077
18257
|
fields: [{
|
|
@@ -18628,6 +18808,10 @@ const connectorsConfig = [{
|
|
|
18628
18808
|
logo: '_side/thirdparty/logos/gumroad.svg',
|
|
18629
18809
|
enabled: true,
|
|
18630
18810
|
scopes: ['edit_products', 'mark_sales_as_shipped', 'view_profile', 'view_sales'],
|
|
18811
|
+
useCustomOAuthEndpoints: true,
|
|
18812
|
+
usePKCE: false,
|
|
18813
|
+
authorizationUrl: 'https://gumroad.com/oauth/authorize',
|
|
18814
|
+
tokenUrl: 'https://api.gumroad.com/oauth/token',
|
|
18631
18815
|
authMethods: ['oauth2'],
|
|
18632
18816
|
categories: ['e-commerce'],
|
|
18633
18817
|
meta: {
|
|
@@ -18806,6 +18990,9 @@ const connectorsConfig = [{
|
|
|
18806
18990
|
logo: '_side/thirdparty/logos/harvest.svg',
|
|
18807
18991
|
enabled: true,
|
|
18808
18992
|
scopes: ['harvest:read', 'harvest:write'],
|
|
18993
|
+
useCustomOAuthEndpoints: true,
|
|
18994
|
+
authorizationUrl: 'https://id.getharvest.com/oauth2/authorize',
|
|
18995
|
+
tokenUrl: 'https://id.getharvest.com/api/v2/oauth2/token',
|
|
18809
18996
|
authMethods: ['oauth2'],
|
|
18810
18997
|
categories: ['productivity & project management'],
|
|
18811
18998
|
meta: {
|
|
@@ -19667,6 +19854,9 @@ const connectorsConfig = [{
|
|
|
19667
19854
|
logo: '_side/thirdparty/logos/hugging_face.svg',
|
|
19668
19855
|
enabled: true,
|
|
19669
19856
|
scopes: ['read'],
|
|
19857
|
+
useCustomOAuthEndpoints: true,
|
|
19858
|
+
authorizationUrl: 'https://huggingface.co/oauth/authorize',
|
|
19859
|
+
tokenUrl: 'https://huggingface.co/oauth/token',
|
|
19670
19860
|
authMethods: ['api_key', 'oauth2'],
|
|
19671
19861
|
categories: ['ai & machine learning'],
|
|
19672
19862
|
fields: [{
|
|
@@ -20507,6 +20697,9 @@ const connectorsConfig = [{
|
|
|
20507
20697
|
logo: '_side/thirdparty/logos/insighto_ai.svg',
|
|
20508
20698
|
enabled: true,
|
|
20509
20699
|
scopes: [],
|
|
20700
|
+
useCustomOAuthEndpoints: true,
|
|
20701
|
+
authorizationUrl: 'https://app.insighto.ai/oauth/authorize',
|
|
20702
|
+
tokenUrl: 'https://app.insighto.ai/oauth/token',
|
|
20510
20703
|
authMethods: ['api_key', 'oauth2'],
|
|
20511
20704
|
categories: ['sales & customer support']
|
|
20512
20705
|
}, {
|
|
@@ -20544,6 +20737,10 @@ const connectorsConfig = [{
|
|
|
20544
20737
|
logo: '_side/thirdparty/logos/instagram.svg',
|
|
20545
20738
|
enabled: true,
|
|
20546
20739
|
scopes: ['instagram_business_basic', 'instagram_business_content_publish', 'instagram_business_manage_comments', 'instagram_business_manage_insights', 'instagram_business_manage_messages'],
|
|
20740
|
+
useCustomOAuthEndpoints: true,
|
|
20741
|
+
usePKCE: false,
|
|
20742
|
+
authorizationUrl: 'https://www.instagram.com/oauth/authorize',
|
|
20743
|
+
tokenUrl: 'https://api.instagram.com/oauth/access_token',
|
|
20547
20744
|
authMethods: ['api_key', 'oauth2'],
|
|
20548
20745
|
categories: ['social media'],
|
|
20549
20746
|
meta: {
|
|
@@ -20653,6 +20850,10 @@ const connectorsConfig = [{
|
|
|
20653
20850
|
logo: '_side/thirdparty/logos/intercom.svg',
|
|
20654
20851
|
enabled: true,
|
|
20655
20852
|
scopes: ['offline_access', 'read_admin', 'read_article', 'read_company', 'read_conversation', 'read_count', 'read_data_attribute', 'read_event', 'read_news', 'read_note', 'read_segment', 'read_tag', 'read_team', 'read_ticket', 'read_user', 'read_webhook', 'write_admin', 'write_article', 'write_company', 'write_conversation', 'write_count', 'write_data_attribute', 'write_event', 'write_news', 'write_note', 'write_segment', 'write_tag', 'write_team', 'write_ticket', 'write_user', 'write_webhook'],
|
|
20853
|
+
useCustomOAuthEndpoints: true,
|
|
20854
|
+
usePKCE: false,
|
|
20855
|
+
authorizationUrl: 'https://app.intercom.io/oauth',
|
|
20856
|
+
tokenUrl: 'https://api.intercom.io/auth/eagle/token',
|
|
20656
20857
|
authMethods: ['oauth2'],
|
|
20657
20858
|
categories: ['sales & customer support'],
|
|
20658
20859
|
meta: {
|
|
@@ -21596,6 +21797,9 @@ const connectorsConfig = [{
|
|
|
21596
21797
|
logo: '_side/thirdparty/logos/kit.svg',
|
|
21597
21798
|
enabled: true,
|
|
21598
21799
|
scopes: ['read'],
|
|
21800
|
+
useCustomOAuthEndpoints: true,
|
|
21801
|
+
authorizationUrl: 'https://api.kit.com/v4/oauth/authorize',
|
|
21802
|
+
tokenUrl: 'https://api.kit.com/v4/oauth/token',
|
|
21599
21803
|
authMethods: ['api_key', 'oauth2'],
|
|
21600
21804
|
categories: ['marketing & social media'],
|
|
21601
21805
|
fields: [{
|
|
@@ -21640,6 +21844,9 @@ const connectorsConfig = [{
|
|
|
21640
21844
|
logo: '_side/thirdparty/logos/klaviyo.svg',
|
|
21641
21845
|
enabled: true,
|
|
21642
21846
|
scopes: ['accounts:read', 'campaigns:read', 'campaigns:write', 'catalogs:read', 'catalogs:write', 'conversations:read', 'conversations:write', 'coupon-codes:read', 'coupon-codes:write', 'coupons:read', 'coupons:write', 'data-privacy:read', 'data-privacy:write', 'events:read', 'events:write', 'flows:read', 'flows:write', 'images:read', 'images:write', 'lists:read', 'lists:write', 'metrics:read', 'metrics:write', 'profiles:read', 'profiles:write', 'push-tokens:read', 'push-tokens:write', 'segments:read', 'segments:write', 'subscriptions:read', 'subscriptions:write', 'tags:read', 'tags:write', 'templates:read', 'templates:write'],
|
|
21847
|
+
useCustomOAuthEndpoints: true,
|
|
21848
|
+
authorizationUrl: 'https://www.klaviyo.com/oauth/authorize',
|
|
21849
|
+
tokenUrl: 'https://a.klaviyo.com/oauth/token',
|
|
21643
21850
|
authMethods: ['api_key', 'oauth2'],
|
|
21644
21851
|
categories: ['marketing & social media'],
|
|
21645
21852
|
fields: [{
|
|
@@ -21868,6 +22075,10 @@ const connectorsConfig = [{
|
|
|
21868
22075
|
logo: '_side/thirdparty/logos/kommo.svg',
|
|
21869
22076
|
enabled: true,
|
|
21870
22077
|
scopes: [],
|
|
22078
|
+
useCustomOAuthEndpoints: true,
|
|
22079
|
+
usePKCE: false,
|
|
22080
|
+
authorizationUrl: 'https://www.kommo.com/oauth',
|
|
22081
|
+
tokenUrl: 'https://www.kommo.com/oauth2/access_token',
|
|
21871
22082
|
authMethods: ['oauth2'],
|
|
21872
22083
|
categories: ['crm'],
|
|
21873
22084
|
meta: {
|
|
@@ -22749,6 +22960,9 @@ const connectorsConfig = [{
|
|
|
22749
22960
|
logo: '_side/thirdparty/logos/lever.svg',
|
|
22750
22961
|
enabled: true,
|
|
22751
22962
|
scopes: ['files:write:admin', 'form_templates:write:admin', 'forms:write:admin', 'interviews:write:admin', 'notes:write:admin', 'offers:read:admin', 'opportunities:write:admin', 'panels:write:admin', 'postings:write:admin', 'referrals:read:admin', 'requisition_fields:write:admin', 'requisitions:write:admin', 'resumes:read:admin', 'sources:read:admin', 'stages:read:admin', 'tags:read:admin', 'tasks:read:admin', 'uploads:write:admin', 'users:write:admin'],
|
|
22963
|
+
useCustomOAuthEndpoints: true,
|
|
22964
|
+
authorizationUrl: 'https://hire.lever.co/oauth/authorize',
|
|
22965
|
+
tokenUrl: 'https://hire.lever.co/oauth/token',
|
|
22752
22966
|
authMethods: ['api_key', 'oauth2'],
|
|
22753
22967
|
categories: ['hr & recruiting'],
|
|
22754
22968
|
fields: [{
|
|
@@ -22881,6 +23095,9 @@ const connectorsConfig = [{
|
|
|
22881
23095
|
logo: '_side/thirdparty/logos/linear.svg',
|
|
22882
23096
|
color: '#5E6AD2',
|
|
22883
23097
|
enabled: true,
|
|
23098
|
+
useCustomOAuthEndpoints: true,
|
|
23099
|
+
authorizationUrl: 'https://linear.app/oauth/authorize',
|
|
23100
|
+
tokenUrl: 'https://api.linear.app/oauth/token',
|
|
22884
23101
|
authMethods: ['api_key'],
|
|
22885
23102
|
categories: ['productivity & project management'],
|
|
22886
23103
|
fields: [{
|
|
@@ -22969,6 +23186,7 @@ const connectorsConfig = [{
|
|
|
22969
23186
|
logo: '_side/thirdparty/logos/linkedin.svg',
|
|
22970
23187
|
enabled: true,
|
|
22971
23188
|
scopes: ['email', 'openid', 'profile', 'w_member_social'],
|
|
23189
|
+
usePKCE: false,
|
|
22972
23190
|
useCustomOAuthEndpoints: true,
|
|
22973
23191
|
authorizationUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
|
22974
23192
|
tokenUrl: 'https://www.linkedin.com/oauth/v2/accessToken',
|
|
@@ -22994,6 +23212,10 @@ const connectorsConfig = [{
|
|
|
22994
23212
|
logo: '_side/thirdparty/logos/linkedin_ads.svg',
|
|
22995
23213
|
enabled: true,
|
|
22996
23214
|
scopes: [],
|
|
23215
|
+
useCustomOAuthEndpoints: true,
|
|
23216
|
+
authorizationUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
|
23217
|
+
tokenUrl: 'https://www.linkedin.com/oauth/v2/accessToken',
|
|
23218
|
+
revocationUrl: 'https://www.linkedin.com/oauth/v2/revoke',
|
|
22997
23219
|
authMethods: ['api_key'],
|
|
22998
23220
|
categories: ['advertising & marketing']
|
|
22999
23221
|
}, {
|
|
@@ -23010,6 +23232,9 @@ const connectorsConfig = [{
|
|
|
23010
23232
|
logo: '_side/thirdparty/logos/linkhut.svg',
|
|
23011
23233
|
enabled: true,
|
|
23012
23234
|
scopes: ['posts:read', 'posts:write', 'tags:read', 'tags:write'],
|
|
23235
|
+
useCustomOAuthEndpoints: true,
|
|
23236
|
+
authorizationUrl: 'https://ln.ht/oauth/authorize',
|
|
23237
|
+
tokenUrl: 'https://ln.ht/oauth/token',
|
|
23013
23238
|
authMethods: ['oauth2'],
|
|
23014
23239
|
categories: ['productivity & project management'],
|
|
23015
23240
|
meta: {
|
|
@@ -23482,6 +23707,9 @@ const connectorsConfig = [{
|
|
|
23482
23707
|
logo: '_side/thirdparty/logos/lodgify.svg',
|
|
23483
23708
|
enabled: true,
|
|
23484
23709
|
scopes: [],
|
|
23710
|
+
useCustomOAuthEndpoints: true,
|
|
23711
|
+
authorizationUrl: 'https://www.lodgify.com/oauth/authorize',
|
|
23712
|
+
tokenUrl: 'https://www.lodgify.com/oauth/token',
|
|
23485
23713
|
authMethods: ['api_key', 'oauth2'],
|
|
23486
23714
|
categories: ['scheduling & booking'],
|
|
23487
23715
|
fields: [{
|
|
@@ -23935,6 +24163,10 @@ const connectorsConfig = [{
|
|
|
23935
24163
|
logo: '_side/thirdparty/logos/mailchimp.svg',
|
|
23936
24164
|
enabled: true,
|
|
23937
24165
|
scopes: ['campaigns:read', 'lists:read'],
|
|
24166
|
+
useCustomOAuthEndpoints: true,
|
|
24167
|
+
usePKCE: false,
|
|
24168
|
+
authorizationUrl: 'https://login.mailchimp.com/oauth2/authorize',
|
|
24169
|
+
tokenUrl: 'https://login.mailchimp.com/oauth2/token',
|
|
23938
24170
|
authMethods: ['oauth2'],
|
|
23939
24171
|
categories: ['marketing & social media'],
|
|
23940
24172
|
meta: {
|
|
@@ -24488,6 +24720,9 @@ const connectorsConfig = [{
|
|
|
24488
24720
|
logo: '_side/thirdparty/logos/matterport.svg',
|
|
24489
24721
|
enabled: true,
|
|
24490
24722
|
scopes: ['ViewDetails'],
|
|
24723
|
+
useCustomOAuthEndpoints: true,
|
|
24724
|
+
authorizationUrl: 'https://authn.matterport.com/oauth/authorize',
|
|
24725
|
+
tokenUrl: 'https://api.matterport.com/api/oauth/token',
|
|
24491
24726
|
authMethods: ['api_key', 'oauth2'],
|
|
24492
24727
|
categories: ['productivity & project management'],
|
|
24493
24728
|
fields: [{
|
|
@@ -24895,6 +25130,9 @@ const connectorsConfig = [{
|
|
|
24895
25130
|
logo: '_side/thirdparty/logos/metaads.svg',
|
|
24896
25131
|
enabled: true,
|
|
24897
25132
|
scopes: ['ads_management', 'ads_read'],
|
|
25133
|
+
useCustomOAuthEndpoints: true,
|
|
25134
|
+
authorizationUrl: 'https://www.facebook.com/v19.0/dialog/oauth',
|
|
25135
|
+
tokenUrl: 'https://graph.facebook.com/v19.0/oauth/access_token',
|
|
24898
25136
|
authMethods: ['api_key', 'oauth2'],
|
|
24899
25137
|
categories: ['advertising & marketing'],
|
|
24900
25138
|
fields: [{
|
|
@@ -25232,6 +25470,9 @@ const connectorsConfig = [{
|
|
|
25232
25470
|
logo: '_side/thirdparty/logos/miro.svg',
|
|
25233
25471
|
enabled: true,
|
|
25234
25472
|
scopes: ['boards:export', 'boards:read', 'boards:write'],
|
|
25473
|
+
useCustomOAuthEndpoints: true,
|
|
25474
|
+
authorizationUrl: 'https://miro.com/oauth/authorize',
|
|
25475
|
+
tokenUrl: 'https://api.miro.com/v1/oauth/token',
|
|
25235
25476
|
authMethods: ['oauth2'],
|
|
25236
25477
|
categories: ['design & creative tools'],
|
|
25237
25478
|
meta: {
|
|
@@ -25425,6 +25666,9 @@ const connectorsConfig = [{
|
|
|
25425
25666
|
logo: '_side/thirdparty/logos/mixpanel.svg',
|
|
25426
25667
|
enabled: true,
|
|
25427
25668
|
scopes: [],
|
|
25669
|
+
useCustomOAuthEndpoints: true,
|
|
25670
|
+
authorizationUrl: 'https://mixpanel.com/oauth/authorize',
|
|
25671
|
+
tokenUrl: 'https://mixpanel.com/oauth/access_token',
|
|
25428
25672
|
authMethods: ['api_key'],
|
|
25429
25673
|
categories: ['analytics & data'],
|
|
25430
25674
|
fields: [{
|
|
@@ -25732,6 +25976,10 @@ const connectorsConfig = [{
|
|
|
25732
25976
|
logo: '_side/thirdparty/logos/moneybird.svg',
|
|
25733
25977
|
enabled: true,
|
|
25734
25978
|
scopes: ['sales_invoices'],
|
|
25979
|
+
useCustomOAuthEndpoints: true,
|
|
25980
|
+
usePKCE: false,
|
|
25981
|
+
authorizationUrl: 'https://moneybird.com/oauth/authorize',
|
|
25982
|
+
tokenUrl: 'https://moneybird.com/oauth/token',
|
|
25735
25983
|
authMethods: ['api_key', 'oauth2'],
|
|
25736
25984
|
categories: ['finance & accounting'],
|
|
25737
25985
|
fields: [{
|
|
@@ -26219,6 +26467,9 @@ const connectorsConfig = [{
|
|
|
26219
26467
|
logo: '_side/thirdparty/logos/mural.svg',
|
|
26220
26468
|
enabled: true,
|
|
26221
26469
|
scopes: ['identity:read', 'murals:read', 'murals:write', 'rooms:read', 'rooms:write', 'templates:read', 'templates:write', 'users:read', 'workspaces:read', 'workspaces:write'],
|
|
26470
|
+
useCustomOAuthEndpoints: true,
|
|
26471
|
+
authorizationUrl: 'https://app.mural.co/api/public/v1/authorization/oauth2',
|
|
26472
|
+
tokenUrl: 'https://app.mural.co/api/public/v1/authorization/oauth2/token',
|
|
26222
26473
|
authMethods: ['oauth2'],
|
|
26223
26474
|
categories: ['design & creative tools'],
|
|
26224
26475
|
meta: {
|
|
@@ -26690,6 +26941,9 @@ const connectorsConfig = [{
|
|
|
26690
26941
|
logo: '_side/thirdparty/logos/netsuite.svg',
|
|
26691
26942
|
enabled: true,
|
|
26692
26943
|
scopes: ['profile'],
|
|
26944
|
+
useCustomOAuthEndpoints: true,
|
|
26945
|
+
authorizationUrl: 'https://system.netsuite.com/app/login/oauth2/authorize.nl',
|
|
26946
|
+
tokenUrl: 'https://system.netsuite.com/services/rest/auth/oauth2/v1/token',
|
|
26693
26947
|
authMethods: ['oauth2'],
|
|
26694
26948
|
categories: ['finance & accounting'],
|
|
26695
26949
|
meta: {
|
|
@@ -27752,6 +28006,9 @@ const connectorsConfig = [{
|
|
|
27752
28006
|
logo: '_side/thirdparty/logos/omnisend.svg',
|
|
27753
28007
|
enabled: true,
|
|
27754
28008
|
scopes: ['automations.read', 'brands.read', 'brands.write', 'campaigns.read', 'contacts.read', 'contacts.write', 'events.read', 'events.write', 'products.read', 'products.write'],
|
|
28009
|
+
useCustomOAuthEndpoints: true,
|
|
28010
|
+
authorizationUrl: 'https://app.omnisend.com/oauth2/authorize',
|
|
28011
|
+
tokenUrl: 'https://app.omnisend.com/oauth2/token',
|
|
27755
28012
|
authMethods: ['api_key', 'oauth2'],
|
|
27756
28013
|
categories: ['marketing & social media'],
|
|
27757
28014
|
fields: [{
|
|
@@ -28448,6 +28705,9 @@ const connectorsConfig = [{
|
|
|
28448
28705
|
logo: '_side/thirdparty/logos/pagerduty.svg',
|
|
28449
28706
|
enabled: true,
|
|
28450
28707
|
scopes: ['read', 'write'],
|
|
28708
|
+
useCustomOAuthEndpoints: true,
|
|
28709
|
+
authorizationUrl: 'https://app.pagerduty.com/oauth/authorize',
|
|
28710
|
+
tokenUrl: 'https://app.pagerduty.com/oauth/token',
|
|
28451
28711
|
authMethods: ['api_key', 'oauth2'],
|
|
28452
28712
|
categories: ['developer tools & devops'],
|
|
28453
28713
|
fields: [{
|
|
@@ -29823,6 +30083,9 @@ const connectorsConfig = [{
|
|
|
29823
30083
|
logo: '_side/thirdparty/logos/pinecone.svg',
|
|
29824
30084
|
enabled: true,
|
|
29825
30085
|
scopes: ['read', 'write'],
|
|
30086
|
+
useCustomOAuthEndpoints: true,
|
|
30087
|
+
authorizationUrl: 'https://login.pinecone.io/oauth/authorize',
|
|
30088
|
+
tokenUrl: 'https://login.pinecone.io/oauth/token',
|
|
29826
30089
|
authMethods: ['api_key', 'oauth2'],
|
|
29827
30090
|
categories: ['ai & machine learning'],
|
|
29828
30091
|
fields: [{
|
|
@@ -29960,6 +30223,9 @@ const connectorsConfig = [{
|
|
|
29960
30223
|
logo: '_side/thirdparty/logos/pipedrive.svg',
|
|
29961
30224
|
enabled: true,
|
|
29962
30225
|
scopes: ['activities:full', 'contacts:full', 'leads:full', 'mail:full', 'products:full', 'projects:full'],
|
|
30226
|
+
useCustomOAuthEndpoints: true,
|
|
30227
|
+
authorizationUrl: 'https://oauth.pipedrive.com/oauth/authorize',
|
|
30228
|
+
tokenUrl: 'https://oauth.pipedrive.com/oauth/token',
|
|
29963
30229
|
authMethods: ['api_key', 'oauth2'],
|
|
29964
30230
|
categories: ['crm'],
|
|
29965
30231
|
fields: [{
|
|
@@ -31120,6 +31386,9 @@ const connectorsConfig = [{
|
|
|
31120
31386
|
logo: '_side/thirdparty/logos/productboard.svg',
|
|
31121
31387
|
enabled: true,
|
|
31122
31388
|
scopes: ['custom_fields:read', 'feedback_form_configurations:read', 'feedback_forms:create', 'initiatives:create', 'initiatives:manage', 'initiatives:read', 'key_results:create', 'key_results:manage', 'key_results:read', 'members_pii:read', 'notes:create', 'notes:read', 'objectives:create', 'objectives:manage', 'objectives:read', 'plugin_integrations:manage', 'product_hierarchy_data:create', 'product_hierarchy_data:manage', 'product_hierarchy_data:read', 'releases:create', 'releases:manage', 'releases:read', 'users:manage', 'users:read', 'users_pii:read'],
|
|
31389
|
+
useCustomOAuthEndpoints: true,
|
|
31390
|
+
authorizationUrl: 'https://app.productboard.com/oauth2/authorize',
|
|
31391
|
+
tokenUrl: 'https://app.productboard.com/oauth2/token',
|
|
31123
31392
|
authMethods: ['api_key', 'oauth2'],
|
|
31124
31393
|
categories: ['productivity & project management'],
|
|
31125
31394
|
fields: [{
|
|
@@ -31344,6 +31613,10 @@ const connectorsConfig = [{
|
|
|
31344
31613
|
logo: '_side/thirdparty/logos/pushbullet.svg',
|
|
31345
31614
|
enabled: true,
|
|
31346
31615
|
scopes: ['everything'],
|
|
31616
|
+
useCustomOAuthEndpoints: true,
|
|
31617
|
+
usePKCE: false,
|
|
31618
|
+
authorizationUrl: 'https://www.pushbullet.com/authorize',
|
|
31619
|
+
tokenUrl: 'https://api.pushbullet.com/oauth2/token',
|
|
31347
31620
|
authMethods: ['api_key', 'oauth2'],
|
|
31348
31621
|
categories: ['collaboration & communication'],
|
|
31349
31622
|
fields: [{
|
|
@@ -31575,6 +31848,11 @@ const connectorsConfig = [{
|
|
|
31575
31848
|
logo: '_side/thirdparty/logos/quickbooks.svg',
|
|
31576
31849
|
enabled: true,
|
|
31577
31850
|
scopes: ['address', 'com.intuit.quickbooks.accounting', 'email', 'openid', 'phone', 'profile'],
|
|
31851
|
+
useCustomOAuthEndpoints: true,
|
|
31852
|
+
usePKCE: false,
|
|
31853
|
+
authorizationUrl: 'https://appcenter.intuit.com/connect/oauth2',
|
|
31854
|
+
tokenUrl: 'https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer',
|
|
31855
|
+
revocationUrl: 'https://developer.api.intuit.com/v2/oauth2/tokens/revoke',
|
|
31578
31856
|
authMethods: ['oauth2'],
|
|
31579
31857
|
categories: ['finance & accounting'],
|
|
31580
31858
|
meta: {
|
|
@@ -31832,6 +32110,9 @@ const connectorsConfig = [{
|
|
|
31832
32110
|
logo: '_side/thirdparty/logos/ramp.svg',
|
|
31833
32111
|
enabled: true,
|
|
31834
32112
|
scopes: ['accounting:read', 'accounting:write', 'bank_accounts:read', 'bills:read', 'bills:write', 'business:read', 'cards:read', 'cards:read_vault', 'cards:write', 'cashbacks:read', 'custom_records:read', 'custom_records:write', 'departments:read', 'departments:write', 'entities:read', 'item_receipts:read', 'leads:read', 'leads:write', 'limits:read', 'limits:write', 'locations:read', 'locations:write', 'memos:read', 'memos:write', 'merchants:read', 'purchase_orders:read', 'receipt_integrations:read', 'receipt_integrations:write', 'receipts:read', 'receipts:write', 'reimbursements:read', 'spend_programs:read', 'spend_programs:write', 'statements:read', 'transactions:read', 'transfers:read', 'users:read', 'users:write', 'vendors:read', 'vendors:write'],
|
|
32113
|
+
useCustomOAuthEndpoints: true,
|
|
32114
|
+
authorizationUrl: 'https://app.ramp.com/v1/authorize',
|
|
32115
|
+
tokenUrl: 'https://api.ramp.com/developer/v1/token',
|
|
31835
32116
|
authMethods: ['oauth2'],
|
|
31836
32117
|
categories: ['finance & accounting'],
|
|
31837
32118
|
meta: {
|
|
@@ -31989,6 +32270,9 @@ const connectorsConfig = [{
|
|
|
31989
32270
|
logo: '_side/thirdparty/logos/recruitee.svg',
|
|
31990
32271
|
enabled: true,
|
|
31991
32272
|
scopes: [],
|
|
32273
|
+
useCustomOAuthEndpoints: true,
|
|
32274
|
+
authorizationUrl: 'https://api.recruitee.com/oauth/authorize',
|
|
32275
|
+
tokenUrl: 'https://api.recruitee.com/oauth/token',
|
|
31992
32276
|
authMethods: ['api_key', 'oauth2'],
|
|
31993
32277
|
categories: ['hr & recruiting'],
|
|
31994
32278
|
fields: [{
|
|
@@ -32063,6 +32347,11 @@ const connectorsConfig = [{
|
|
|
32063
32347
|
logo: '_side/thirdparty/logos/reddit.svg',
|
|
32064
32348
|
enabled: true,
|
|
32065
32349
|
scopes: ['edit', 'flair', 'identity', 'read', 'submit', 'vote'],
|
|
32350
|
+
useCustomOAuthEndpoints: true,
|
|
32351
|
+
usePKCE: false,
|
|
32352
|
+
authorizationUrl: 'https://www.reddit.com/api/v1/authorize',
|
|
32353
|
+
tokenUrl: 'https://www.reddit.com/api/v1/access_token',
|
|
32354
|
+
revocationUrl: 'https://www.reddit.com/api/v1/revoke_token',
|
|
32066
32355
|
authMethods: ['oauth2'],
|
|
32067
32356
|
categories: ['marketing & social media'],
|
|
32068
32357
|
meta: {
|
|
@@ -32084,6 +32373,11 @@ const connectorsConfig = [{
|
|
|
32084
32373
|
logo: '_side/thirdparty/logos/reddit_ads.svg',
|
|
32085
32374
|
enabled: true,
|
|
32086
32375
|
scopes: [],
|
|
32376
|
+
useCustomOAuthEndpoints: true,
|
|
32377
|
+
usePKCE: false,
|
|
32378
|
+
authorizationUrl: 'https://www.reddit.com/api/v1/authorize',
|
|
32379
|
+
tokenUrl: 'https://www.reddit.com/api/v1/access_token',
|
|
32380
|
+
revocationUrl: 'https://www.reddit.com/api/v1/revoke_token',
|
|
32087
32381
|
authMethods: ['api_key'],
|
|
32088
32382
|
categories: ['advertising & marketing']
|
|
32089
32383
|
}, {
|
|
@@ -32347,6 +32641,9 @@ const connectorsConfig = [{
|
|
|
32347
32641
|
logo: '_side/thirdparty/logos/render.svg',
|
|
32348
32642
|
enabled: true,
|
|
32349
32643
|
scopes: [],
|
|
32644
|
+
useCustomOAuthEndpoints: true,
|
|
32645
|
+
authorizationUrl: 'https://render.com/oauth/authorize',
|
|
32646
|
+
tokenUrl: 'https://render.com/oauth/token',
|
|
32350
32647
|
authMethods: ['api_key'],
|
|
32351
32648
|
categories: ['developer tools & devops'],
|
|
32352
32649
|
fields: [{
|
|
@@ -33450,6 +33747,9 @@ const connectorsConfig = [{
|
|
|
33450
33747
|
logo: '_side/thirdparty/logos/safetyculture.svg',
|
|
33451
33748
|
enabled: true,
|
|
33452
33749
|
scopes: [],
|
|
33750
|
+
useCustomOAuthEndpoints: true,
|
|
33751
|
+
authorizationUrl: 'https://app.safetyculture.com/oauth2/authorize',
|
|
33752
|
+
tokenUrl: 'https://api.safetyculture.io/oauth2/token',
|
|
33453
33753
|
authMethods: ['api_key', 'oauth2'],
|
|
33454
33754
|
categories: ['productivity & project management'],
|
|
33455
33755
|
fields: [{
|
|
@@ -33782,6 +34082,9 @@ const connectorsConfig = [{
|
|
|
33782
34082
|
logo: '_side/thirdparty/logos/scheduleonce.svg',
|
|
33783
34083
|
enabled: true,
|
|
33784
34084
|
scopes: ['email', 'id', 'profile'],
|
|
34085
|
+
useCustomOAuthEndpoints: true,
|
|
34086
|
+
authorizationUrl: 'https://app.oncehub.com/oauth2/authorize',
|
|
34087
|
+
tokenUrl: 'https://app.oncehub.com/oauth2/token',
|
|
33785
34088
|
authMethods: ['api_key', 'oauth2'],
|
|
33786
34089
|
categories: ['scheduling & booking'],
|
|
33787
34090
|
fields: [{
|
|
@@ -34183,6 +34486,9 @@ const connectorsConfig = [{
|
|
|
34183
34486
|
logo: '_side/thirdparty/logos/segment.svg',
|
|
34184
34487
|
enabled: true,
|
|
34185
34488
|
scopes: [],
|
|
34489
|
+
useCustomOAuthEndpoints: true,
|
|
34490
|
+
authorizationUrl: 'https://app.segment.com/authorize',
|
|
34491
|
+
tokenUrl: 'https://app.segment.com/oauth/token',
|
|
34186
34492
|
authMethods: ['api_key'],
|
|
34187
34493
|
categories: ['analytics & data'],
|
|
34188
34494
|
fields: [{
|
|
@@ -34347,6 +34653,9 @@ const connectorsConfig = [{
|
|
|
34347
34653
|
logo: '_side/thirdparty/logos/semrush.svg',
|
|
34348
34654
|
enabled: true,
|
|
34349
34655
|
scopes: [],
|
|
34656
|
+
useCustomOAuthEndpoints: true,
|
|
34657
|
+
authorizationUrl: 'https://oauth.semrush.com/oauth2/authorize',
|
|
34658
|
+
tokenUrl: 'https://oauth.semrush.com/oauth2/access_token',
|
|
34350
34659
|
authMethods: ['api_key'],
|
|
34351
34660
|
categories: ['advertising & marketing'],
|
|
34352
34661
|
fields: [{
|
|
@@ -34553,6 +34862,10 @@ const connectorsConfig = [{
|
|
|
34553
34862
|
logo: '_side/thirdparty/logos/sendgrid.svg',
|
|
34554
34863
|
enabled: true,
|
|
34555
34864
|
scopes: [],
|
|
34865
|
+
useCustomOAuthEndpoints: true,
|
|
34866
|
+
usePKCE: false,
|
|
34867
|
+
authorizationUrl: 'https://api.sendgrid.com/v3/oauth/authorize',
|
|
34868
|
+
tokenUrl: 'https://api.sendgrid.com/v3/oauth/token',
|
|
34556
34869
|
authMethods: ['api_key'],
|
|
34557
34870
|
categories: ['marketing & social media'],
|
|
34558
34871
|
fields: [{
|
|
@@ -34641,6 +34954,10 @@ const connectorsConfig = [{
|
|
|
34641
34954
|
logo: '_side/thirdparty/logos/sendloop.svg',
|
|
34642
34955
|
enabled: true,
|
|
34643
34956
|
scopes: ['account.read', 'campaign.read', 'list.read', 'subscriber.read'],
|
|
34957
|
+
useCustomOAuthEndpoints: true,
|
|
34958
|
+
usePKCE: false,
|
|
34959
|
+
authorizationUrl: 'https://app.sendloop.com/oauth/authorize',
|
|
34960
|
+
tokenUrl: 'https://app.sendloop.com/oauth/token',
|
|
34644
34961
|
authMethods: ['api_key', 'oauth2'],
|
|
34645
34962
|
categories: ['advertising & marketing'],
|
|
34646
34963
|
fields: [{
|
|
@@ -35129,6 +35446,10 @@ const connectorsConfig = [{
|
|
|
35129
35446
|
logo: '_side/thirdparty/logos/servicem8.svg',
|
|
35130
35447
|
enabled: true,
|
|
35131
35448
|
scopes: ['create_jobs', 'manage_assets', 'manage_badges', 'manage_customer_contacts', 'manage_customers', 'manage_inventory', 'manage_job_categories', 'manage_job_contacts', 'manage_job_materials', 'manage_job_queues', 'manage_jobs', 'manage_locations', 'manage_notifications', 'manage_schedule', 'manage_staff', 'manage_tasks', 'manage_templates', 'publish_email', 'publish_job_attachments', 'publish_job_notes', 'publish_job_photos', 'publish_sms', 'read_assets', 'read_customer_contacts', 'read_customers', 'read_inbox', 'read_inventory', 'read_job_attachments', 'read_job_categories', 'read_job_contacts', 'read_job_materials', 'read_job_notes', 'read_job_photos', 'read_job_queues', 'read_jobs', 'read_locations', 'read_messages', 'read_schedule', 'read_staff', 'read_tasks', 'staff_activity', 'staff_locations', 'vendor', 'vendor_email', 'vendor_logo'],
|
|
35449
|
+
useCustomOAuthEndpoints: true,
|
|
35450
|
+
usePKCE: false,
|
|
35451
|
+
authorizationUrl: 'https://go.servicem8.com/oauth/authorize',
|
|
35452
|
+
tokenUrl: 'https://go.servicem8.com/oauth/access_token',
|
|
35132
35453
|
authMethods: ['oauth2'],
|
|
35133
35454
|
categories: ['productivity & project management'],
|
|
35134
35455
|
meta: {
|
|
@@ -35372,6 +35693,10 @@ const connectorsConfig = [{
|
|
|
35372
35693
|
logo: '_side/thirdparty/logos/shippo.svg',
|
|
35373
35694
|
enabled: true,
|
|
35374
35695
|
scopes: ['*'],
|
|
35696
|
+
useCustomOAuthEndpoints: true,
|
|
35697
|
+
usePKCE: false,
|
|
35698
|
+
authorizationUrl: 'https://goshippo.com/oauth/authorize',
|
|
35699
|
+
tokenUrl: 'https://goshippo.com/oauth/access_token',
|
|
35375
35700
|
authMethods: ['api_key', 'oauth2'],
|
|
35376
35701
|
categories: ['e-commerce'],
|
|
35377
35702
|
fields: [{
|
|
@@ -36442,6 +36767,9 @@ const connectorsConfig = [{
|
|
|
36442
36767
|
logo: '_side/thirdparty/logos/snapchat.svg',
|
|
36443
36768
|
enabled: true,
|
|
36444
36769
|
scopes: ['snapchat-marketing-api', 'snapchat-offline-conversions-api', 'snapchat-profile-api'],
|
|
36770
|
+
useCustomOAuthEndpoints: true,
|
|
36771
|
+
authorizationUrl: 'https://accounts.snapchat.com/login/oauth2/authorize',
|
|
36772
|
+
tokenUrl: 'https://accounts.snapchat.com/login/oauth2/access_token',
|
|
36445
36773
|
authMethods: ['api_key'],
|
|
36446
36774
|
categories: ['social media'],
|
|
36447
36775
|
meta: {
|
|
@@ -36763,6 +37091,10 @@ const connectorsConfig = [{
|
|
|
36763
37091
|
logo: '_side/thirdparty/logos/splitwise.svg',
|
|
36764
37092
|
enabled: true,
|
|
36765
37093
|
scopes: [],
|
|
37094
|
+
useCustomOAuthEndpoints: true,
|
|
37095
|
+
usePKCE: false,
|
|
37096
|
+
authorizationUrl: 'https://secure.splitwise.com/oauth/authorize',
|
|
37097
|
+
tokenUrl: 'https://secure.splitwise.com/oauth/token',
|
|
36766
37098
|
authMethods: ['oauth2'],
|
|
36767
37099
|
categories: ['finance & accounting'],
|
|
36768
37100
|
fields: [{
|
|
@@ -36917,6 +37249,9 @@ const connectorsConfig = [{
|
|
|
36917
37249
|
logo: '_side/thirdparty/logos/spotify.svg',
|
|
36918
37250
|
enabled: true,
|
|
36919
37251
|
scopes: ['app-remote-control', 'streaming', 'user-modify-playback-state', 'user-read-currently-playing', 'user-read-email', 'user-read-playback-state', 'user-read-private'],
|
|
37252
|
+
useCustomOAuthEndpoints: true,
|
|
37253
|
+
authorizationUrl: 'https://accounts.spotify.com/authorize',
|
|
37254
|
+
tokenUrl: 'https://accounts.spotify.com/api/token',
|
|
36920
37255
|
authMethods: ['oauth2'],
|
|
36921
37256
|
categories: ['entertainment & media'],
|
|
36922
37257
|
meta: {
|
|
@@ -36982,6 +37317,10 @@ const connectorsConfig = [{
|
|
|
36982
37317
|
logo: '_side/thirdparty/logos/square.svg',
|
|
36983
37318
|
enabled: true,
|
|
36984
37319
|
scopes: ['CUSTOMERS_READ', 'CUSTOMERS_WRITE', 'MERCHANT_PROFILE_READ', 'MERCHANT_PROFILE_WRITE'],
|
|
37320
|
+
useCustomOAuthEndpoints: true,
|
|
37321
|
+
authorizationUrl: 'https://connect.squareup.com/oauth2/authorize',
|
|
37322
|
+
tokenUrl: 'https://connect.squareup.com/oauth2/token',
|
|
37323
|
+
revocationUrl: 'https://connect.squareup.com/oauth2/revoke',
|
|
36985
37324
|
authMethods: ['api_key', 'oauth2'],
|
|
36986
37325
|
categories: ['e-commerce'],
|
|
36987
37326
|
meta: {
|
|
@@ -37035,6 +37374,10 @@ const connectorsConfig = [{
|
|
|
37035
37374
|
logo: '_side/thirdparty/logos/stack_exchange.svg',
|
|
37036
37375
|
enabled: true,
|
|
37037
37376
|
scopes: [],
|
|
37377
|
+
useCustomOAuthEndpoints: true,
|
|
37378
|
+
usePKCE: false,
|
|
37379
|
+
authorizationUrl: 'https://stackexchange.com/oauth',
|
|
37380
|
+
tokenUrl: 'https://stackoverflow.com/oauth/access_token/json',
|
|
37038
37381
|
authMethods: ['oauth2'],
|
|
37039
37382
|
categories: ['collaboration & communication']
|
|
37040
37383
|
}, {
|
|
@@ -37347,6 +37690,9 @@ const connectorsConfig = [{
|
|
|
37347
37690
|
logo: '_side/thirdparty/logos/storyblok.svg',
|
|
37348
37691
|
enabled: true,
|
|
37349
37692
|
scopes: ['read_content', 'write_content'],
|
|
37693
|
+
useCustomOAuthEndpoints: true,
|
|
37694
|
+
authorizationUrl: 'https://app.storyblok.com/oauth/authorize',
|
|
37695
|
+
tokenUrl: 'https://app.storyblok.com/oauth/token',
|
|
37350
37696
|
authMethods: ['api_key', 'oauth2'],
|
|
37351
37697
|
categories: ['document & file management'],
|
|
37352
37698
|
fields: [{
|
|
@@ -37407,6 +37753,11 @@ const connectorsConfig = [{
|
|
|
37407
37753
|
logo: '_side/thirdparty/logos/strava.svg',
|
|
37408
37754
|
enabled: true,
|
|
37409
37755
|
scopes: ['activity:read', 'profile:read_all', 'read'],
|
|
37756
|
+
useCustomOAuthEndpoints: true,
|
|
37757
|
+
usePKCE: false,
|
|
37758
|
+
authorizationUrl: 'https://www.strava.com/oauth/authorize',
|
|
37759
|
+
tokenUrl: 'https://www.strava.com/oauth/token',
|
|
37760
|
+
revocationUrl: 'https://www.strava.com/oauth/deauthorize',
|
|
37410
37761
|
authMethods: ['oauth2'],
|
|
37411
37762
|
categories: ['social media'],
|
|
37412
37763
|
meta: {
|
|
@@ -37472,6 +37823,11 @@ const connectorsConfig = [{
|
|
|
37472
37823
|
logo: '_side/thirdparty/logos/stripe.svg',
|
|
37473
37824
|
enabled: true,
|
|
37474
37825
|
scopes: ['read_write'],
|
|
37826
|
+
useCustomOAuthEndpoints: true,
|
|
37827
|
+
usePKCE: false,
|
|
37828
|
+
authorizationUrl: 'https://connect.stripe.com/oauth/authorize',
|
|
37829
|
+
tokenUrl: 'https://connect.stripe.com/oauth/token',
|
|
37830
|
+
revocationUrl: 'https://connect.stripe.com/oauth/deauthorize',
|
|
37475
37831
|
authMethods: ['api_key', 'oauth2'],
|
|
37476
37832
|
categories: ['finance & accounting'],
|
|
37477
37833
|
fields: [{
|
|
@@ -37983,6 +38339,10 @@ const connectorsConfig = [{
|
|
|
37983
38339
|
logo: '_side/thirdparty/logos/survey_monkey.svg',
|
|
37984
38340
|
enabled: true,
|
|
37985
38341
|
scopes: ['surveys_read', 'responses_read_detail'],
|
|
38342
|
+
useCustomOAuthEndpoints: true,
|
|
38343
|
+
usePKCE: false,
|
|
38344
|
+
authorizationUrl: 'https://api.surveymonkey.com/oauth/authorize',
|
|
38345
|
+
tokenUrl: 'https://api.surveymonkey.com/oauth/token',
|
|
37986
38346
|
authMethods: ['api_key', 'oauth2'],
|
|
37987
38347
|
categories: ['data & analytics']
|
|
37988
38348
|
}, {
|
|
@@ -38249,6 +38609,9 @@ const connectorsConfig = [{
|
|
|
38249
38609
|
logo: '_side/thirdparty/logos/tally.svg',
|
|
38250
38610
|
enabled: true,
|
|
38251
38611
|
scopes: ['forms', 'user'],
|
|
38612
|
+
useCustomOAuthEndpoints: true,
|
|
38613
|
+
authorizationUrl: 'https://tally.so/oauth/authorize',
|
|
38614
|
+
tokenUrl: 'https://tally.so/oauth/token',
|
|
38252
38615
|
authMethods: ['api_key', 'oauth2'],
|
|
38253
38616
|
categories: ['data & analytics'],
|
|
38254
38617
|
fields: [{
|
|
@@ -38902,6 +39265,10 @@ const connectorsConfig = [{
|
|
|
38902
39265
|
logo: '_side/thirdparty/logos/ticketmaster.svg',
|
|
38903
39266
|
enabled: true,
|
|
38904
39267
|
scopes: [],
|
|
39268
|
+
useCustomOAuthEndpoints: true,
|
|
39269
|
+
usePKCE: false,
|
|
39270
|
+
authorizationUrl: 'https://oauth.ticketmaster.com/oauth/authorize',
|
|
39271
|
+
tokenUrl: 'https://oauth.ticketmaster.com/oauth/token',
|
|
38905
39272
|
authMethods: ['api_key', 'oauth2'],
|
|
38906
39273
|
categories: ['entertainment & media'],
|
|
38907
39274
|
fields: [{
|
|
@@ -38946,6 +39313,9 @@ const connectorsConfig = [{
|
|
|
38946
39313
|
logo: 'https://ticktick.com/favicon.ico',
|
|
38947
39314
|
enabled: true,
|
|
38948
39315
|
scopes: ['tasks:read', 'tasks:write'],
|
|
39316
|
+
useCustomOAuthEndpoints: true,
|
|
39317
|
+
authorizationUrl: 'https://ticktick.com/oauth/authorize',
|
|
39318
|
+
tokenUrl: 'https://ticktick.com/oauth/token',
|
|
38949
39319
|
authMethods: ['oauth2'],
|
|
38950
39320
|
categories: ['productivity & project management'],
|
|
38951
39321
|
meta: {
|
|
@@ -39011,6 +39381,10 @@ const connectorsConfig = [{
|
|
|
39011
39381
|
logo: '_side/thirdparty/logos/tiktok.svg',
|
|
39012
39382
|
enabled: true,
|
|
39013
39383
|
scopes: ['user.info.basic', 'user.info.profile', 'user.info.stats', 'video.list', 'video.publish', 'video.upload'],
|
|
39384
|
+
useCustomOAuthEndpoints: true,
|
|
39385
|
+
authorizationUrl: 'https://open-api.tiktok.com/platform/oauth/connect/',
|
|
39386
|
+
tokenUrl: 'https://open-api.tiktok.com/oauth/access_token/',
|
|
39387
|
+
revocationUrl: 'https://open-api.tiktok.com/oauth/revoke/',
|
|
39014
39388
|
authMethods: ['api_key', 'oauth2'],
|
|
39015
39389
|
categories: ['social media'],
|
|
39016
39390
|
meta: {
|
|
@@ -39032,6 +39406,9 @@ const connectorsConfig = [{
|
|
|
39032
39406
|
logo: '_side/thirdparty/logos/timecamp.svg',
|
|
39033
39407
|
enabled: true,
|
|
39034
39408
|
scopes: [],
|
|
39409
|
+
useCustomOAuthEndpoints: true,
|
|
39410
|
+
authorizationUrl: 'https://app.timecamp.com/auth/oauth2/authorize',
|
|
39411
|
+
tokenUrl: 'https://app.timecamp.com/auth/oauth2/token',
|
|
39035
39412
|
authMethods: ['api_key', 'oauth2'],
|
|
39036
39413
|
categories: ['productivity & project management'],
|
|
39037
39414
|
fields: [{
|
|
@@ -39164,6 +39541,9 @@ const connectorsConfig = [{
|
|
|
39164
39541
|
logo: '_side/thirdparty/logos/timely.svg',
|
|
39165
39542
|
enabled: true,
|
|
39166
39543
|
scopes: [],
|
|
39544
|
+
useCustomOAuthEndpoints: true,
|
|
39545
|
+
authorizationUrl: 'https://api.timelyapp.com/1.1/oauth/authorize',
|
|
39546
|
+
tokenUrl: 'https://api.timelyapp.com/1.1/oauth/token',
|
|
39167
39547
|
authMethods: ['oauth2'],
|
|
39168
39548
|
categories: ['productivity & project management'],
|
|
39169
39549
|
meta: {
|
|
@@ -39580,6 +39960,10 @@ const connectorsConfig = [{
|
|
|
39580
39960
|
logo: '_side/thirdparty/logos/toneden.svg',
|
|
39581
39961
|
enabled: true,
|
|
39582
39962
|
scopes: ['posts', 'profiles', 'user'],
|
|
39963
|
+
useCustomOAuthEndpoints: true,
|
|
39964
|
+
usePKCE: false,
|
|
39965
|
+
authorizationUrl: 'https://www.toneden.io/oauth/authorize',
|
|
39966
|
+
tokenUrl: 'https://www.toneden.io/oauth/token',
|
|
39583
39967
|
authMethods: ['api_key', 'oauth2'],
|
|
39584
39968
|
categories: ['marketing & social media'],
|
|
39585
39969
|
fields: [{
|
|
@@ -39668,6 +40052,10 @@ const connectorsConfig = [{
|
|
|
39668
40052
|
logo: '_side/thirdparty/logos/trello.svg',
|
|
39669
40053
|
enabled: true,
|
|
39670
40054
|
scopes: ['account', 'read', 'write'],
|
|
40055
|
+
useCustomOAuthEndpoints: true,
|
|
40056
|
+
usePKCE: false,
|
|
40057
|
+
authorizationUrl: 'https://trello.com/1/authorize',
|
|
40058
|
+
tokenUrl: 'https://trello.com/1/OAuthGetAccessToken',
|
|
39671
40059
|
authMethods: ['api_key'],
|
|
39672
40060
|
categories: ['productivity & project management'],
|
|
39673
40061
|
meta: {
|
|
@@ -39929,6 +40317,10 @@ const connectorsConfig = [{
|
|
|
39929
40317
|
logo: '_side/thirdparty/logos/twitter.svg',
|
|
39930
40318
|
enabled: true,
|
|
39931
40319
|
scopes: ['block.read', 'block.write', 'bookmark.read', 'bookmark.write', 'dm.read', 'dm.write', 'follows.read', 'follows.write', 'like.read', 'like.write', 'list.read', 'list.write', 'media.write', 'mute.read', 'mute.write', 'offline.access', 'space.read', 'tweet.moderate.write', 'tweet.read', 'tweet.write', 'users.read'],
|
|
40320
|
+
useCustomOAuthEndpoints: true,
|
|
40321
|
+
authorizationUrl: 'https://twitter.com/i/oauth2/authorize',
|
|
40322
|
+
tokenUrl: 'https://api.twitter.com/2/oauth2/token',
|
|
40323
|
+
revocationUrl: 'https://api.twitter.com/2/oauth2/revoke',
|
|
39932
40324
|
authMethods: ['api_key', 'oauth2'],
|
|
39933
40325
|
categories: ['social media'],
|
|
39934
40326
|
meta: {
|
|
@@ -39994,6 +40386,10 @@ const connectorsConfig = [{
|
|
|
39994
40386
|
logo: '_side/thirdparty/logos/typeform.svg',
|
|
39995
40387
|
enabled: true,
|
|
39996
40388
|
scopes: ['accounts:read', 'forms:read', 'forms:write', 'images:read', 'images:write', 'offline', 'responses:read', 'responses:write', 'themes:read', 'themes:write', 'webhooks:read', 'webhooks:write', 'workspaces:read', 'workspaces:write'],
|
|
40389
|
+
useCustomOAuthEndpoints: true,
|
|
40390
|
+
usePKCE: false,
|
|
40391
|
+
authorizationUrl: 'https://api.typeform.com/oauth/authorize',
|
|
40392
|
+
tokenUrl: 'https://api.typeform.com/oauth/token',
|
|
39997
40393
|
authMethods: ['oauth2'],
|
|
39998
40394
|
categories: ['productivity & project management'],
|
|
39999
40395
|
meta: {
|
|
@@ -41292,6 +41688,10 @@ const connectorsConfig = [{
|
|
|
41292
41688
|
logo: '_side/thirdparty/logos/wakatime.svg',
|
|
41293
41689
|
enabled: true,
|
|
41294
41690
|
scopes: ['read_summaries', 'read_summaries.editors', 'read_summaries.languages'],
|
|
41691
|
+
useCustomOAuthEndpoints: true,
|
|
41692
|
+
authorizationUrl: 'https://wakatime.com/oauth/authorize',
|
|
41693
|
+
tokenUrl: 'https://wakatime.com/oauth/token',
|
|
41694
|
+
revocationUrl: 'https://wakatime.com/oauth/revoke',
|
|
41295
41695
|
authMethods: ['oauth2'],
|
|
41296
41696
|
categories: ['productivity & project management'],
|
|
41297
41697
|
meta: {
|
|
@@ -41462,6 +41862,10 @@ const connectorsConfig = [{
|
|
|
41462
41862
|
logo: '_side/thirdparty/logos/webex.svg',
|
|
41463
41863
|
enabled: true,
|
|
41464
41864
|
scopes: ['spark:all'],
|
|
41865
|
+
useCustomOAuthEndpoints: true,
|
|
41866
|
+
usePKCE: false,
|
|
41867
|
+
authorizationUrl: 'https://webexapis.com/v1/authorize',
|
|
41868
|
+
tokenUrl: 'https://webexapis.com/v1/access_token',
|
|
41465
41869
|
authMethods: ['oauth2'],
|
|
41466
41870
|
categories: ['collaboration & communication'],
|
|
41467
41871
|
meta: {
|
|
@@ -41483,6 +41887,11 @@ const connectorsConfig = [{
|
|
|
41483
41887
|
logo: '_side/thirdparty/logos/webflow.svg',
|
|
41484
41888
|
enabled: true,
|
|
41485
41889
|
scopes: ['assets:read', 'assets:write', 'authorized_user:read', 'cms:read', 'cms:write', 'custom_code:read', 'custom_code:write', 'forms:read', 'forms:write', 'pages:read', 'pages:write', 'sites:read', 'sites:write'],
|
|
41890
|
+
useCustomOAuthEndpoints: true,
|
|
41891
|
+
usePKCE: false,
|
|
41892
|
+
authorizationUrl: 'https://webflow.com/oauth/authorize',
|
|
41893
|
+
tokenUrl: 'https://api.webflow.com/oauth/access_token',
|
|
41894
|
+
revocationUrl: 'https://api.webflow.com/oauth/revoke_authorization',
|
|
41486
41895
|
authMethods: ['api_key', 'oauth2'],
|
|
41487
41896
|
categories: ['design & creative tools'],
|
|
41488
41897
|
fields: [{
|
|
@@ -41603,6 +42012,9 @@ const connectorsConfig = [{
|
|
|
41603
42012
|
logo: '_side/thirdparty/logos/whatsapp.svg',
|
|
41604
42013
|
enabled: true,
|
|
41605
42014
|
scopes: ['business_management', 'whatsapp_business_management', 'whatsapp_business_messaging'],
|
|
42015
|
+
useCustomOAuthEndpoints: true,
|
|
42016
|
+
authorizationUrl: 'https://www.facebook.com/v19.0/dialog/oauth',
|
|
42017
|
+
tokenUrl: 'https://graph.facebook.com/v19.0/oauth/access_token',
|
|
41606
42018
|
authMethods: ['api_key', 'oauth2'],
|
|
41607
42019
|
categories: ['collaboration & communication'],
|
|
41608
42020
|
fields: [{
|
|
@@ -41767,6 +42179,9 @@ const connectorsConfig = [{
|
|
|
41767
42179
|
logo: '_side/thirdparty/logos/whop.svg',
|
|
41768
42180
|
enabled: true,
|
|
41769
42181
|
scopes: ['member:basic:read', 'payment:basic:read'],
|
|
42182
|
+
useCustomOAuthEndpoints: true,
|
|
42183
|
+
authorizationUrl: 'https://whop.com/oauth',
|
|
42184
|
+
tokenUrl: 'https://api.whop.com/api/v5/oauth/token',
|
|
41770
42185
|
authMethods: ['api_key', 'oauth2'],
|
|
41771
42186
|
categories: ['productivity & project management'],
|
|
41772
42187
|
fields: [{
|
|
@@ -41887,6 +42302,10 @@ const connectorsConfig = [{
|
|
|
41887
42302
|
logo: '_side/thirdparty/logos/wix.svg',
|
|
41888
42303
|
enabled: true,
|
|
41889
42304
|
scopes: [],
|
|
42305
|
+
useCustomOAuthEndpoints: true,
|
|
42306
|
+
usePKCE: false,
|
|
42307
|
+
authorizationUrl: 'https://www.wix.com/installer/install',
|
|
42308
|
+
tokenUrl: 'https://www.wixapis.com/oauth/access',
|
|
41890
42309
|
authMethods: ['api_key', 'oauth2'],
|
|
41891
42310
|
categories: ['e-commerce'],
|
|
41892
42311
|
fields: [{
|
|
@@ -42141,6 +42560,9 @@ const connectorsConfig = [{
|
|
|
42141
42560
|
logo: '_side/thirdparty/logos/workday.svg',
|
|
42142
42561
|
enabled: true,
|
|
42143
42562
|
scopes: ['System'],
|
|
42563
|
+
useCustomOAuthEndpoints: true,
|
|
42564
|
+
authorizationUrl: 'https://impl.workday.com/authorize',
|
|
42565
|
+
tokenUrl: 'https://impl.workday.com/ccx/oauth2/token',
|
|
42144
42566
|
authMethods: ['oauth2'],
|
|
42145
42567
|
categories: ['hr & recruiting'],
|
|
42146
42568
|
meta: {
|
|
@@ -42264,6 +42686,9 @@ const connectorsConfig = [{
|
|
|
42264
42686
|
logo: '_side/thirdparty/logos/wrike.svg',
|
|
42265
42687
|
enabled: true,
|
|
42266
42688
|
scopes: ['Default', 'amReadOnlyGroup', 'amReadOnlyInvitation', 'amReadOnlyUser', 'amReadOnlyWorkflow', 'amReadWriteGroup', 'amReadWriteInvitation', 'amReadWriteUser', 'amReadWriteWorkflow', 'wsReadOnly', 'wsReadWrite'],
|
|
42689
|
+
useCustomOAuthEndpoints: true,
|
|
42690
|
+
authorizationUrl: 'https://www.wrike.com/oauth2/authorize/v4',
|
|
42691
|
+
tokenUrl: 'https://www.wrike.com/oauth2/token',
|
|
42267
42692
|
authMethods: ['oauth2'],
|
|
42268
42693
|
categories: ['productivity & project management'],
|
|
42269
42694
|
meta: {
|
|
@@ -42382,6 +42807,9 @@ const connectorsConfig = [{
|
|
|
42382
42807
|
logo: '_side/thirdparty/logos/xata.svg',
|
|
42383
42808
|
enabled: true,
|
|
42384
42809
|
scopes: ['admin:all'],
|
|
42810
|
+
useCustomOAuthEndpoints: true,
|
|
42811
|
+
authorizationUrl: 'https://app.xata.io/settings/oauth/authorize',
|
|
42812
|
+
tokenUrl: 'https://app.xata.io/api/oauth/token',
|
|
42385
42813
|
authMethods: ['api_key', 'oauth2'],
|
|
42386
42814
|
categories: ['developer tools & devops'],
|
|
42387
42815
|
fields: [{
|
|
@@ -42463,6 +42891,9 @@ const connectorsConfig = [{
|
|
|
42463
42891
|
logo: '_side/thirdparty/logos/yandex.svg',
|
|
42464
42892
|
enabled: true,
|
|
42465
42893
|
scopes: ['login:avatar', 'login:birthday', 'login:default_phone', 'login:email', 'login:info'],
|
|
42894
|
+
useCustomOAuthEndpoints: true,
|
|
42895
|
+
authorizationUrl: 'https://oauth.yandex.com/authorize',
|
|
42896
|
+
tokenUrl: 'https://oauth.yandex.com/token',
|
|
42466
42897
|
authMethods: ['oauth2'],
|
|
42467
42898
|
categories: ['data & analytics'],
|
|
42468
42899
|
meta: {
|
|
@@ -42505,6 +42936,10 @@ const connectorsConfig = [{
|
|
|
42505
42936
|
logo: '_side/thirdparty/logos/ynab.svg',
|
|
42506
42937
|
enabled: true,
|
|
42507
42938
|
scopes: ['read-only'],
|
|
42939
|
+
useCustomOAuthEndpoints: true,
|
|
42940
|
+
usePKCE: false,
|
|
42941
|
+
authorizationUrl: 'https://app.youneedabudget.com/oauth/authorize',
|
|
42942
|
+
tokenUrl: 'https://app.youneedabudget.com/oauth/token',
|
|
42508
42943
|
authMethods: ['oauth2'],
|
|
42509
42944
|
categories: ['finance & accounting'],
|
|
42510
42945
|
meta: {
|
|
@@ -42591,6 +43026,9 @@ const connectorsConfig = [{
|
|
|
42591
43026
|
logo: '_side/thirdparty/logos/zendesk.svg',
|
|
42592
43027
|
enabled: true,
|
|
42593
43028
|
scopes: ['organizations:read', 'organizations:write', 'tickets:read', 'tickets:write', 'users:read', 'users:write', 'webhooks:read', 'webhooks:write'],
|
|
43029
|
+
useCustomOAuthEndpoints: true,
|
|
43030
|
+
authorizationUrl: 'https://www.zendesk.com/oauth/authorizations/new',
|
|
43031
|
+
tokenUrl: 'https://www.zendesk.com/oauth/tokens',
|
|
42594
43032
|
authMethods: ['oauth2'],
|
|
42595
43033
|
categories: ['sales & customer support'],
|
|
42596
43034
|
meta: {
|