@adminide-stack/form-builder-core 5.1.4-alpha.286 → 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: [{
|
|
@@ -22995,6 +23212,10 @@ const connectorsConfig = [{
|
|
|
22995
23212
|
logo: '_side/thirdparty/logos/linkedin_ads.svg',
|
|
22996
23213
|
enabled: true,
|
|
22997
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',
|
|
22998
23219
|
authMethods: ['api_key'],
|
|
22999
23220
|
categories: ['advertising & marketing']
|
|
23000
23221
|
}, {
|
|
@@ -23011,6 +23232,9 @@ const connectorsConfig = [{
|
|
|
23011
23232
|
logo: '_side/thirdparty/logos/linkhut.svg',
|
|
23012
23233
|
enabled: true,
|
|
23013
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',
|
|
23014
23238
|
authMethods: ['oauth2'],
|
|
23015
23239
|
categories: ['productivity & project management'],
|
|
23016
23240
|
meta: {
|
|
@@ -23483,6 +23707,9 @@ const connectorsConfig = [{
|
|
|
23483
23707
|
logo: '_side/thirdparty/logos/lodgify.svg',
|
|
23484
23708
|
enabled: true,
|
|
23485
23709
|
scopes: [],
|
|
23710
|
+
useCustomOAuthEndpoints: true,
|
|
23711
|
+
authorizationUrl: 'https://www.lodgify.com/oauth/authorize',
|
|
23712
|
+
tokenUrl: 'https://www.lodgify.com/oauth/token',
|
|
23486
23713
|
authMethods: ['api_key', 'oauth2'],
|
|
23487
23714
|
categories: ['scheduling & booking'],
|
|
23488
23715
|
fields: [{
|
|
@@ -23936,6 +24163,10 @@ const connectorsConfig = [{
|
|
|
23936
24163
|
logo: '_side/thirdparty/logos/mailchimp.svg',
|
|
23937
24164
|
enabled: true,
|
|
23938
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',
|
|
23939
24170
|
authMethods: ['oauth2'],
|
|
23940
24171
|
categories: ['marketing & social media'],
|
|
23941
24172
|
meta: {
|
|
@@ -24489,6 +24720,9 @@ const connectorsConfig = [{
|
|
|
24489
24720
|
logo: '_side/thirdparty/logos/matterport.svg',
|
|
24490
24721
|
enabled: true,
|
|
24491
24722
|
scopes: ['ViewDetails'],
|
|
24723
|
+
useCustomOAuthEndpoints: true,
|
|
24724
|
+
authorizationUrl: 'https://authn.matterport.com/oauth/authorize',
|
|
24725
|
+
tokenUrl: 'https://api.matterport.com/api/oauth/token',
|
|
24492
24726
|
authMethods: ['api_key', 'oauth2'],
|
|
24493
24727
|
categories: ['productivity & project management'],
|
|
24494
24728
|
fields: [{
|
|
@@ -24896,6 +25130,9 @@ const connectorsConfig = [{
|
|
|
24896
25130
|
logo: '_side/thirdparty/logos/metaads.svg',
|
|
24897
25131
|
enabled: true,
|
|
24898
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',
|
|
24899
25136
|
authMethods: ['api_key', 'oauth2'],
|
|
24900
25137
|
categories: ['advertising & marketing'],
|
|
24901
25138
|
fields: [{
|
|
@@ -25233,6 +25470,9 @@ const connectorsConfig = [{
|
|
|
25233
25470
|
logo: '_side/thirdparty/logos/miro.svg',
|
|
25234
25471
|
enabled: true,
|
|
25235
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',
|
|
25236
25476
|
authMethods: ['oauth2'],
|
|
25237
25477
|
categories: ['design & creative tools'],
|
|
25238
25478
|
meta: {
|
|
@@ -25426,6 +25666,9 @@ const connectorsConfig = [{
|
|
|
25426
25666
|
logo: '_side/thirdparty/logos/mixpanel.svg',
|
|
25427
25667
|
enabled: true,
|
|
25428
25668
|
scopes: [],
|
|
25669
|
+
useCustomOAuthEndpoints: true,
|
|
25670
|
+
authorizationUrl: 'https://mixpanel.com/oauth/authorize',
|
|
25671
|
+
tokenUrl: 'https://mixpanel.com/oauth/access_token',
|
|
25429
25672
|
authMethods: ['api_key'],
|
|
25430
25673
|
categories: ['analytics & data'],
|
|
25431
25674
|
fields: [{
|
|
@@ -25733,6 +25976,10 @@ const connectorsConfig = [{
|
|
|
25733
25976
|
logo: '_side/thirdparty/logos/moneybird.svg',
|
|
25734
25977
|
enabled: true,
|
|
25735
25978
|
scopes: ['sales_invoices'],
|
|
25979
|
+
useCustomOAuthEndpoints: true,
|
|
25980
|
+
usePKCE: false,
|
|
25981
|
+
authorizationUrl: 'https://moneybird.com/oauth/authorize',
|
|
25982
|
+
tokenUrl: 'https://moneybird.com/oauth/token',
|
|
25736
25983
|
authMethods: ['api_key', 'oauth2'],
|
|
25737
25984
|
categories: ['finance & accounting'],
|
|
25738
25985
|
fields: [{
|
|
@@ -26220,6 +26467,9 @@ const connectorsConfig = [{
|
|
|
26220
26467
|
logo: '_side/thirdparty/logos/mural.svg',
|
|
26221
26468
|
enabled: true,
|
|
26222
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',
|
|
26223
26473
|
authMethods: ['oauth2'],
|
|
26224
26474
|
categories: ['design & creative tools'],
|
|
26225
26475
|
meta: {
|
|
@@ -26691,6 +26941,9 @@ const connectorsConfig = [{
|
|
|
26691
26941
|
logo: '_side/thirdparty/logos/netsuite.svg',
|
|
26692
26942
|
enabled: true,
|
|
26693
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',
|
|
26694
26947
|
authMethods: ['oauth2'],
|
|
26695
26948
|
categories: ['finance & accounting'],
|
|
26696
26949
|
meta: {
|
|
@@ -27753,6 +28006,9 @@ const connectorsConfig = [{
|
|
|
27753
28006
|
logo: '_side/thirdparty/logos/omnisend.svg',
|
|
27754
28007
|
enabled: true,
|
|
27755
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',
|
|
27756
28012
|
authMethods: ['api_key', 'oauth2'],
|
|
27757
28013
|
categories: ['marketing & social media'],
|
|
27758
28014
|
fields: [{
|
|
@@ -28449,6 +28705,9 @@ const connectorsConfig = [{
|
|
|
28449
28705
|
logo: '_side/thirdparty/logos/pagerduty.svg',
|
|
28450
28706
|
enabled: true,
|
|
28451
28707
|
scopes: ['read', 'write'],
|
|
28708
|
+
useCustomOAuthEndpoints: true,
|
|
28709
|
+
authorizationUrl: 'https://app.pagerduty.com/oauth/authorize',
|
|
28710
|
+
tokenUrl: 'https://app.pagerduty.com/oauth/token',
|
|
28452
28711
|
authMethods: ['api_key', 'oauth2'],
|
|
28453
28712
|
categories: ['developer tools & devops'],
|
|
28454
28713
|
fields: [{
|
|
@@ -29824,6 +30083,9 @@ const connectorsConfig = [{
|
|
|
29824
30083
|
logo: '_side/thirdparty/logos/pinecone.svg',
|
|
29825
30084
|
enabled: true,
|
|
29826
30085
|
scopes: ['read', 'write'],
|
|
30086
|
+
useCustomOAuthEndpoints: true,
|
|
30087
|
+
authorizationUrl: 'https://login.pinecone.io/oauth/authorize',
|
|
30088
|
+
tokenUrl: 'https://login.pinecone.io/oauth/token',
|
|
29827
30089
|
authMethods: ['api_key', 'oauth2'],
|
|
29828
30090
|
categories: ['ai & machine learning'],
|
|
29829
30091
|
fields: [{
|
|
@@ -29961,6 +30223,9 @@ const connectorsConfig = [{
|
|
|
29961
30223
|
logo: '_side/thirdparty/logos/pipedrive.svg',
|
|
29962
30224
|
enabled: true,
|
|
29963
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',
|
|
29964
30229
|
authMethods: ['api_key', 'oauth2'],
|
|
29965
30230
|
categories: ['crm'],
|
|
29966
30231
|
fields: [{
|
|
@@ -31121,6 +31386,9 @@ const connectorsConfig = [{
|
|
|
31121
31386
|
logo: '_side/thirdparty/logos/productboard.svg',
|
|
31122
31387
|
enabled: true,
|
|
31123
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',
|
|
31124
31392
|
authMethods: ['api_key', 'oauth2'],
|
|
31125
31393
|
categories: ['productivity & project management'],
|
|
31126
31394
|
fields: [{
|
|
@@ -31345,6 +31613,10 @@ const connectorsConfig = [{
|
|
|
31345
31613
|
logo: '_side/thirdparty/logos/pushbullet.svg',
|
|
31346
31614
|
enabled: true,
|
|
31347
31615
|
scopes: ['everything'],
|
|
31616
|
+
useCustomOAuthEndpoints: true,
|
|
31617
|
+
usePKCE: false,
|
|
31618
|
+
authorizationUrl: 'https://www.pushbullet.com/authorize',
|
|
31619
|
+
tokenUrl: 'https://api.pushbullet.com/oauth2/token',
|
|
31348
31620
|
authMethods: ['api_key', 'oauth2'],
|
|
31349
31621
|
categories: ['collaboration & communication'],
|
|
31350
31622
|
fields: [{
|
|
@@ -31576,6 +31848,11 @@ const connectorsConfig = [{
|
|
|
31576
31848
|
logo: '_side/thirdparty/logos/quickbooks.svg',
|
|
31577
31849
|
enabled: true,
|
|
31578
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',
|
|
31579
31856
|
authMethods: ['oauth2'],
|
|
31580
31857
|
categories: ['finance & accounting'],
|
|
31581
31858
|
meta: {
|
|
@@ -31833,6 +32110,9 @@ const connectorsConfig = [{
|
|
|
31833
32110
|
logo: '_side/thirdparty/logos/ramp.svg',
|
|
31834
32111
|
enabled: true,
|
|
31835
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',
|
|
31836
32116
|
authMethods: ['oauth2'],
|
|
31837
32117
|
categories: ['finance & accounting'],
|
|
31838
32118
|
meta: {
|
|
@@ -31990,6 +32270,9 @@ const connectorsConfig = [{
|
|
|
31990
32270
|
logo: '_side/thirdparty/logos/recruitee.svg',
|
|
31991
32271
|
enabled: true,
|
|
31992
32272
|
scopes: [],
|
|
32273
|
+
useCustomOAuthEndpoints: true,
|
|
32274
|
+
authorizationUrl: 'https://api.recruitee.com/oauth/authorize',
|
|
32275
|
+
tokenUrl: 'https://api.recruitee.com/oauth/token',
|
|
31993
32276
|
authMethods: ['api_key', 'oauth2'],
|
|
31994
32277
|
categories: ['hr & recruiting'],
|
|
31995
32278
|
fields: [{
|
|
@@ -32064,6 +32347,11 @@ const connectorsConfig = [{
|
|
|
32064
32347
|
logo: '_side/thirdparty/logos/reddit.svg',
|
|
32065
32348
|
enabled: true,
|
|
32066
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',
|
|
32067
32355
|
authMethods: ['oauth2'],
|
|
32068
32356
|
categories: ['marketing & social media'],
|
|
32069
32357
|
meta: {
|
|
@@ -32085,6 +32373,11 @@ const connectorsConfig = [{
|
|
|
32085
32373
|
logo: '_side/thirdparty/logos/reddit_ads.svg',
|
|
32086
32374
|
enabled: true,
|
|
32087
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',
|
|
32088
32381
|
authMethods: ['api_key'],
|
|
32089
32382
|
categories: ['advertising & marketing']
|
|
32090
32383
|
}, {
|
|
@@ -32348,6 +32641,9 @@ const connectorsConfig = [{
|
|
|
32348
32641
|
logo: '_side/thirdparty/logos/render.svg',
|
|
32349
32642
|
enabled: true,
|
|
32350
32643
|
scopes: [],
|
|
32644
|
+
useCustomOAuthEndpoints: true,
|
|
32645
|
+
authorizationUrl: 'https://render.com/oauth/authorize',
|
|
32646
|
+
tokenUrl: 'https://render.com/oauth/token',
|
|
32351
32647
|
authMethods: ['api_key'],
|
|
32352
32648
|
categories: ['developer tools & devops'],
|
|
32353
32649
|
fields: [{
|
|
@@ -33451,6 +33747,9 @@ const connectorsConfig = [{
|
|
|
33451
33747
|
logo: '_side/thirdparty/logos/safetyculture.svg',
|
|
33452
33748
|
enabled: true,
|
|
33453
33749
|
scopes: [],
|
|
33750
|
+
useCustomOAuthEndpoints: true,
|
|
33751
|
+
authorizationUrl: 'https://app.safetyculture.com/oauth2/authorize',
|
|
33752
|
+
tokenUrl: 'https://api.safetyculture.io/oauth2/token',
|
|
33454
33753
|
authMethods: ['api_key', 'oauth2'],
|
|
33455
33754
|
categories: ['productivity & project management'],
|
|
33456
33755
|
fields: [{
|
|
@@ -33783,6 +34082,9 @@ const connectorsConfig = [{
|
|
|
33783
34082
|
logo: '_side/thirdparty/logos/scheduleonce.svg',
|
|
33784
34083
|
enabled: true,
|
|
33785
34084
|
scopes: ['email', 'id', 'profile'],
|
|
34085
|
+
useCustomOAuthEndpoints: true,
|
|
34086
|
+
authorizationUrl: 'https://app.oncehub.com/oauth2/authorize',
|
|
34087
|
+
tokenUrl: 'https://app.oncehub.com/oauth2/token',
|
|
33786
34088
|
authMethods: ['api_key', 'oauth2'],
|
|
33787
34089
|
categories: ['scheduling & booking'],
|
|
33788
34090
|
fields: [{
|
|
@@ -34184,6 +34486,9 @@ const connectorsConfig = [{
|
|
|
34184
34486
|
logo: '_side/thirdparty/logos/segment.svg',
|
|
34185
34487
|
enabled: true,
|
|
34186
34488
|
scopes: [],
|
|
34489
|
+
useCustomOAuthEndpoints: true,
|
|
34490
|
+
authorizationUrl: 'https://app.segment.com/authorize',
|
|
34491
|
+
tokenUrl: 'https://app.segment.com/oauth/token',
|
|
34187
34492
|
authMethods: ['api_key'],
|
|
34188
34493
|
categories: ['analytics & data'],
|
|
34189
34494
|
fields: [{
|
|
@@ -34348,6 +34653,9 @@ const connectorsConfig = [{
|
|
|
34348
34653
|
logo: '_side/thirdparty/logos/semrush.svg',
|
|
34349
34654
|
enabled: true,
|
|
34350
34655
|
scopes: [],
|
|
34656
|
+
useCustomOAuthEndpoints: true,
|
|
34657
|
+
authorizationUrl: 'https://oauth.semrush.com/oauth2/authorize',
|
|
34658
|
+
tokenUrl: 'https://oauth.semrush.com/oauth2/access_token',
|
|
34351
34659
|
authMethods: ['api_key'],
|
|
34352
34660
|
categories: ['advertising & marketing'],
|
|
34353
34661
|
fields: [{
|
|
@@ -34554,6 +34862,10 @@ const connectorsConfig = [{
|
|
|
34554
34862
|
logo: '_side/thirdparty/logos/sendgrid.svg',
|
|
34555
34863
|
enabled: true,
|
|
34556
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',
|
|
34557
34869
|
authMethods: ['api_key'],
|
|
34558
34870
|
categories: ['marketing & social media'],
|
|
34559
34871
|
fields: [{
|
|
@@ -34642,6 +34954,10 @@ const connectorsConfig = [{
|
|
|
34642
34954
|
logo: '_side/thirdparty/logos/sendloop.svg',
|
|
34643
34955
|
enabled: true,
|
|
34644
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',
|
|
34645
34961
|
authMethods: ['api_key', 'oauth2'],
|
|
34646
34962
|
categories: ['advertising & marketing'],
|
|
34647
34963
|
fields: [{
|
|
@@ -35130,6 +35446,10 @@ const connectorsConfig = [{
|
|
|
35130
35446
|
logo: '_side/thirdparty/logos/servicem8.svg',
|
|
35131
35447
|
enabled: true,
|
|
35132
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',
|
|
35133
35453
|
authMethods: ['oauth2'],
|
|
35134
35454
|
categories: ['productivity & project management'],
|
|
35135
35455
|
meta: {
|
|
@@ -35373,6 +35693,10 @@ const connectorsConfig = [{
|
|
|
35373
35693
|
logo: '_side/thirdparty/logos/shippo.svg',
|
|
35374
35694
|
enabled: true,
|
|
35375
35695
|
scopes: ['*'],
|
|
35696
|
+
useCustomOAuthEndpoints: true,
|
|
35697
|
+
usePKCE: false,
|
|
35698
|
+
authorizationUrl: 'https://goshippo.com/oauth/authorize',
|
|
35699
|
+
tokenUrl: 'https://goshippo.com/oauth/access_token',
|
|
35376
35700
|
authMethods: ['api_key', 'oauth2'],
|
|
35377
35701
|
categories: ['e-commerce'],
|
|
35378
35702
|
fields: [{
|
|
@@ -36443,6 +36767,9 @@ const connectorsConfig = [{
|
|
|
36443
36767
|
logo: '_side/thirdparty/logos/snapchat.svg',
|
|
36444
36768
|
enabled: true,
|
|
36445
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',
|
|
36446
36773
|
authMethods: ['api_key'],
|
|
36447
36774
|
categories: ['social media'],
|
|
36448
36775
|
meta: {
|
|
@@ -36764,6 +37091,10 @@ const connectorsConfig = [{
|
|
|
36764
37091
|
logo: '_side/thirdparty/logos/splitwise.svg',
|
|
36765
37092
|
enabled: true,
|
|
36766
37093
|
scopes: [],
|
|
37094
|
+
useCustomOAuthEndpoints: true,
|
|
37095
|
+
usePKCE: false,
|
|
37096
|
+
authorizationUrl: 'https://secure.splitwise.com/oauth/authorize',
|
|
37097
|
+
tokenUrl: 'https://secure.splitwise.com/oauth/token',
|
|
36767
37098
|
authMethods: ['oauth2'],
|
|
36768
37099
|
categories: ['finance & accounting'],
|
|
36769
37100
|
fields: [{
|
|
@@ -36918,6 +37249,9 @@ const connectorsConfig = [{
|
|
|
36918
37249
|
logo: '_side/thirdparty/logos/spotify.svg',
|
|
36919
37250
|
enabled: true,
|
|
36920
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',
|
|
36921
37255
|
authMethods: ['oauth2'],
|
|
36922
37256
|
categories: ['entertainment & media'],
|
|
36923
37257
|
meta: {
|
|
@@ -36983,6 +37317,10 @@ const connectorsConfig = [{
|
|
|
36983
37317
|
logo: '_side/thirdparty/logos/square.svg',
|
|
36984
37318
|
enabled: true,
|
|
36985
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',
|
|
36986
37324
|
authMethods: ['api_key', 'oauth2'],
|
|
36987
37325
|
categories: ['e-commerce'],
|
|
36988
37326
|
meta: {
|
|
@@ -37036,6 +37374,10 @@ const connectorsConfig = [{
|
|
|
37036
37374
|
logo: '_side/thirdparty/logos/stack_exchange.svg',
|
|
37037
37375
|
enabled: true,
|
|
37038
37376
|
scopes: [],
|
|
37377
|
+
useCustomOAuthEndpoints: true,
|
|
37378
|
+
usePKCE: false,
|
|
37379
|
+
authorizationUrl: 'https://stackexchange.com/oauth',
|
|
37380
|
+
tokenUrl: 'https://stackoverflow.com/oauth/access_token/json',
|
|
37039
37381
|
authMethods: ['oauth2'],
|
|
37040
37382
|
categories: ['collaboration & communication']
|
|
37041
37383
|
}, {
|
|
@@ -37348,6 +37690,9 @@ const connectorsConfig = [{
|
|
|
37348
37690
|
logo: '_side/thirdparty/logos/storyblok.svg',
|
|
37349
37691
|
enabled: true,
|
|
37350
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',
|
|
37351
37696
|
authMethods: ['api_key', 'oauth2'],
|
|
37352
37697
|
categories: ['document & file management'],
|
|
37353
37698
|
fields: [{
|
|
@@ -37408,6 +37753,11 @@ const connectorsConfig = [{
|
|
|
37408
37753
|
logo: '_side/thirdparty/logos/strava.svg',
|
|
37409
37754
|
enabled: true,
|
|
37410
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',
|
|
37411
37761
|
authMethods: ['oauth2'],
|
|
37412
37762
|
categories: ['social media'],
|
|
37413
37763
|
meta: {
|
|
@@ -37473,6 +37823,11 @@ const connectorsConfig = [{
|
|
|
37473
37823
|
logo: '_side/thirdparty/logos/stripe.svg',
|
|
37474
37824
|
enabled: true,
|
|
37475
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',
|
|
37476
37831
|
authMethods: ['api_key', 'oauth2'],
|
|
37477
37832
|
categories: ['finance & accounting'],
|
|
37478
37833
|
fields: [{
|
|
@@ -37984,6 +38339,10 @@ const connectorsConfig = [{
|
|
|
37984
38339
|
logo: '_side/thirdparty/logos/survey_monkey.svg',
|
|
37985
38340
|
enabled: true,
|
|
37986
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',
|
|
37987
38346
|
authMethods: ['api_key', 'oauth2'],
|
|
37988
38347
|
categories: ['data & analytics']
|
|
37989
38348
|
}, {
|
|
@@ -38250,6 +38609,9 @@ const connectorsConfig = [{
|
|
|
38250
38609
|
logo: '_side/thirdparty/logos/tally.svg',
|
|
38251
38610
|
enabled: true,
|
|
38252
38611
|
scopes: ['forms', 'user'],
|
|
38612
|
+
useCustomOAuthEndpoints: true,
|
|
38613
|
+
authorizationUrl: 'https://tally.so/oauth/authorize',
|
|
38614
|
+
tokenUrl: 'https://tally.so/oauth/token',
|
|
38253
38615
|
authMethods: ['api_key', 'oauth2'],
|
|
38254
38616
|
categories: ['data & analytics'],
|
|
38255
38617
|
fields: [{
|
|
@@ -38903,6 +39265,10 @@ const connectorsConfig = [{
|
|
|
38903
39265
|
logo: '_side/thirdparty/logos/ticketmaster.svg',
|
|
38904
39266
|
enabled: true,
|
|
38905
39267
|
scopes: [],
|
|
39268
|
+
useCustomOAuthEndpoints: true,
|
|
39269
|
+
usePKCE: false,
|
|
39270
|
+
authorizationUrl: 'https://oauth.ticketmaster.com/oauth/authorize',
|
|
39271
|
+
tokenUrl: 'https://oauth.ticketmaster.com/oauth/token',
|
|
38906
39272
|
authMethods: ['api_key', 'oauth2'],
|
|
38907
39273
|
categories: ['entertainment & media'],
|
|
38908
39274
|
fields: [{
|
|
@@ -38947,6 +39313,9 @@ const connectorsConfig = [{
|
|
|
38947
39313
|
logo: 'https://ticktick.com/favicon.ico',
|
|
38948
39314
|
enabled: true,
|
|
38949
39315
|
scopes: ['tasks:read', 'tasks:write'],
|
|
39316
|
+
useCustomOAuthEndpoints: true,
|
|
39317
|
+
authorizationUrl: 'https://ticktick.com/oauth/authorize',
|
|
39318
|
+
tokenUrl: 'https://ticktick.com/oauth/token',
|
|
38950
39319
|
authMethods: ['oauth2'],
|
|
38951
39320
|
categories: ['productivity & project management'],
|
|
38952
39321
|
meta: {
|
|
@@ -39012,6 +39381,10 @@ const connectorsConfig = [{
|
|
|
39012
39381
|
logo: '_side/thirdparty/logos/tiktok.svg',
|
|
39013
39382
|
enabled: true,
|
|
39014
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/',
|
|
39015
39388
|
authMethods: ['api_key', 'oauth2'],
|
|
39016
39389
|
categories: ['social media'],
|
|
39017
39390
|
meta: {
|
|
@@ -39033,6 +39406,9 @@ const connectorsConfig = [{
|
|
|
39033
39406
|
logo: '_side/thirdparty/logos/timecamp.svg',
|
|
39034
39407
|
enabled: true,
|
|
39035
39408
|
scopes: [],
|
|
39409
|
+
useCustomOAuthEndpoints: true,
|
|
39410
|
+
authorizationUrl: 'https://app.timecamp.com/auth/oauth2/authorize',
|
|
39411
|
+
tokenUrl: 'https://app.timecamp.com/auth/oauth2/token',
|
|
39036
39412
|
authMethods: ['api_key', 'oauth2'],
|
|
39037
39413
|
categories: ['productivity & project management'],
|
|
39038
39414
|
fields: [{
|
|
@@ -39165,6 +39541,9 @@ const connectorsConfig = [{
|
|
|
39165
39541
|
logo: '_side/thirdparty/logos/timely.svg',
|
|
39166
39542
|
enabled: true,
|
|
39167
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',
|
|
39168
39547
|
authMethods: ['oauth2'],
|
|
39169
39548
|
categories: ['productivity & project management'],
|
|
39170
39549
|
meta: {
|
|
@@ -39581,6 +39960,10 @@ const connectorsConfig = [{
|
|
|
39581
39960
|
logo: '_side/thirdparty/logos/toneden.svg',
|
|
39582
39961
|
enabled: true,
|
|
39583
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',
|
|
39584
39967
|
authMethods: ['api_key', 'oauth2'],
|
|
39585
39968
|
categories: ['marketing & social media'],
|
|
39586
39969
|
fields: [{
|
|
@@ -39669,6 +40052,10 @@ const connectorsConfig = [{
|
|
|
39669
40052
|
logo: '_side/thirdparty/logos/trello.svg',
|
|
39670
40053
|
enabled: true,
|
|
39671
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',
|
|
39672
40059
|
authMethods: ['api_key'],
|
|
39673
40060
|
categories: ['productivity & project management'],
|
|
39674
40061
|
meta: {
|
|
@@ -39930,6 +40317,10 @@ const connectorsConfig = [{
|
|
|
39930
40317
|
logo: '_side/thirdparty/logos/twitter.svg',
|
|
39931
40318
|
enabled: true,
|
|
39932
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',
|
|
39933
40324
|
authMethods: ['api_key', 'oauth2'],
|
|
39934
40325
|
categories: ['social media'],
|
|
39935
40326
|
meta: {
|
|
@@ -39995,6 +40386,10 @@ const connectorsConfig = [{
|
|
|
39995
40386
|
logo: '_side/thirdparty/logos/typeform.svg',
|
|
39996
40387
|
enabled: true,
|
|
39997
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',
|
|
39998
40393
|
authMethods: ['oauth2'],
|
|
39999
40394
|
categories: ['productivity & project management'],
|
|
40000
40395
|
meta: {
|
|
@@ -41293,6 +41688,10 @@ const connectorsConfig = [{
|
|
|
41293
41688
|
logo: '_side/thirdparty/logos/wakatime.svg',
|
|
41294
41689
|
enabled: true,
|
|
41295
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',
|
|
41296
41695
|
authMethods: ['oauth2'],
|
|
41297
41696
|
categories: ['productivity & project management'],
|
|
41298
41697
|
meta: {
|
|
@@ -41463,6 +41862,10 @@ const connectorsConfig = [{
|
|
|
41463
41862
|
logo: '_side/thirdparty/logos/webex.svg',
|
|
41464
41863
|
enabled: true,
|
|
41465
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',
|
|
41466
41869
|
authMethods: ['oauth2'],
|
|
41467
41870
|
categories: ['collaboration & communication'],
|
|
41468
41871
|
meta: {
|
|
@@ -41484,6 +41887,11 @@ const connectorsConfig = [{
|
|
|
41484
41887
|
logo: '_side/thirdparty/logos/webflow.svg',
|
|
41485
41888
|
enabled: true,
|
|
41486
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',
|
|
41487
41895
|
authMethods: ['api_key', 'oauth2'],
|
|
41488
41896
|
categories: ['design & creative tools'],
|
|
41489
41897
|
fields: [{
|
|
@@ -41604,6 +42012,9 @@ const connectorsConfig = [{
|
|
|
41604
42012
|
logo: '_side/thirdparty/logos/whatsapp.svg',
|
|
41605
42013
|
enabled: true,
|
|
41606
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',
|
|
41607
42018
|
authMethods: ['api_key', 'oauth2'],
|
|
41608
42019
|
categories: ['collaboration & communication'],
|
|
41609
42020
|
fields: [{
|
|
@@ -41768,6 +42179,9 @@ const connectorsConfig = [{
|
|
|
41768
42179
|
logo: '_side/thirdparty/logos/whop.svg',
|
|
41769
42180
|
enabled: true,
|
|
41770
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',
|
|
41771
42185
|
authMethods: ['api_key', 'oauth2'],
|
|
41772
42186
|
categories: ['productivity & project management'],
|
|
41773
42187
|
fields: [{
|
|
@@ -41888,6 +42302,10 @@ const connectorsConfig = [{
|
|
|
41888
42302
|
logo: '_side/thirdparty/logos/wix.svg',
|
|
41889
42303
|
enabled: true,
|
|
41890
42304
|
scopes: [],
|
|
42305
|
+
useCustomOAuthEndpoints: true,
|
|
42306
|
+
usePKCE: false,
|
|
42307
|
+
authorizationUrl: 'https://www.wix.com/installer/install',
|
|
42308
|
+
tokenUrl: 'https://www.wixapis.com/oauth/access',
|
|
41891
42309
|
authMethods: ['api_key', 'oauth2'],
|
|
41892
42310
|
categories: ['e-commerce'],
|
|
41893
42311
|
fields: [{
|
|
@@ -42142,6 +42560,9 @@ const connectorsConfig = [{
|
|
|
42142
42560
|
logo: '_side/thirdparty/logos/workday.svg',
|
|
42143
42561
|
enabled: true,
|
|
42144
42562
|
scopes: ['System'],
|
|
42563
|
+
useCustomOAuthEndpoints: true,
|
|
42564
|
+
authorizationUrl: 'https://impl.workday.com/authorize',
|
|
42565
|
+
tokenUrl: 'https://impl.workday.com/ccx/oauth2/token',
|
|
42145
42566
|
authMethods: ['oauth2'],
|
|
42146
42567
|
categories: ['hr & recruiting'],
|
|
42147
42568
|
meta: {
|
|
@@ -42265,6 +42686,9 @@ const connectorsConfig = [{
|
|
|
42265
42686
|
logo: '_side/thirdparty/logos/wrike.svg',
|
|
42266
42687
|
enabled: true,
|
|
42267
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',
|
|
42268
42692
|
authMethods: ['oauth2'],
|
|
42269
42693
|
categories: ['productivity & project management'],
|
|
42270
42694
|
meta: {
|
|
@@ -42383,6 +42807,9 @@ const connectorsConfig = [{
|
|
|
42383
42807
|
logo: '_side/thirdparty/logos/xata.svg',
|
|
42384
42808
|
enabled: true,
|
|
42385
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',
|
|
42386
42813
|
authMethods: ['api_key', 'oauth2'],
|
|
42387
42814
|
categories: ['developer tools & devops'],
|
|
42388
42815
|
fields: [{
|
|
@@ -42464,6 +42891,9 @@ const connectorsConfig = [{
|
|
|
42464
42891
|
logo: '_side/thirdparty/logos/yandex.svg',
|
|
42465
42892
|
enabled: true,
|
|
42466
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',
|
|
42467
42897
|
authMethods: ['oauth2'],
|
|
42468
42898
|
categories: ['data & analytics'],
|
|
42469
42899
|
meta: {
|
|
@@ -42506,6 +42936,10 @@ const connectorsConfig = [{
|
|
|
42506
42936
|
logo: '_side/thirdparty/logos/ynab.svg',
|
|
42507
42937
|
enabled: true,
|
|
42508
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',
|
|
42509
42943
|
authMethods: ['oauth2'],
|
|
42510
42944
|
categories: ['finance & accounting'],
|
|
42511
42945
|
meta: {
|
|
@@ -42592,6 +43026,9 @@ const connectorsConfig = [{
|
|
|
42592
43026
|
logo: '_side/thirdparty/logos/zendesk.svg',
|
|
42593
43027
|
enabled: true,
|
|
42594
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',
|
|
42595
43032
|
authMethods: ['oauth2'],
|
|
42596
43033
|
categories: ['sales & customer support'],
|
|
42597
43034
|
meta: {
|