@adminide-stack/form-builder-core 5.1.7-alpha.9 → 5.1.8-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/lib/config/connectorSampleOptions.generated.d.ts +15 -0
  2. package/lib/config/connectorSampleOptions.generated.d.ts.map +1 -0
  3. package/lib/config/connectorSampleOptions.generated.js +142 -0
  4. package/lib/config/connectorSampleOptions.generated.js.map +1 -0
  5. package/lib/index.d.ts +4 -6
  6. package/lib/index.d.ts.map +1 -1
  7. package/lib/index.js +1 -1
  8. package/lib/utils/authMetaDataSchema.d.ts.map +1 -1
  9. package/lib/utils/authMetaDataSchema.js +42 -18
  10. package/lib/utils/authMetaDataSchema.js.map +1 -1
  11. package/lib/{config → utils}/connectorFieldTokenResolver.d.ts +1 -1
  12. package/lib/utils/connectorFieldTokenResolver.d.ts.map +1 -0
  13. package/lib/utils/connectorFieldTokenResolver.js.map +1 -0
  14. package/package.json +4 -3
  15. package/lib/config/__tests__/connectorFieldTokenResolver.test.d.ts +0 -2
  16. package/lib/config/__tests__/connectorFieldTokenResolver.test.d.ts.map +0 -1
  17. package/lib/config/connectorFieldTokenResolver.d.ts.map +0 -1
  18. package/lib/config/connectorFieldTokenResolver.js.map +0 -1
  19. package/lib/config/connectorsCatalog.d.ts +0 -11
  20. package/lib/config/connectorsCatalog.d.ts.map +0 -1
  21. package/lib/config/connectorsCatalog.js +0 -5
  22. package/lib/config/connectorsCatalog.js.map +0 -1
  23. package/lib/config/connectorsConfig.d.ts +0 -3
  24. package/lib/config/connectorsConfig.d.ts.map +0 -1
  25. package/lib/config/connectorsConfig.js +0 -44663
  26. package/lib/config/connectorsConfig.js.map +0 -1
  27. package/lib/config/connectorsConfig2.d.ts +0 -11
  28. package/lib/config/connectorsConfig2.d.ts.map +0 -1
  29. package/lib/config/connectorsConfig2.js +0 -4542
  30. package/lib/config/connectorsConfig2.js.map +0 -1
  31. package/lib/config/llmProviderConfig.d.ts +0 -3
  32. package/lib/config/llmProviderConfig.d.ts.map +0 -1
  33. package/lib/config/llmProviderConfig.js +0 -457
  34. package/lib/config/llmProviderConfig.js.map +0 -1
  35. package/lib/config/mcpConnectorConfig.d.ts +0 -3
  36. package/lib/config/mcpConnectorConfig.d.ts.map +0 -1
  37. package/lib/config/mcpConnectorConfig.js +0 -961
  38. package/lib/config/mcpConnectorConfig.js.map +0 -1
  39. package/lib/utils/__tests__/deepMergeFormSteps.test.d.ts +0 -2
  40. package/lib/utils/__tests__/deepMergeFormSteps.test.d.ts.map +0 -1
  41. /package/lib/{config → utils}/connectorFieldTokenResolver.js +0 -0
@@ -1,4542 +0,0 @@
1
- import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';/**
2
- * Extended connector/provider configuration (batch 2).
3
- *
4
- * Contains connectors from the extension registry that are not
5
- * yet in connectorsConfig.ts. Same ConnectorConfig interface.
6
- *
7
- * Auto-generated by scripts/generate-connectors-config2.js
8
- */
9
- const connectorsConfig2 = [{
10
- id: 'action-network',
11
- title: 'ActionNetwork',
12
- description: 'ActionNetwork integration extension',
13
- providerUrl: 'https://actionnetwork.org',
14
- icon: {
15
- name: 'AiOutlineLock',
16
- style: {
17
- fontSize: 'large'
18
- }
19
- },
20
- logo: '_side/thirdparty/logos/action-network.svg',
21
- enabled: true,
22
- scopes: [],
23
- authMethods: ['oauth2'],
24
- categories: ['productivity & project management'],
25
- fields: [{
26
- name: 'action-network-access-token',
27
- label: 'ActionNetwork Access Token',
28
- type: 'string',
29
- placeholder: 'Enter your ActionNetwork access token or connect via OAuth',
30
- description: '',
31
- required: true,
32
- defaultValue: '',
33
- isConfigField: true,
34
- isSecret: true,
35
- secretSource: {
36
- type: ContributeDefaultValueSourceType.Vault,
37
- secretType: KeyMgmtSecretType.EnvironmentVar,
38
- secretKey: 'ACTION_NETWORK_ACCESS_TOKEN'
39
- },
40
- uiWidget: 'password',
41
- enumValues: [],
42
- readOnly: false,
43
- iconType: '',
44
- genericType: 'access_token',
45
- placement: 'header',
46
- placementKey: 'Authorization'
47
- }]
48
- }, {
49
- id: 'acuity-scheduling',
50
- title: 'AcuityScheduling',
51
- description: 'AcuityScheduling integration extension',
52
- providerUrl: 'https://acuityscheduling.com',
53
- icon: {
54
- name: 'AiOutlineLock',
55
- style: {
56
- fontSize: 'large'
57
- }
58
- },
59
- logo: '_side/thirdparty/logos/acuity-scheduling.svg',
60
- enabled: true,
61
- scopes: [],
62
- authMethods: ['oauth2'],
63
- categories: ['productivity & project management'],
64
- fields: [{
65
- name: 'acuity-scheduling-access-token',
66
- label: 'AcuityScheduling Access Token',
67
- type: 'string',
68
- placeholder: 'Enter your AcuityScheduling access token or connect via OAuth',
69
- description: '',
70
- required: true,
71
- defaultValue: '',
72
- isConfigField: true,
73
- isSecret: true,
74
- secretSource: {
75
- type: ContributeDefaultValueSourceType.Vault,
76
- secretType: KeyMgmtSecretType.EnvironmentVar,
77
- secretKey: 'ACUITY_SCHEDULING_ACCESS_TOKEN'
78
- },
79
- uiWidget: 'password',
80
- enumValues: [],
81
- readOnly: false,
82
- iconType: '',
83
- genericType: 'access_token',
84
- placement: 'header',
85
- placementKey: 'Authorization'
86
- }]
87
- }, {
88
- id: 'adalo',
89
- title: 'Adalo',
90
- description: 'Adalo integration extension',
91
- providerUrl: 'https://adalo.com',
92
- icon: {
93
- name: 'AiOutlineLock',
94
- style: {
95
- fontSize: 'large'
96
- }
97
- },
98
- logo: '_side/thirdparty/logos/adalo.svg',
99
- enabled: true,
100
- scopes: [],
101
- authMethods: ['oauth2'],
102
- categories: ['productivity & project management'],
103
- fields: [{
104
- name: 'adalo-access-token',
105
- label: 'Adalo Access Token',
106
- type: 'string',
107
- placeholder: 'Enter your Adalo access token or connect via OAuth',
108
- description: '',
109
- required: true,
110
- defaultValue: '',
111
- isConfigField: true,
112
- isSecret: true,
113
- secretSource: {
114
- type: ContributeDefaultValueSourceType.Vault,
115
- secretType: KeyMgmtSecretType.EnvironmentVar,
116
- secretKey: 'ADALO_ACCESS_TOKEN'
117
- },
118
- uiWidget: 'password',
119
- enumValues: [],
120
- readOnly: false,
121
- iconType: '',
122
- genericType: 'access_token',
123
- placement: 'header',
124
- placementKey: 'Authorization'
125
- }]
126
- }, {
127
- id: 'agile-crm',
128
- title: 'AgileCrm',
129
- description: 'AgileCrm integration extension',
130
- providerUrl: '',
131
- icon: {
132
- name: 'AiOutlineApi',
133
- style: {
134
- fontSize: 'large'
135
- }
136
- },
137
- logo: '_side/thirdparty/logos/agile-crm.svg',
138
- enabled: true,
139
- scopes: [],
140
- authMethods: ['api_key'],
141
- categories: ['productivity & project management'],
142
- fields: [{
143
- name: 'agile-crm-api-key',
144
- label: 'AgileCrm API Key',
145
- type: 'string',
146
- placeholder: 'Enter your AgileCrm API key',
147
- description: '',
148
- required: true,
149
- defaultValue: '',
150
- isConfigField: true,
151
- isSecret: true,
152
- secretSource: {
153
- type: ContributeDefaultValueSourceType.Vault,
154
- secretType: KeyMgmtSecretType.EnvironmentVar,
155
- secretKey: 'AGILE_CRM_API_KEY'
156
- },
157
- uiWidget: 'password',
158
- enumValues: [],
159
- readOnly: false,
160
- iconType: '',
161
- genericType: 'api_key',
162
- placement: 'header',
163
- placementKey: 'Authorization'
164
- }]
165
- }, {
166
- id: 'airtop',
167
- title: 'Airtop',
168
- description: 'Airtop integration extension',
169
- providerUrl: 'https://airtop.ai',
170
- icon: {
171
- name: 'AiOutlineLock',
172
- style: {
173
- fontSize: 'large'
174
- }
175
- },
176
- logo: '_side/thirdparty/logos/airtop.svg',
177
- enabled: true,
178
- scopes: [],
179
- authMethods: ['oauth2'],
180
- categories: ['productivity & project management'],
181
- fields: [{
182
- name: 'airtop-access-token',
183
- label: 'Airtop Access Token',
184
- type: 'string',
185
- placeholder: 'Enter your Airtop access token or connect via OAuth',
186
- description: '',
187
- required: true,
188
- defaultValue: '',
189
- isConfigField: true,
190
- isSecret: true,
191
- secretSource: {
192
- type: ContributeDefaultValueSourceType.Vault,
193
- secretType: KeyMgmtSecretType.EnvironmentVar,
194
- secretKey: 'AIRTOP_ACCESS_TOKEN'
195
- },
196
- uiWidget: 'password',
197
- enumValues: [],
198
- readOnly: false,
199
- iconType: '',
200
- genericType: 'access_token',
201
- placement: 'header',
202
- placementKey: 'Authorization'
203
- }]
204
- }, {
205
- id: 'api-template-io',
206
- title: 'ApiTemplateIo',
207
- description: 'ApiTemplateIo integration extension',
208
- providerUrl: 'https://apitemplate.io',
209
- icon: {
210
- name: 'AiOutlineLock',
211
- style: {
212
- fontSize: 'large'
213
- }
214
- },
215
- logo: '_side/thirdparty/logos/api-template-io.svg',
216
- enabled: true,
217
- scopes: [],
218
- authMethods: ['oauth2'],
219
- categories: ['productivity & project management'],
220
- fields: [{
221
- name: 'api-template-io-access-token',
222
- label: 'ApiTemplateIo Access Token',
223
- type: 'string',
224
- placeholder: 'Enter your ApiTemplateIo access token or connect via OAuth',
225
- description: '',
226
- required: true,
227
- defaultValue: '',
228
- isConfigField: true,
229
- isSecret: true,
230
- secretSource: {
231
- type: ContributeDefaultValueSourceType.Vault,
232
- secretType: KeyMgmtSecretType.EnvironmentVar,
233
- secretKey: 'API_TEMPLATE_IO_ACCESS_TOKEN'
234
- },
235
- uiWidget: 'password',
236
- enumValues: [],
237
- readOnly: false,
238
- iconType: '',
239
- genericType: 'access_token',
240
- placement: 'header',
241
- placementKey: 'Authorization'
242
- }]
243
- }, {
244
- id: 'asana',
245
- title: 'Asana',
246
- description: 'Asana integration extension',
247
- providerUrl: 'https://app.asana.com',
248
- icon: {
249
- name: 'AiOutlineLock',
250
- style: {
251
- fontSize: 'large'
252
- }
253
- },
254
- logo: '_side/thirdparty/logos/asana.svg',
255
- enabled: true,
256
- scopes: [],
257
- authMethods: ['oauth2'],
258
- categories: ['productivity & project management'],
259
- fields: [{
260
- name: 'asana-access-token',
261
- label: 'Asana Access Token',
262
- type: 'string',
263
- placeholder: 'Enter your Asana access token or connect via OAuth',
264
- description: '',
265
- required: true,
266
- defaultValue: '',
267
- isConfigField: true,
268
- isSecret: true,
269
- secretSource: {
270
- type: ContributeDefaultValueSourceType.Vault,
271
- secretType: KeyMgmtSecretType.EnvironmentVar,
272
- secretKey: 'ASANA_ACCESS_TOKEN'
273
- },
274
- uiWidget: 'password',
275
- enumValues: [],
276
- readOnly: false,
277
- iconType: '',
278
- genericType: 'access_token',
279
- placement: 'header',
280
- placementKey: 'Authorization'
281
- }]
282
- }, {
283
- id: 'bitly',
284
- title: 'Bitly',
285
- description: 'Bitly integration extension',
286
- providerUrl: 'https://bitly.com',
287
- icon: {
288
- name: 'AiOutlineLock',
289
- style: {
290
- fontSize: 'large'
291
- }
292
- },
293
- logo: '_side/thirdparty/logos/bitly.svg',
294
- enabled: true,
295
- scopes: [],
296
- authMethods: ['oauth2'],
297
- categories: ['productivity & project management'],
298
- fields: [{
299
- name: 'bitly-access-token',
300
- label: 'Bitly Access Token',
301
- type: 'string',
302
- placeholder: 'Enter your Bitly access token or connect via OAuth',
303
- description: '',
304
- required: true,
305
- defaultValue: '',
306
- isConfigField: true,
307
- isSecret: true,
308
- secretSource: {
309
- type: ContributeDefaultValueSourceType.Vault,
310
- secretType: KeyMgmtSecretType.EnvironmentVar,
311
- secretKey: 'BITLY_ACCESS_TOKEN'
312
- },
313
- uiWidget: 'password',
314
- enumValues: [],
315
- readOnly: false,
316
- iconType: '',
317
- genericType: 'access_token',
318
- placement: 'header',
319
- placementKey: 'Authorization'
320
- }]
321
- }, {
322
- id: 'cal',
323
- title: 'Cal',
324
- description: 'Cal integration extension',
325
- providerUrl: 'https://cal.com',
326
- icon: {
327
- name: 'AiOutlineLock',
328
- style: {
329
- fontSize: 'large'
330
- }
331
- },
332
- logo: '_side/thirdparty/logos/cal.svg',
333
- enabled: true,
334
- scopes: [],
335
- authMethods: ['oauth2'],
336
- categories: ['productivity & project management'],
337
- fields: [{
338
- name: 'cal-access-token',
339
- label: 'Cal Access Token',
340
- type: 'string',
341
- placeholder: 'Enter your Cal access token or connect via OAuth',
342
- description: '',
343
- required: true,
344
- defaultValue: '',
345
- isConfigField: true,
346
- isSecret: true,
347
- secretSource: {
348
- type: ContributeDefaultValueSourceType.Vault,
349
- secretType: KeyMgmtSecretType.EnvironmentVar,
350
- secretKey: 'CAL_ACCESS_TOKEN'
351
- },
352
- uiWidget: 'password',
353
- enumValues: [],
354
- readOnly: false,
355
- iconType: '',
356
- genericType: 'access_token',
357
- placement: 'header',
358
- placementKey: 'Authorization'
359
- }]
360
- }, {
361
- id: 'chargebee',
362
- title: 'Chargebee',
363
- description: 'Chargebee integration extension',
364
- providerUrl: 'https://app.chargebee.com',
365
- icon: {
366
- name: 'AiOutlineLock',
367
- style: {
368
- fontSize: 'large'
369
- }
370
- },
371
- logo: '_side/thirdparty/logos/chargebee.svg',
372
- enabled: true,
373
- scopes: [],
374
- authMethods: ['oauth2'],
375
- categories: ['productivity & project management'],
376
- fields: [{
377
- name: 'chargebee-access-token',
378
- label: 'Chargebee Access Token',
379
- type: 'string',
380
- placeholder: 'Enter your Chargebee access token or connect via OAuth',
381
- description: '',
382
- required: true,
383
- defaultValue: '',
384
- isConfigField: true,
385
- isSecret: true,
386
- secretSource: {
387
- type: ContributeDefaultValueSourceType.Vault,
388
- secretType: KeyMgmtSecretType.EnvironmentVar,
389
- secretKey: 'CHARGEBEE_ACCESS_TOKEN'
390
- },
391
- uiWidget: 'password',
392
- enumValues: [],
393
- readOnly: false,
394
- iconType: '',
395
- genericType: 'access_token',
396
- placement: 'header',
397
- placementKey: 'Authorization'
398
- }]
399
- }, {
400
- id: 'cisco',
401
- title: 'Cisco',
402
- description: 'Cisco integration extension',
403
- providerUrl: 'https://idbroker.webex.com',
404
- icon: {
405
- name: 'AiOutlineLock',
406
- style: {
407
- fontSize: 'large'
408
- }
409
- },
410
- logo: '_side/thirdparty/logos/cisco.svg',
411
- enabled: true,
412
- scopes: [],
413
- authMethods: ['oauth2'],
414
- categories: ['productivity & project management'],
415
- fields: [{
416
- name: 'cisco-access-token',
417
- label: 'Cisco Access Token',
418
- type: 'string',
419
- placeholder: 'Enter your Cisco access token or connect via OAuth',
420
- description: '',
421
- required: true,
422
- defaultValue: '',
423
- isConfigField: true,
424
- isSecret: true,
425
- secretSource: {
426
- type: ContributeDefaultValueSourceType.Vault,
427
- secretType: KeyMgmtSecretType.EnvironmentVar,
428
- secretKey: 'CISCO_ACCESS_TOKEN'
429
- },
430
- uiWidget: 'password',
431
- enumValues: [],
432
- readOnly: false,
433
- iconType: '',
434
- genericType: 'access_token',
435
- placement: 'header',
436
- placementKey: 'Authorization'
437
- }]
438
- }, {
439
- id: 'clearbit',
440
- title: 'Clearbit',
441
- description: 'Clearbit integration extension',
442
- providerUrl: '',
443
- icon: {
444
- name: 'AiOutlineApi',
445
- style: {
446
- fontSize: 'large'
447
- }
448
- },
449
- logo: '_side/thirdparty/logos/clearbit.svg',
450
- enabled: true,
451
- scopes: [],
452
- authMethods: ['api_key'],
453
- categories: ['productivity & project management'],
454
- fields: [{
455
- name: 'clearbit-api-key',
456
- label: 'Clearbit API Key',
457
- type: 'string',
458
- placeholder: 'Enter your Clearbit API key',
459
- description: '',
460
- required: true,
461
- defaultValue: '',
462
- isConfigField: true,
463
- isSecret: true,
464
- secretSource: {
465
- type: ContributeDefaultValueSourceType.Vault,
466
- secretType: KeyMgmtSecretType.EnvironmentVar,
467
- secretKey: 'CLEARBIT_API_KEY'
468
- },
469
- uiWidget: 'password',
470
- enumValues: [],
471
- readOnly: false,
472
- iconType: '',
473
- genericType: 'api_key',
474
- placement: 'header',
475
- placementKey: 'Authorization'
476
- }]
477
- }, {
478
- id: 'clickup',
479
- title: 'Clickup',
480
- description: 'Clickup integration extension',
481
- providerUrl: 'https://app.clickup.com',
482
- icon: {
483
- name: 'AiOutlineLock',
484
- style: {
485
- fontSize: 'large'
486
- }
487
- },
488
- logo: '_side/thirdparty/logos/clickup.svg',
489
- enabled: true,
490
- scopes: [],
491
- authMethods: ['oauth2'],
492
- categories: ['productivity & project management'],
493
- fields: [{
494
- name: 'clickup-access-token',
495
- label: 'Clickup Access Token',
496
- type: 'string',
497
- placeholder: 'Enter your Clickup access token or connect via OAuth',
498
- description: '',
499
- required: true,
500
- defaultValue: '',
501
- isConfigField: true,
502
- isSecret: true,
503
- secretSource: {
504
- type: ContributeDefaultValueSourceType.Vault,
505
- secretType: KeyMgmtSecretType.EnvironmentVar,
506
- secretKey: 'CLICKUP_ACCESS_TOKEN'
507
- },
508
- uiWidget: 'password',
509
- enumValues: [],
510
- readOnly: false,
511
- iconType: '',
512
- genericType: 'access_token',
513
- placement: 'header',
514
- placementKey: 'Authorization'
515
- }]
516
- }, {
517
- id: 'coin-gecko',
518
- title: 'CoinGecko',
519
- description: 'CoinGecko integration extension',
520
- providerUrl: 'https://www.coingecko.com',
521
- icon: {
522
- name: 'AiOutlineLock',
523
- style: {
524
- fontSize: 'large'
525
- }
526
- },
527
- logo: '_side/thirdparty/logos/coin-gecko.svg',
528
- enabled: true,
529
- scopes: [],
530
- authMethods: ['oauth2'],
531
- categories: ['productivity & project management'],
532
- fields: [{
533
- name: 'coin-gecko-access-token',
534
- label: 'CoinGecko Access Token',
535
- type: 'string',
536
- placeholder: 'Enter your CoinGecko access token or connect via OAuth',
537
- description: '',
538
- required: true,
539
- defaultValue: '',
540
- isConfigField: true,
541
- isSecret: true,
542
- secretSource: {
543
- type: ContributeDefaultValueSourceType.Vault,
544
- secretType: KeyMgmtSecretType.EnvironmentVar,
545
- secretKey: 'COIN_GECKO_ACCESS_TOKEN'
546
- },
547
- uiWidget: 'password',
548
- enumValues: [],
549
- readOnly: false,
550
- iconType: '',
551
- genericType: 'access_token',
552
- placement: 'header',
553
- placementKey: 'Authorization'
554
- }]
555
- }, {
556
- id: 'confluence',
557
- title: 'Confluence',
558
- description: 'Confluence integration extension',
559
- providerUrl: 'https://auth.atlassian.com',
560
- icon: {
561
- name: 'AiOutlineLock',
562
- style: {
563
- fontSize: 'large'
564
- }
565
- },
566
- logo: '_side/thirdparty/logos/confluence.svg',
567
- enabled: true,
568
- scopes: [],
569
- authMethods: ['oauth2'],
570
- categories: ['productivity & project management'],
571
- fields: [{
572
- name: 'confluence-access-token',
573
- label: 'Confluence Access Token',
574
- type: 'string',
575
- placeholder: 'Enter your Confluence access token or connect via OAuth',
576
- description: '',
577
- required: true,
578
- defaultValue: '',
579
- isConfigField: true,
580
- isSecret: true,
581
- secretSource: {
582
- type: ContributeDefaultValueSourceType.Vault,
583
- secretType: KeyMgmtSecretType.EnvironmentVar,
584
- secretKey: 'CONFLUENCE_ACCESS_TOKEN'
585
- },
586
- uiWidget: 'password',
587
- enumValues: [],
588
- readOnly: false,
589
- iconType: '',
590
- genericType: 'access_token',
591
- placement: 'header',
592
- placementKey: 'Authorization'
593
- }]
594
- }, {
595
- id: 'copper',
596
- title: 'Copper',
597
- description: 'Copper integration extension',
598
- providerUrl: '',
599
- icon: {
600
- name: 'AiOutlineApi',
601
- style: {
602
- fontSize: 'large'
603
- }
604
- },
605
- logo: '_side/thirdparty/logos/copper.svg',
606
- enabled: true,
607
- scopes: [],
608
- authMethods: ['api_key'],
609
- categories: ['productivity & project management'],
610
- fields: [{
611
- name: 'copper-api-key',
612
- label: 'Copper API Key',
613
- type: 'string',
614
- placeholder: 'Enter your Copper API key',
615
- description: '',
616
- required: true,
617
- defaultValue: '',
618
- isConfigField: true,
619
- isSecret: true,
620
- secretSource: {
621
- type: ContributeDefaultValueSourceType.Vault,
622
- secretType: KeyMgmtSecretType.EnvironmentVar,
623
- secretKey: 'COPPER_API_KEY'
624
- },
625
- uiWidget: 'password',
626
- enumValues: [],
627
- readOnly: false,
628
- iconType: '',
629
- genericType: 'api_key',
630
- placement: 'header',
631
- placementKey: 'Authorization'
632
- }]
633
- }, {
634
- id: 'credentials',
635
- title: 'Credentials',
636
- description: 'Credentials extension with connect_credential command',
637
- providerUrl: '',
638
- icon: {
639
- name: 'AiOutlineApi',
640
- style: {
641
- fontSize: 'large'
642
- }
643
- },
644
- logo: '_side/thirdparty/logos/credentials.svg',
645
- enabled: true,
646
- scopes: [],
647
- authMethods: ['api_key'],
648
- categories: ['productivity & project management'],
649
- fields: [{
650
- name: 'credentials-api-key',
651
- label: 'Credentials API Key',
652
- type: 'string',
653
- placeholder: 'Enter your Credentials API key',
654
- description: '',
655
- required: true,
656
- defaultValue: '',
657
- isConfigField: true,
658
- isSecret: true,
659
- secretSource: {
660
- type: ContributeDefaultValueSourceType.Vault,
661
- secretType: KeyMgmtSecretType.EnvironmentVar,
662
- secretKey: 'CREDENTIALS_API_KEY'
663
- },
664
- uiWidget: 'password',
665
- enumValues: [],
666
- readOnly: false,
667
- iconType: '',
668
- genericType: 'api_key',
669
- placement: 'header',
670
- placementKey: 'Authorization'
671
- }]
672
- }, {
673
- id: 'deep-l',
674
- title: 'DeepL',
675
- description: 'DeepL integration extension',
676
- providerUrl: 'https://www.deepl.com',
677
- icon: {
678
- name: 'AiOutlineLock',
679
- style: {
680
- fontSize: 'large'
681
- }
682
- },
683
- logo: '_side/thirdparty/logos/deep-l.svg',
684
- enabled: true,
685
- scopes: [],
686
- authMethods: ['oauth2'],
687
- categories: ['productivity & project management'],
688
- fields: [{
689
- name: 'deep-l-access-token',
690
- label: 'DeepL Access Token',
691
- type: 'string',
692
- placeholder: 'Enter your DeepL access token or connect via OAuth',
693
- description: '',
694
- required: true,
695
- defaultValue: '',
696
- isConfigField: true,
697
- isSecret: true,
698
- secretSource: {
699
- type: ContributeDefaultValueSourceType.Vault,
700
- secretType: KeyMgmtSecretType.EnvironmentVar,
701
- secretKey: 'DEEP_L_ACCESS_TOKEN'
702
- },
703
- uiWidget: 'password',
704
- enumValues: [],
705
- readOnly: false,
706
- iconType: '',
707
- genericType: 'access_token',
708
- placement: 'header',
709
- placementKey: 'Authorization'
710
- }]
711
- }, {
712
- id: 'dhl',
713
- title: 'Dhl',
714
- description: 'Dhl integration extension',
715
- providerUrl: '',
716
- icon: {
717
- name: 'AiOutlineApi',
718
- style: {
719
- fontSize: 'large'
720
- }
721
- },
722
- logo: '_side/thirdparty/logos/dhl.svg',
723
- enabled: true,
724
- scopes: [],
725
- authMethods: ['api_key'],
726
- categories: ['productivity & project management'],
727
- fields: [{
728
- name: 'dhl-api-key',
729
- label: 'Dhl API Key',
730
- type: 'string',
731
- placeholder: 'Enter your Dhl API key',
732
- description: '',
733
- required: true,
734
- defaultValue: '',
735
- isConfigField: true,
736
- isSecret: true,
737
- secretSource: {
738
- type: ContributeDefaultValueSourceType.Vault,
739
- secretType: KeyMgmtSecretType.EnvironmentVar,
740
- secretKey: 'DHL_API_KEY'
741
- },
742
- uiWidget: 'password',
743
- enumValues: [],
744
- readOnly: false,
745
- iconType: '',
746
- genericType: 'api_key',
747
- placement: 'header',
748
- placementKey: 'Authorization'
749
- }]
750
- }, {
751
- id: 'discourse',
752
- title: 'Discourse',
753
- description: 'Discourse integration extension',
754
- providerUrl: 'https://www.discourse.org',
755
- icon: {
756
- name: 'AiOutlineLock',
757
- style: {
758
- fontSize: 'large'
759
- }
760
- },
761
- logo: '_side/thirdparty/logos/discourse.svg',
762
- enabled: true,
763
- scopes: [],
764
- authMethods: ['oauth2'],
765
- categories: ['productivity & project management'],
766
- fields: [{
767
- name: 'discourse-access-token',
768
- label: 'Discourse Access Token',
769
- type: 'string',
770
- placeholder: 'Enter your Discourse access token or connect via OAuth',
771
- description: '',
772
- required: true,
773
- defaultValue: '',
774
- isConfigField: true,
775
- isSecret: true,
776
- secretSource: {
777
- type: ContributeDefaultValueSourceType.Vault,
778
- secretType: KeyMgmtSecretType.EnvironmentVar,
779
- secretKey: 'DISCOURSE_ACCESS_TOKEN'
780
- },
781
- uiWidget: 'password',
782
- enumValues: [],
783
- readOnly: false,
784
- iconType: '',
785
- genericType: 'access_token',
786
- placement: 'header',
787
- placementKey: 'Authorization'
788
- }]
789
- }, {
790
- id: 'disqus',
791
- title: 'Disqus',
792
- description: 'Disqus integration extension',
793
- providerUrl: '',
794
- icon: {
795
- name: 'AiOutlineApi',
796
- style: {
797
- fontSize: 'large'
798
- }
799
- },
800
- logo: '_side/thirdparty/logos/disqus.svg',
801
- enabled: true,
802
- scopes: [],
803
- authMethods: ['api_key'],
804
- categories: ['productivity & project management'],
805
- fields: [{
806
- name: 'disqus-api-key',
807
- label: 'Disqus API Key',
808
- type: 'string',
809
- placeholder: 'Enter your Disqus API key',
810
- description: '',
811
- required: true,
812
- defaultValue: '',
813
- isConfigField: true,
814
- isSecret: true,
815
- secretSource: {
816
- type: ContributeDefaultValueSourceType.Vault,
817
- secretType: KeyMgmtSecretType.EnvironmentVar,
818
- secretKey: 'DISQUS_API_KEY'
819
- },
820
- uiWidget: 'password',
821
- enumValues: [],
822
- readOnly: false,
823
- iconType: '',
824
- genericType: 'api_key',
825
- placement: 'header',
826
- placementKey: 'Authorization'
827
- }]
828
- }, {
829
- id: 'docx',
830
- title: 'Docx',
831
- description: 'Docx integration extension',
832
- providerUrl: '',
833
- icon: {
834
- name: 'AiOutlineApi',
835
- style: {
836
- fontSize: 'large'
837
- }
838
- },
839
- logo: '_side/thirdparty/logos/docx.svg',
840
- enabled: true,
841
- scopes: [],
842
- authMethods: ['api_key'],
843
- categories: ['productivity & project management'],
844
- fields: [{
845
- name: 'docx-api-key',
846
- label: 'Docx API Key',
847
- type: 'string',
848
- placeholder: 'Enter your Docx API key',
849
- description: '',
850
- required: true,
851
- defaultValue: '',
852
- isConfigField: true,
853
- isSecret: true,
854
- secretSource: {
855
- type: ContributeDefaultValueSourceType.Vault,
856
- secretType: KeyMgmtSecretType.EnvironmentVar,
857
- secretKey: 'DOCX_API_KEY'
858
- },
859
- uiWidget: 'password',
860
- enumValues: [],
861
- readOnly: false,
862
- iconType: '',
863
- genericType: 'api_key',
864
- placement: 'header',
865
- placementKey: 'Authorization'
866
- }]
867
- }, {
868
- id: 'drift',
869
- title: 'Drift',
870
- description: 'Drift integration extension',
871
- providerUrl: 'https://www.drift.com',
872
- icon: {
873
- name: 'AiOutlineLock',
874
- style: {
875
- fontSize: 'large'
876
- }
877
- },
878
- logo: '_side/thirdparty/logos/drift.svg',
879
- enabled: true,
880
- scopes: [],
881
- authMethods: ['oauth2'],
882
- categories: ['productivity & project management'],
883
- fields: [{
884
- name: 'drift-access-token',
885
- label: 'Drift Access Token',
886
- type: 'string',
887
- placeholder: 'Enter your Drift access token or connect via OAuth',
888
- description: '',
889
- required: true,
890
- defaultValue: '',
891
- isConfigField: true,
892
- isSecret: true,
893
- secretSource: {
894
- type: ContributeDefaultValueSourceType.Vault,
895
- secretType: KeyMgmtSecretType.EnvironmentVar,
896
- secretKey: 'DRIFT_ACCESS_TOKEN'
897
- },
898
- uiWidget: 'password',
899
- enumValues: [],
900
- readOnly: false,
901
- iconType: '',
902
- genericType: 'access_token',
903
- placement: 'header',
904
- placementKey: 'Authorization'
905
- }]
906
- }, {
907
- id: 'egoi',
908
- title: 'Egoi',
909
- description: 'Egoi integration extension',
910
- providerUrl: '',
911
- icon: {
912
- name: 'AiOutlineApi',
913
- style: {
914
- fontSize: 'large'
915
- }
916
- },
917
- logo: '_side/thirdparty/logos/egoi.svg',
918
- enabled: true,
919
- scopes: [],
920
- authMethods: ['api_key'],
921
- categories: ['productivity & project management'],
922
- fields: [{
923
- name: 'egoi-api-key',
924
- label: 'Egoi API Key',
925
- type: 'string',
926
- placeholder: 'Enter your Egoi API key',
927
- description: '',
928
- required: true,
929
- defaultValue: '',
930
- isConfigField: true,
931
- isSecret: true,
932
- secretSource: {
933
- type: ContributeDefaultValueSourceType.Vault,
934
- secretType: KeyMgmtSecretType.EnvironmentVar,
935
- secretKey: 'EGOI_API_KEY'
936
- },
937
- uiWidget: 'password',
938
- enumValues: [],
939
- readOnly: false,
940
- iconType: '',
941
- genericType: 'api_key',
942
- placement: 'header',
943
- placementKey: 'Authorization'
944
- }]
945
- }, {
946
- id: 'excelize',
947
- title: 'Excel',
948
- description: 'Excel integration extension',
949
- providerUrl: '',
950
- icon: {
951
- name: 'AiOutlineApi',
952
- style: {
953
- fontSize: 'large'
954
- }
955
- },
956
- logo: '_side/thirdparty/logos/excelize.svg',
957
- enabled: true,
958
- scopes: [],
959
- authMethods: ['api_key'],
960
- categories: ['productivity & project management'],
961
- fields: [{
962
- name: 'excelize-api-key',
963
- label: 'Excel API Key',
964
- type: 'string',
965
- placeholder: 'Enter your Excel API key',
966
- description: '',
967
- required: true,
968
- defaultValue: '',
969
- isConfigField: true,
970
- isSecret: true,
971
- secretSource: {
972
- type: ContributeDefaultValueSourceType.Vault,
973
- secretType: KeyMgmtSecretType.EnvironmentVar,
974
- secretKey: 'EXCELIZE_API_KEY'
975
- },
976
- uiWidget: 'password',
977
- enumValues: [],
978
- readOnly: false,
979
- iconType: '',
980
- genericType: 'api_key',
981
- placement: 'header',
982
- placementKey: 'Authorization'
983
- }]
984
- }, {
985
- id: 'form-io',
986
- title: 'FormIo',
987
- description: 'FormIo integration extension',
988
- providerUrl: 'https://form.io',
989
- icon: {
990
- name: 'AiOutlineLock',
991
- style: {
992
- fontSize: 'large'
993
- }
994
- },
995
- logo: '_side/thirdparty/logos/form-io.svg',
996
- enabled: true,
997
- scopes: [],
998
- authMethods: ['oauth2'],
999
- categories: ['productivity & project management'],
1000
- fields: [{
1001
- name: 'form-io-access-token',
1002
- label: 'FormIo Access Token',
1003
- type: 'string',
1004
- placeholder: 'Enter your FormIo access token or connect via OAuth',
1005
- description: '',
1006
- required: true,
1007
- defaultValue: '',
1008
- isConfigField: true,
1009
- isSecret: true,
1010
- secretSource: {
1011
- type: ContributeDefaultValueSourceType.Vault,
1012
- secretType: KeyMgmtSecretType.EnvironmentVar,
1013
- secretKey: 'FORM_IO_ACCESS_TOKEN'
1014
- },
1015
- uiWidget: 'password',
1016
- enumValues: [],
1017
- readOnly: false,
1018
- iconType: '',
1019
- genericType: 'access_token',
1020
- placement: 'header',
1021
- placementKey: 'Authorization'
1022
- }]
1023
- }, {
1024
- id: 'formstack',
1025
- title: 'Formstack',
1026
- description: 'Formstack integration extension',
1027
- providerUrl: 'https://www.formstack.com',
1028
- icon: {
1029
- name: 'AiOutlineLock',
1030
- style: {
1031
- fontSize: 'large'
1032
- }
1033
- },
1034
- logo: '_side/thirdparty/logos/formstack.svg',
1035
- enabled: true,
1036
- scopes: [],
1037
- authMethods: ['oauth2'],
1038
- categories: ['productivity & project management'],
1039
- fields: [{
1040
- name: 'formstack-access-token',
1041
- label: 'Formstack Access Token',
1042
- type: 'string',
1043
- placeholder: 'Enter your Formstack access token or connect via OAuth',
1044
- description: '',
1045
- required: true,
1046
- defaultValue: '',
1047
- isConfigField: true,
1048
- isSecret: true,
1049
- secretSource: {
1050
- type: ContributeDefaultValueSourceType.Vault,
1051
- secretType: KeyMgmtSecretType.EnvironmentVar,
1052
- secretKey: 'FORMSTACK_ACCESS_TOKEN'
1053
- },
1054
- uiWidget: 'password',
1055
- enumValues: [],
1056
- readOnly: false,
1057
- iconType: '',
1058
- genericType: 'access_token',
1059
- placement: 'header',
1060
- placementKey: 'Authorization'
1061
- }]
1062
- }, {
1063
- id: 'freshworks-crm',
1064
- title: 'FreshworksCrm',
1065
- description: 'FreshworksCrm integration extension',
1066
- providerUrl: 'https://accounts.freshworks.com',
1067
- icon: {
1068
- name: 'AiOutlineLock',
1069
- style: {
1070
- fontSize: 'large'
1071
- }
1072
- },
1073
- logo: '_side/thirdparty/logos/freshworks-crm.svg',
1074
- enabled: true,
1075
- scopes: [],
1076
- authMethods: ['oauth2'],
1077
- categories: ['productivity & project management'],
1078
- fields: [{
1079
- name: 'freshworks-crm-access-token',
1080
- label: 'FreshworksCrm Access Token',
1081
- type: 'string',
1082
- placeholder: 'Enter your FreshworksCrm access token or connect via OAuth',
1083
- description: '',
1084
- required: true,
1085
- defaultValue: '',
1086
- isConfigField: true,
1087
- isSecret: true,
1088
- secretSource: {
1089
- type: ContributeDefaultValueSourceType.Vault,
1090
- secretType: KeyMgmtSecretType.EnvironmentVar,
1091
- secretKey: 'FRESHWORKS_CRM_ACCESS_TOKEN'
1092
- },
1093
- uiWidget: 'password',
1094
- enumValues: [],
1095
- readOnly: false,
1096
- iconType: '',
1097
- genericType: 'access_token',
1098
- placement: 'header',
1099
- placementKey: 'Authorization'
1100
- }]
1101
- }, {
1102
- id: 'get-response',
1103
- title: 'GetResponse',
1104
- description: 'GetResponse integration extension',
1105
- providerUrl: 'https://app.getresponse.com',
1106
- icon: {
1107
- name: 'AiOutlineLock',
1108
- style: {
1109
- fontSize: 'large'
1110
- }
1111
- },
1112
- logo: '_side/thirdparty/logos/get-response.svg',
1113
- enabled: true,
1114
- scopes: [],
1115
- authMethods: ['oauth2'],
1116
- categories: ['productivity & project management'],
1117
- fields: [{
1118
- name: 'get-response-access-token',
1119
- label: 'GetResponse Access Token',
1120
- type: 'string',
1121
- placeholder: 'Enter your GetResponse access token or connect via OAuth',
1122
- description: '',
1123
- required: true,
1124
- defaultValue: '',
1125
- isConfigField: true,
1126
- isSecret: true,
1127
- secretSource: {
1128
- type: ContributeDefaultValueSourceType.Vault,
1129
- secretType: KeyMgmtSecretType.EnvironmentVar,
1130
- secretKey: 'GET_RESPONSE_ACCESS_TOKEN'
1131
- },
1132
- uiWidget: 'password',
1133
- enumValues: [],
1134
- readOnly: false,
1135
- iconType: '',
1136
- genericType: 'access_token',
1137
- placement: 'header',
1138
- placementKey: 'Authorization'
1139
- }]
1140
- }, {
1141
- id: 'ghost',
1142
- title: 'Ghost',
1143
- description: 'Ghost integration extension',
1144
- providerUrl: 'https://ghost.org',
1145
- icon: {
1146
- name: 'AiOutlineLock',
1147
- style: {
1148
- fontSize: 'large'
1149
- }
1150
- },
1151
- logo: '_side/thirdparty/logos/ghost.svg',
1152
- enabled: true,
1153
- scopes: [],
1154
- authMethods: ['oauth2'],
1155
- categories: ['productivity & project management'],
1156
- fields: [{
1157
- name: 'ghost-access-token',
1158
- label: 'Ghost Access Token',
1159
- type: 'string',
1160
- placeholder: 'Enter your Ghost access token or connect via OAuth',
1161
- description: '',
1162
- required: true,
1163
- defaultValue: '',
1164
- isConfigField: true,
1165
- isSecret: true,
1166
- secretSource: {
1167
- type: ContributeDefaultValueSourceType.Vault,
1168
- secretType: KeyMgmtSecretType.EnvironmentVar,
1169
- secretKey: 'GHOST_ACCESS_TOKEN'
1170
- },
1171
- uiWidget: 'password',
1172
- enumValues: [],
1173
- readOnly: false,
1174
- iconType: '',
1175
- genericType: 'access_token',
1176
- placement: 'header',
1177
- placementKey: 'Authorization'
1178
- }]
1179
- }, {
1180
- id: 'go-to-webinar',
1181
- title: 'GoToWebinar',
1182
- description: 'GoToWebinar integration extension',
1183
- providerUrl: 'https://authentication.logmeininc.com',
1184
- icon: {
1185
- name: 'AiOutlineLock',
1186
- style: {
1187
- fontSize: 'large'
1188
- }
1189
- },
1190
- logo: '_side/thirdparty/logos/go-to-webinar.svg',
1191
- enabled: true,
1192
- scopes: [],
1193
- authMethods: ['oauth2'],
1194
- categories: ['productivity & project management'],
1195
- fields: [{
1196
- name: 'go-to-webinar-access-token',
1197
- label: 'GoToWebinar Access Token',
1198
- type: 'string',
1199
- placeholder: 'Enter your GoToWebinar access token or connect via OAuth',
1200
- description: '',
1201
- required: true,
1202
- defaultValue: '',
1203
- isConfigField: true,
1204
- isSecret: true,
1205
- secretSource: {
1206
- type: ContributeDefaultValueSourceType.Vault,
1207
- secretType: KeyMgmtSecretType.EnvironmentVar,
1208
- secretKey: 'GO_TO_WEBINAR_ACCESS_TOKEN'
1209
- },
1210
- uiWidget: 'password',
1211
- enumValues: [],
1212
- readOnly: false,
1213
- iconType: '',
1214
- genericType: 'access_token',
1215
- placement: 'header',
1216
- placementKey: 'Authorization'
1217
- }]
1218
- }, {
1219
- id: 'google',
1220
- title: 'Google_Address_Validation',
1221
- description: 'Google_Address_Validation integration extension',
1222
- providerUrl: '',
1223
- icon: {
1224
- name: 'AiOutlineApi',
1225
- style: {
1226
- fontSize: 'large'
1227
- }
1228
- },
1229
- logo: '_side/thirdparty/logos/google.svg',
1230
- enabled: true,
1231
- scopes: [],
1232
- authMethods: ['api_key'],
1233
- categories: ['productivity & project management'],
1234
- fields: [{
1235
- name: 'google-api-key',
1236
- label: 'Google_Address_Validation API Key',
1237
- type: 'string',
1238
- placeholder: 'Enter your Google_Address_Validation API key',
1239
- description: '',
1240
- required: true,
1241
- defaultValue: '',
1242
- isConfigField: true,
1243
- isSecret: true,
1244
- secretSource: {
1245
- type: ContributeDefaultValueSourceType.Vault,
1246
- secretType: KeyMgmtSecretType.EnvironmentVar,
1247
- secretKey: 'GOOGLE_API_KEY'
1248
- },
1249
- uiWidget: 'password',
1250
- enumValues: [],
1251
- readOnly: false,
1252
- iconType: '',
1253
- genericType: 'api_key',
1254
- placement: 'header',
1255
- placementKey: 'Authorization'
1256
- }]
1257
- }, {
1258
- id: 'gotify',
1259
- title: 'Gotify',
1260
- description: 'Gotify integration extension',
1261
- providerUrl: 'https://gotify.net',
1262
- icon: {
1263
- name: 'AiOutlineLock',
1264
- style: {
1265
- fontSize: 'large'
1266
- }
1267
- },
1268
- logo: '_side/thirdparty/logos/gotify.svg',
1269
- enabled: true,
1270
- scopes: [],
1271
- authMethods: ['oauth2'],
1272
- categories: ['productivity & project management'],
1273
- fields: [{
1274
- name: 'gotify-access-token',
1275
- label: 'Gotify Access Token',
1276
- type: 'string',
1277
- placeholder: 'Enter your Gotify access token or connect via OAuth',
1278
- description: '',
1279
- required: true,
1280
- defaultValue: '',
1281
- isConfigField: true,
1282
- isSecret: true,
1283
- secretSource: {
1284
- type: ContributeDefaultValueSourceType.Vault,
1285
- secretType: KeyMgmtSecretType.EnvironmentVar,
1286
- secretKey: 'GOTIFY_ACCESS_TOKEN'
1287
- },
1288
- uiWidget: 'password',
1289
- enumValues: [],
1290
- readOnly: false,
1291
- iconType: '',
1292
- genericType: 'access_token',
1293
- placement: 'header',
1294
- placementKey: 'Authorization'
1295
- }]
1296
- }, {
1297
- id: 'halo-p-s-a',
1298
- title: 'HaloPSA',
1299
- description: 'HaloPSA integration extension',
1300
- providerUrl: 'https://yourhalo.com',
1301
- icon: {
1302
- name: 'AiOutlineLock',
1303
- style: {
1304
- fontSize: 'large'
1305
- }
1306
- },
1307
- logo: '_side/thirdparty/logos/halo-p-s-a.svg',
1308
- enabled: true,
1309
- scopes: [],
1310
- authMethods: ['oauth2'],
1311
- categories: ['productivity & project management'],
1312
- fields: [{
1313
- name: 'halo-p-s-a-access-token',
1314
- label: 'HaloPSA Access Token',
1315
- type: 'string',
1316
- placeholder: 'Enter your HaloPSA access token or connect via OAuth',
1317
- description: '',
1318
- required: true,
1319
- defaultValue: '',
1320
- isConfigField: true,
1321
- isSecret: true,
1322
- secretSource: {
1323
- type: ContributeDefaultValueSourceType.Vault,
1324
- secretType: KeyMgmtSecretType.EnvironmentVar,
1325
- secretKey: 'HALO_P_S_A_ACCESS_TOKEN'
1326
- },
1327
- uiWidget: 'password',
1328
- enumValues: [],
1329
- readOnly: false,
1330
- iconType: '',
1331
- genericType: 'access_token',
1332
- placement: 'header',
1333
- placementKey: 'Authorization'
1334
- }]
1335
- }, {
1336
- id: 'high-level',
1337
- title: 'HighLevel',
1338
- description: 'HighLevel integration extension',
1339
- providerUrl: 'https://marketplace.gohighlevel.com',
1340
- icon: {
1341
- name: 'AiOutlineLock',
1342
- style: {
1343
- fontSize: 'large'
1344
- }
1345
- },
1346
- logo: '_side/thirdparty/logos/high-level.svg',
1347
- enabled: true,
1348
- scopes: [],
1349
- authMethods: ['oauth2'],
1350
- categories: ['productivity & project management'],
1351
- fields: [{
1352
- name: 'high-level-access-token',
1353
- label: 'HighLevel Access Token',
1354
- type: 'string',
1355
- placeholder: 'Enter your HighLevel access token or connect via OAuth',
1356
- description: '',
1357
- required: true,
1358
- defaultValue: '',
1359
- isConfigField: true,
1360
- isSecret: true,
1361
- secretSource: {
1362
- type: ContributeDefaultValueSourceType.Vault,
1363
- secretType: KeyMgmtSecretType.EnvironmentVar,
1364
- secretKey: 'HIGH_LEVEL_ACCESS_TOKEN'
1365
- },
1366
- uiWidget: 'password',
1367
- enumValues: [],
1368
- readOnly: false,
1369
- iconType: '',
1370
- genericType: 'access_token',
1371
- placement: 'header',
1372
- placementKey: 'Authorization'
1373
- }]
1374
- }, {
1375
- id: 'hubspot',
1376
- title: 'Hubspot',
1377
- description: 'Hubspot integration extension',
1378
- providerUrl: 'https://app.hubspot.com',
1379
- icon: {
1380
- name: 'AiOutlineLock',
1381
- style: {
1382
- fontSize: 'large'
1383
- }
1384
- },
1385
- logo: '_side/thirdparty/logos/hubspot.svg',
1386
- enabled: true,
1387
- scopes: ['oauth', 'crm.objects.contacts.read', 'crm.objects.contacts.write'],
1388
- authMethods: ['oauth2'],
1389
- categories: ['productivity & project management'],
1390
- fields: [{
1391
- name: 'hubspot-access-token',
1392
- label: 'Hubspot Access Token',
1393
- type: 'string',
1394
- placeholder: 'Enter your Hubspot access token or connect via OAuth',
1395
- description: '',
1396
- required: true,
1397
- defaultValue: '',
1398
- isConfigField: true,
1399
- isSecret: true,
1400
- secretSource: {
1401
- type: ContributeDefaultValueSourceType.Vault,
1402
- secretType: KeyMgmtSecretType.EnvironmentVar,
1403
- secretKey: 'HUBSPOT_ACCESS_TOKEN'
1404
- },
1405
- uiWidget: 'password',
1406
- enumValues: [],
1407
- readOnly: false,
1408
- iconType: '',
1409
- genericType: 'access_token',
1410
- placement: 'header',
1411
- placementKey: 'Authorization'
1412
- }]
1413
- }, {
1414
- id: 'humantic-a-i',
1415
- title: 'HumanticAI',
1416
- description: 'HumanticAI integration extension',
1417
- providerUrl: '',
1418
- icon: {
1419
- name: 'AiOutlineApi',
1420
- style: {
1421
- fontSize: 'large'
1422
- }
1423
- },
1424
- logo: '_side/thirdparty/logos/humantic-a-i.svg',
1425
- enabled: true,
1426
- scopes: [],
1427
- authMethods: ['api_key'],
1428
- categories: ['productivity & project management'],
1429
- fields: [{
1430
- name: 'humantic-a-i-api-key',
1431
- label: 'HumanticAI API Key',
1432
- type: 'string',
1433
- placeholder: 'Enter your HumanticAI API key',
1434
- description: '',
1435
- required: true,
1436
- defaultValue: '',
1437
- isConfigField: true,
1438
- isSecret: true,
1439
- secretSource: {
1440
- type: ContributeDefaultValueSourceType.Vault,
1441
- secretType: KeyMgmtSecretType.EnvironmentVar,
1442
- secretKey: 'HUMANTIC_A_I_API_KEY'
1443
- },
1444
- uiWidget: 'password',
1445
- enumValues: [],
1446
- readOnly: false,
1447
- iconType: '',
1448
- genericType: 'api_key',
1449
- placement: 'header',
1450
- placementKey: 'Authorization'
1451
- }]
1452
- }, {
1453
- id: 'iterable',
1454
- title: 'Iterable',
1455
- description: 'Iterable integration extension',
1456
- providerUrl: 'https://app.iterable.com',
1457
- icon: {
1458
- name: 'AiOutlineLock',
1459
- style: {
1460
- fontSize: 'large'
1461
- }
1462
- },
1463
- logo: '_side/thirdparty/logos/iterable.svg',
1464
- enabled: true,
1465
- scopes: [],
1466
- authMethods: ['oauth2'],
1467
- categories: ['productivity & project management'],
1468
- fields: [{
1469
- name: 'iterable-access-token',
1470
- label: 'Iterable Access Token',
1471
- type: 'string',
1472
- placeholder: 'Enter your Iterable access token or connect via OAuth',
1473
- description: '',
1474
- required: true,
1475
- defaultValue: '',
1476
- isConfigField: true,
1477
- isSecret: true,
1478
- secretSource: {
1479
- type: ContributeDefaultValueSourceType.Vault,
1480
- secretType: KeyMgmtSecretType.EnvironmentVar,
1481
- secretKey: 'ITERABLE_ACCESS_TOKEN'
1482
- },
1483
- uiWidget: 'password',
1484
- enumValues: [],
1485
- readOnly: false,
1486
- iconType: '',
1487
- genericType: 'access_token',
1488
- placement: 'header',
1489
- placementKey: 'Authorization'
1490
- }]
1491
- }, {
1492
- id: 'jenkins',
1493
- title: 'Jenkins',
1494
- description: 'Jenkins integration extension',
1495
- providerUrl: '',
1496
- icon: {
1497
- name: 'AiOutlineApi',
1498
- style: {
1499
- fontSize: 'large'
1500
- }
1501
- },
1502
- logo: '_side/thirdparty/logos/jenkins.svg',
1503
- enabled: true,
1504
- scopes: [],
1505
- authMethods: ['api_key'],
1506
- categories: ['productivity & project management'],
1507
- fields: [{
1508
- name: 'jenkins-api-key',
1509
- label: 'Jenkins API Key',
1510
- type: 'string',
1511
- placeholder: 'Enter your Jenkins API key',
1512
- description: '',
1513
- required: true,
1514
- defaultValue: '',
1515
- isConfigField: true,
1516
- isSecret: true,
1517
- secretSource: {
1518
- type: ContributeDefaultValueSourceType.Vault,
1519
- secretType: KeyMgmtSecretType.EnvironmentVar,
1520
- secretKey: 'JENKINS_API_KEY'
1521
- },
1522
- uiWidget: 'password',
1523
- enumValues: [],
1524
- readOnly: false,
1525
- iconType: '',
1526
- genericType: 'api_key',
1527
- placement: 'header',
1528
- placementKey: 'Authorization'
1529
- }]
1530
- }, {
1531
- id: 'jina-a-i',
1532
- title: 'JinaAI',
1533
- description: 'JinaAI integration extension',
1534
- providerUrl: 'https://jina.ai',
1535
- icon: {
1536
- name: 'AiOutlineLock',
1537
- style: {
1538
- fontSize: 'large'
1539
- }
1540
- },
1541
- logo: '_side/thirdparty/logos/jina-a-i.svg',
1542
- enabled: true,
1543
- scopes: [],
1544
- authMethods: ['oauth2'],
1545
- categories: ['productivity & project management'],
1546
- fields: [{
1547
- name: 'jina-a-i-access-token',
1548
- label: 'JinaAI Access Token',
1549
- type: 'string',
1550
- placeholder: 'Enter your JinaAI access token or connect via OAuth',
1551
- description: '',
1552
- required: true,
1553
- defaultValue: '',
1554
- isConfigField: true,
1555
- isSecret: true,
1556
- secretSource: {
1557
- type: ContributeDefaultValueSourceType.Vault,
1558
- secretType: KeyMgmtSecretType.EnvironmentVar,
1559
- secretKey: 'JINA_A_I_ACCESS_TOKEN'
1560
- },
1561
- uiWidget: 'password',
1562
- enumValues: [],
1563
- readOnly: false,
1564
- iconType: '',
1565
- genericType: 'access_token',
1566
- placement: 'header',
1567
- placementKey: 'Authorization'
1568
- }]
1569
- }, {
1570
- id: 'jira',
1571
- title: 'Jira',
1572
- description: 'Jira integration extension',
1573
- providerUrl: 'https://auth.atlassian.com',
1574
- icon: {
1575
- name: 'AiOutlineLock',
1576
- style: {
1577
- fontSize: 'large'
1578
- }
1579
- },
1580
- logo: '_side/thirdparty/logos/jira.svg',
1581
- enabled: true,
1582
- scopes: ['offline_access', 'read:jira-work', 'write:jira-work'],
1583
- authMethods: ['oauth2'],
1584
- categories: ['productivity & project management'],
1585
- fields: [{
1586
- name: 'subdomain',
1587
- label: 'Jira Site Subdomain',
1588
- type: 'string',
1589
- placeholder: 'e.g. nsharcds for nsharcds.atlassian.net',
1590
- description: 'Used to pick the correct site when resolving cloud id from OAuth. Optional if only one Jira site is authorized.',
1591
- required: false,
1592
- defaultValue: '',
1593
- isConfigField: true,
1594
- isSecret: false,
1595
- secretSource: null,
1596
- uiWidget: 'text',
1597
- enumValues: [],
1598
- readOnly: false,
1599
- iconType: '',
1600
- genericType: 'subdomain',
1601
- placement: 'none'
1602
- }, {
1603
- name: 'cloudId',
1604
- label: 'Jira Cloud ID',
1605
- type: 'string',
1606
- placeholder: 'Auto-resolved from OAuth when empty',
1607
- description: 'Atlassian cloud id for 3LO API calls (api.atlassian.com/ex/jira/{cloudId}). Resolved automatically from the access token when omitted.',
1608
- required: false,
1609
- defaultValue: '',
1610
- isConfigField: true,
1611
- isSecret: false,
1612
- secretSource: null,
1613
- uiWidget: 'text',
1614
- enumValues: [],
1615
- readOnly: false,
1616
- iconType: '',
1617
- genericType: 'site_id',
1618
- placement: 'none'
1619
- }, {
1620
- name: 'jira-access-token',
1621
- label: 'Jira Access Token',
1622
- type: 'string',
1623
- placeholder: 'Enter your Jira access token or connect via OAuth',
1624
- description: '',
1625
- required: true,
1626
- defaultValue: '',
1627
- isConfigField: true,
1628
- isSecret: true,
1629
- secretSource: {
1630
- type: ContributeDefaultValueSourceType.Vault,
1631
- secretType: KeyMgmtSecretType.EnvironmentVar,
1632
- secretKey: 'JIRA_ACCESS_TOKEN'
1633
- },
1634
- uiWidget: 'password',
1635
- enumValues: [],
1636
- readOnly: false,
1637
- iconType: '',
1638
- genericType: 'access_token',
1639
- placement: 'header',
1640
- placementKey: 'Authorization'
1641
- }]
1642
- }, {
1643
- id: 'keap',
1644
- title: 'Keap',
1645
- description: 'Keap integration extension',
1646
- providerUrl: 'https://accounts.infusionsoft.com',
1647
- icon: {
1648
- name: 'AiOutlineLock',
1649
- style: {
1650
- fontSize: 'large'
1651
- }
1652
- },
1653
- logo: '_side/thirdparty/logos/keap.svg',
1654
- enabled: true,
1655
- scopes: [],
1656
- authMethods: ['oauth2'],
1657
- categories: ['productivity & project management'],
1658
- fields: [{
1659
- name: 'keap-access-token',
1660
- label: 'Keap Access Token',
1661
- type: 'string',
1662
- placeholder: 'Enter your Keap access token or connect via OAuth',
1663
- description: '',
1664
- required: true,
1665
- defaultValue: '',
1666
- isConfigField: true,
1667
- isSecret: true,
1668
- secretSource: {
1669
- type: ContributeDefaultValueSourceType.Vault,
1670
- secretType: KeyMgmtSecretType.EnvironmentVar,
1671
- secretKey: 'KEAP_ACCESS_TOKEN'
1672
- },
1673
- uiWidget: 'password',
1674
- enumValues: [],
1675
- readOnly: false,
1676
- iconType: '',
1677
- genericType: 'access_token',
1678
- placement: 'header',
1679
- placementKey: 'Authorization'
1680
- }]
1681
- }, {
1682
- id: 'lingva-nex',
1683
- title: 'LingvaNex',
1684
- description: 'LingvaNex integration extension',
1685
- providerUrl: '',
1686
- icon: {
1687
- name: 'AiOutlineApi',
1688
- style: {
1689
- fontSize: 'large'
1690
- }
1691
- },
1692
- logo: '_side/thirdparty/logos/lingva-nex.svg',
1693
- enabled: true,
1694
- scopes: [],
1695
- authMethods: ['api_key'],
1696
- categories: ['productivity & project management'],
1697
- fields: [{
1698
- name: 'lingva-nex-api-key',
1699
- label: 'LingvaNex API Key',
1700
- type: 'string',
1701
- placeholder: 'Enter your LingvaNex API key',
1702
- description: '',
1703
- required: true,
1704
- defaultValue: '',
1705
- isConfigField: true,
1706
- isSecret: true,
1707
- secretSource: {
1708
- type: ContributeDefaultValueSourceType.Vault,
1709
- secretType: KeyMgmtSecretType.EnvironmentVar,
1710
- secretKey: 'LINGVA_NEX_API_KEY'
1711
- },
1712
- uiWidget: 'password',
1713
- enumValues: [],
1714
- readOnly: false,
1715
- iconType: '',
1716
- genericType: 'api_key',
1717
- placement: 'header',
1718
- placementKey: 'Authorization'
1719
- }]
1720
- }, {
1721
- id: 'magento',
1722
- title: 'Magento',
1723
- description: 'Magento integration extension',
1724
- providerUrl: 'https://account.magento.com',
1725
- icon: {
1726
- name: 'AiOutlineLock',
1727
- style: {
1728
- fontSize: 'large'
1729
- }
1730
- },
1731
- logo: '_side/thirdparty/logos/magento.svg',
1732
- enabled: true,
1733
- scopes: [],
1734
- authMethods: ['oauth2'],
1735
- categories: ['productivity & project management'],
1736
- fields: [{
1737
- name: 'magento-access-token',
1738
- label: 'Magento Access Token',
1739
- type: 'string',
1740
- placeholder: 'Enter your Magento access token or connect via OAuth',
1741
- description: '',
1742
- required: true,
1743
- defaultValue: '',
1744
- isConfigField: true,
1745
- isSecret: true,
1746
- secretSource: {
1747
- type: ContributeDefaultValueSourceType.Vault,
1748
- secretType: KeyMgmtSecretType.EnvironmentVar,
1749
- secretKey: 'MAGENTO_ACCESS_TOKEN'
1750
- },
1751
- uiWidget: 'password',
1752
- enumValues: [],
1753
- readOnly: false,
1754
- iconType: '',
1755
- genericType: 'access_token',
1756
- placement: 'header',
1757
- placementKey: 'Authorization'
1758
- }]
1759
- }, {
1760
- id: 'mailgun',
1761
- title: 'Mailgun',
1762
- description: 'Mailgun integration extension',
1763
- providerUrl: 'https://api.mailgun.net',
1764
- icon: {
1765
- name: 'AiOutlineLock',
1766
- style: {
1767
- fontSize: 'large'
1768
- }
1769
- },
1770
- logo: '_side/thirdparty/logos/mailgun.svg',
1771
- enabled: true,
1772
- scopes: [],
1773
- authMethods: ['oauth2'],
1774
- categories: ['productivity & project management'],
1775
- fields: [{
1776
- name: 'mailgun-access-token',
1777
- label: 'Mailgun Access Token',
1778
- type: 'string',
1779
- placeholder: 'Enter your Mailgun access token or connect via OAuth',
1780
- description: '',
1781
- required: true,
1782
- defaultValue: '',
1783
- isConfigField: true,
1784
- isSecret: true,
1785
- secretSource: {
1786
- type: ContributeDefaultValueSourceType.Vault,
1787
- secretType: KeyMgmtSecretType.EnvironmentVar,
1788
- secretKey: 'MAILGUN_ACCESS_TOKEN'
1789
- },
1790
- uiWidget: 'password',
1791
- enumValues: [],
1792
- readOnly: false,
1793
- iconType: '',
1794
- genericType: 'access_token',
1795
- placement: 'header',
1796
- placementKey: 'Authorization'
1797
- }]
1798
- }, {
1799
- id: 'mailjet',
1800
- title: 'Mailjet',
1801
- description: 'Mailjet integration extension',
1802
- providerUrl: 'https://app.mailjet.com',
1803
- icon: {
1804
- name: 'AiOutlineLock',
1805
- style: {
1806
- fontSize: 'large'
1807
- }
1808
- },
1809
- logo: '_side/thirdparty/logos/mailjet.svg',
1810
- enabled: true,
1811
- scopes: [],
1812
- authMethods: ['oauth2'],
1813
- categories: ['productivity & project management'],
1814
- fields: [{
1815
- name: 'mailjet-access-token',
1816
- label: 'Mailjet Access Token',
1817
- type: 'string',
1818
- placeholder: 'Enter your Mailjet access token or connect via OAuth',
1819
- description: '',
1820
- required: true,
1821
- defaultValue: '',
1822
- isConfigField: true,
1823
- isSecret: true,
1824
- secretSource: {
1825
- type: ContributeDefaultValueSourceType.Vault,
1826
- secretType: KeyMgmtSecretType.EnvironmentVar,
1827
- secretKey: 'MAILJET_ACCESS_TOKEN'
1828
- },
1829
- uiWidget: 'password',
1830
- enumValues: [],
1831
- readOnly: false,
1832
- iconType: '',
1833
- genericType: 'access_token',
1834
- placement: 'header',
1835
- placementKey: 'Authorization'
1836
- }]
1837
- }, {
1838
- id: 'mandrill',
1839
- title: 'Mandrill',
1840
- description: 'Mandrill integration extension',
1841
- providerUrl: '',
1842
- icon: {
1843
- name: 'AiOutlineApi',
1844
- style: {
1845
- fontSize: 'large'
1846
- }
1847
- },
1848
- logo: '_side/thirdparty/logos/mandrill.svg',
1849
- enabled: true,
1850
- scopes: [],
1851
- authMethods: ['api_key'],
1852
- categories: ['productivity & project management'],
1853
- fields: [{
1854
- name: 'mandrill-api-key',
1855
- label: 'Mandrill API Key',
1856
- type: 'string',
1857
- placeholder: 'Enter your Mandrill API key',
1858
- description: '',
1859
- required: true,
1860
- defaultValue: '',
1861
- isConfigField: true,
1862
- isSecret: true,
1863
- secretSource: {
1864
- type: ContributeDefaultValueSourceType.Vault,
1865
- secretType: KeyMgmtSecretType.EnvironmentVar,
1866
- secretKey: 'MANDRILL_API_KEY'
1867
- },
1868
- uiWidget: 'password',
1869
- enumValues: [],
1870
- readOnly: false,
1871
- iconType: '',
1872
- genericType: 'api_key',
1873
- placement: 'header',
1874
- placementKey: 'Authorization'
1875
- }]
1876
- }, {
1877
- id: 'matrix',
1878
- title: 'Matrix',
1879
- description: 'Matrix integration extension',
1880
- providerUrl: 'https://matrix.org',
1881
- icon: {
1882
- name: 'AiOutlineLock',
1883
- style: {
1884
- fontSize: 'large'
1885
- }
1886
- },
1887
- logo: '_side/thirdparty/logos/matrix.svg',
1888
- enabled: true,
1889
- scopes: [],
1890
- authMethods: ['oauth2'],
1891
- categories: ['productivity & project management'],
1892
- fields: [{
1893
- name: 'matrix-access-token',
1894
- label: 'Matrix Access Token',
1895
- type: 'string',
1896
- placeholder: 'Enter your Matrix access token or connect via OAuth',
1897
- description: '',
1898
- required: true,
1899
- defaultValue: '',
1900
- isConfigField: true,
1901
- isSecret: true,
1902
- secretSource: {
1903
- type: ContributeDefaultValueSourceType.Vault,
1904
- secretType: KeyMgmtSecretType.EnvironmentVar,
1905
- secretKey: 'MATRIX_ACCESS_TOKEN'
1906
- },
1907
- uiWidget: 'password',
1908
- enumValues: [],
1909
- readOnly: false,
1910
- iconType: '',
1911
- genericType: 'access_token',
1912
- placement: 'header',
1913
- placementKey: 'Authorization'
1914
- }]
1915
- }, {
1916
- id: 'mattermost',
1917
- title: 'Mattermost',
1918
- description: 'Mattermost integration extension',
1919
- providerUrl: 'https://mattermost.com',
1920
- icon: {
1921
- name: 'AiOutlineLock',
1922
- style: {
1923
- fontSize: 'large'
1924
- }
1925
- },
1926
- logo: '_side/thirdparty/logos/mattermost.svg',
1927
- enabled: true,
1928
- scopes: [],
1929
- authMethods: ['oauth2'],
1930
- categories: ['productivity & project management'],
1931
- fields: [{
1932
- name: 'mattermost-access-token',
1933
- label: 'Mattermost Access Token',
1934
- type: 'string',
1935
- placeholder: 'Enter your Mattermost access token or connect via OAuth',
1936
- description: '',
1937
- required: true,
1938
- defaultValue: '',
1939
- isConfigField: true,
1940
- isSecret: true,
1941
- secretSource: {
1942
- type: ContributeDefaultValueSourceType.Vault,
1943
- secretType: KeyMgmtSecretType.EnvironmentVar,
1944
- secretKey: 'MATTERMOST_ACCESS_TOKEN'
1945
- },
1946
- uiWidget: 'password',
1947
- enumValues: [],
1948
- readOnly: false,
1949
- iconType: '',
1950
- genericType: 'access_token',
1951
- placement: 'header',
1952
- placementKey: 'Authorization'
1953
- }]
1954
- }, {
1955
- id: 'mautic',
1956
- title: 'Mautic',
1957
- description: 'Mautic integration extension',
1958
- providerUrl: 'https://www.mautic.org',
1959
- icon: {
1960
- name: 'AiOutlineLock',
1961
- style: {
1962
- fontSize: 'large'
1963
- }
1964
- },
1965
- logo: '_side/thirdparty/logos/mautic.svg',
1966
- enabled: true,
1967
- scopes: [],
1968
- authMethods: ['oauth2'],
1969
- categories: ['productivity & project management'],
1970
- fields: [{
1971
- name: 'mautic-access-token',
1972
- label: 'Mautic Access Token',
1973
- type: 'string',
1974
- placeholder: 'Enter your Mautic access token or connect via OAuth',
1975
- description: '',
1976
- required: true,
1977
- defaultValue: '',
1978
- isConfigField: true,
1979
- isSecret: true,
1980
- secretSource: {
1981
- type: ContributeDefaultValueSourceType.Vault,
1982
- secretType: KeyMgmtSecretType.EnvironmentVar,
1983
- secretKey: 'MAUTIC_ACCESS_TOKEN'
1984
- },
1985
- uiWidget: 'password',
1986
- enumValues: [],
1987
- readOnly: false,
1988
- iconType: '',
1989
- genericType: 'access_token',
1990
- placement: 'header',
1991
- placementKey: 'Authorization'
1992
- }]
1993
- }, {
1994
- id: 'medium',
1995
- title: 'Medium',
1996
- description: 'Medium integration extension',
1997
- providerUrl: 'https://medium.com',
1998
- icon: {
1999
- name: 'AiOutlineLock',
2000
- style: {
2001
- fontSize: 'large'
2002
- }
2003
- },
2004
- logo: '_side/thirdparty/logos/medium.svg',
2005
- enabled: true,
2006
- scopes: [],
2007
- authMethods: ['oauth2'],
2008
- categories: ['productivity & project management'],
2009
- fields: [{
2010
- name: 'medium-access-token',
2011
- label: 'Medium Access Token',
2012
- type: 'string',
2013
- placeholder: 'Enter your Medium access token or connect via OAuth',
2014
- description: '',
2015
- required: true,
2016
- defaultValue: '',
2017
- isConfigField: true,
2018
- isSecret: true,
2019
- secretSource: {
2020
- type: ContributeDefaultValueSourceType.Vault,
2021
- secretType: KeyMgmtSecretType.EnvironmentVar,
2022
- secretKey: 'MEDIUM_ACCESS_TOKEN'
2023
- },
2024
- uiWidget: 'password',
2025
- enumValues: [],
2026
- readOnly: false,
2027
- iconType: '',
2028
- genericType: 'access_token',
2029
- placement: 'header',
2030
- placementKey: 'Authorization'
2031
- }]
2032
- }, {
2033
- id: 'message-bird',
2034
- title: 'MessageBird',
2035
- description: 'MessageBird integration extension',
2036
- providerUrl: 'https://dashboard.messagebird.com',
2037
- icon: {
2038
- name: 'AiOutlineLock',
2039
- style: {
2040
- fontSize: 'large'
2041
- }
2042
- },
2043
- logo: '_side/thirdparty/logos/message-bird.svg',
2044
- enabled: true,
2045
- scopes: [],
2046
- authMethods: ['oauth2'],
2047
- categories: ['productivity & project management'],
2048
- fields: [{
2049
- name: 'message-bird-access-token',
2050
- label: 'MessageBird Access Token',
2051
- type: 'string',
2052
- placeholder: 'Enter your MessageBird access token or connect via OAuth',
2053
- description: '',
2054
- required: true,
2055
- defaultValue: '',
2056
- isConfigField: true,
2057
- isSecret: true,
2058
- secretSource: {
2059
- type: ContributeDefaultValueSourceType.Vault,
2060
- secretType: KeyMgmtSecretType.EnvironmentVar,
2061
- secretKey: 'MESSAGE_BIRD_ACCESS_TOKEN'
2062
- },
2063
- uiWidget: 'password',
2064
- enumValues: [],
2065
- readOnly: false,
2066
- iconType: '',
2067
- genericType: 'access_token',
2068
- placement: 'header',
2069
- placementKey: 'Authorization'
2070
- }]
2071
- }, {
2072
- id: 'microsoft',
2073
- title: 'microsoft',
2074
- description: 'microsoft integration extension',
2075
- providerUrl: '',
2076
- icon: {
2077
- name: 'AiOutlineApi',
2078
- style: {
2079
- fontSize: 'large'
2080
- }
2081
- },
2082
- logo: '_side/thirdparty/logos/microsoft.svg',
2083
- enabled: true,
2084
- scopes: [],
2085
- authMethods: ['api_key'],
2086
- categories: ['productivity & project management'],
2087
- fields: [{
2088
- name: 'microsoft-api-key',
2089
- label: 'microsoft API Key',
2090
- type: 'string',
2091
- placeholder: 'Enter your microsoft API key',
2092
- description: '',
2093
- required: true,
2094
- defaultValue: '',
2095
- isConfigField: true,
2096
- isSecret: true,
2097
- secretSource: {
2098
- type: ContributeDefaultValueSourceType.Vault,
2099
- secretType: KeyMgmtSecretType.EnvironmentVar,
2100
- secretKey: 'MICROSOFT_API_KEY'
2101
- },
2102
- uiWidget: 'password',
2103
- enumValues: [],
2104
- readOnly: false,
2105
- iconType: '',
2106
- genericType: 'api_key',
2107
- placement: 'header',
2108
- placementKey: 'Authorization'
2109
- }]
2110
- }, {
2111
- id: 'mindee',
2112
- title: 'Mindee',
2113
- description: 'Mindee integration extension',
2114
- providerUrl: 'https://app.mindee.com',
2115
- icon: {
2116
- name: 'AiOutlineLock',
2117
- style: {
2118
- fontSize: 'large'
2119
- }
2120
- },
2121
- logo: '_side/thirdparty/logos/mindee.svg',
2122
- enabled: true,
2123
- scopes: [],
2124
- authMethods: ['oauth2'],
2125
- categories: ['productivity & project management'],
2126
- fields: [{
2127
- name: 'mindee-access-token',
2128
- label: 'Mindee Access Token',
2129
- type: 'string',
2130
- placeholder: 'Enter your Mindee access token or connect via OAuth',
2131
- description: '',
2132
- required: true,
2133
- defaultValue: '',
2134
- isConfigField: true,
2135
- isSecret: true,
2136
- secretSource: {
2137
- type: ContributeDefaultValueSourceType.Vault,
2138
- secretType: KeyMgmtSecretType.EnvironmentVar,
2139
- secretKey: 'MINDEE_ACCESS_TOKEN'
2140
- },
2141
- uiWidget: 'password',
2142
- enumValues: [],
2143
- readOnly: false,
2144
- iconType: '',
2145
- genericType: 'access_token',
2146
- placement: 'header',
2147
- placementKey: 'Authorization'
2148
- }]
2149
- }, {
2150
- id: 'misp',
2151
- title: 'Misp',
2152
- description: 'Misp integration extension',
2153
- providerUrl: 'https://www.misp-project.org',
2154
- icon: {
2155
- name: 'AiOutlineLock',
2156
- style: {
2157
- fontSize: 'large'
2158
- }
2159
- },
2160
- logo: '_side/thirdparty/logos/misp.svg',
2161
- enabled: true,
2162
- scopes: [],
2163
- authMethods: ['oauth2'],
2164
- categories: ['productivity & project management'],
2165
- fields: [{
2166
- name: 'misp-access-token',
2167
- label: 'Misp Access Token',
2168
- type: 'string',
2169
- placeholder: 'Enter your Misp access token or connect via OAuth',
2170
- description: '',
2171
- required: true,
2172
- defaultValue: '',
2173
- isConfigField: true,
2174
- isSecret: true,
2175
- secretSource: {
2176
- type: ContributeDefaultValueSourceType.Vault,
2177
- secretType: KeyMgmtSecretType.EnvironmentVar,
2178
- secretKey: 'MISP_ACCESS_TOKEN'
2179
- },
2180
- uiWidget: 'password',
2181
- enumValues: [],
2182
- readOnly: false,
2183
- iconType: '',
2184
- genericType: 'access_token',
2185
- placement: 'header',
2186
- placementKey: 'Authorization'
2187
- }]
2188
- }, {
2189
- id: 'mistral-a-i',
2190
- title: 'MistralAI',
2191
- description: 'MistralAI integration extension',
2192
- providerUrl: 'https://console.mistral.ai',
2193
- icon: {
2194
- name: 'AiOutlineLock',
2195
- style: {
2196
- fontSize: 'large'
2197
- }
2198
- },
2199
- logo: '_side/thirdparty/logos/mistral-a-i.svg',
2200
- enabled: true,
2201
- scopes: [],
2202
- authMethods: ['oauth2'],
2203
- categories: ['productivity & project management'],
2204
- fields: [{
2205
- name: 'mistral-a-i-access-token',
2206
- label: 'MistralAI Access Token',
2207
- type: 'string',
2208
- placeholder: 'Enter your MistralAI access token or connect via OAuth',
2209
- description: '',
2210
- required: true,
2211
- defaultValue: '',
2212
- isConfigField: true,
2213
- isSecret: true,
2214
- secretSource: {
2215
- type: ContributeDefaultValueSourceType.Vault,
2216
- secretType: KeyMgmtSecretType.EnvironmentVar,
2217
- secretKey: 'MISTRAL_A_I_ACCESS_TOKEN'
2218
- },
2219
- uiWidget: 'password',
2220
- enumValues: [],
2221
- readOnly: false,
2222
- iconType: '',
2223
- genericType: 'access_token',
2224
- placement: 'header',
2225
- placementKey: 'Authorization'
2226
- }]
2227
- }, {
2228
- id: 'monday',
2229
- title: 'Monday',
2230
- description: 'Monday integration extension',
2231
- providerUrl: 'https://auth.monday.com',
2232
- icon: {
2233
- name: 'AiOutlineLock',
2234
- style: {
2235
- fontSize: 'large'
2236
- }
2237
- },
2238
- logo: '_side/thirdparty/logos/monday.svg',
2239
- enabled: true,
2240
- scopes: [],
2241
- authMethods: ['oauth2'],
2242
- categories: ['productivity & project management'],
2243
- fields: [{
2244
- name: 'monday-access-token',
2245
- label: 'Monday Access Token',
2246
- type: 'string',
2247
- placeholder: 'Enter your Monday access token or connect via OAuth',
2248
- description: '',
2249
- required: true,
2250
- defaultValue: '',
2251
- isConfigField: true,
2252
- isSecret: true,
2253
- secretSource: {
2254
- type: ContributeDefaultValueSourceType.Vault,
2255
- secretType: KeyMgmtSecretType.EnvironmentVar,
2256
- secretKey: 'MONDAY_ACCESS_TOKEN'
2257
- },
2258
- uiWidget: 'password',
2259
- enumValues: [],
2260
- readOnly: false,
2261
- iconType: '',
2262
- genericType: 'access_token',
2263
- placement: 'header',
2264
- placementKey: 'Authorization'
2265
- }]
2266
- }, {
2267
- id: 'monica-crm',
2268
- title: 'MonicaCrm',
2269
- description: 'MonicaCrm integration extension',
2270
- providerUrl: 'https://www.monicahq.com',
2271
- icon: {
2272
- name: 'AiOutlineLock',
2273
- style: {
2274
- fontSize: 'large'
2275
- }
2276
- },
2277
- logo: '_side/thirdparty/logos/monica-crm.svg',
2278
- enabled: true,
2279
- scopes: [],
2280
- authMethods: ['oauth2'],
2281
- categories: ['productivity & project management'],
2282
- fields: [{
2283
- name: 'monica-crm-access-token',
2284
- label: 'MonicaCrm Access Token',
2285
- type: 'string',
2286
- placeholder: 'Enter your MonicaCrm access token or connect via OAuth',
2287
- description: '',
2288
- required: true,
2289
- defaultValue: '',
2290
- isConfigField: true,
2291
- isSecret: true,
2292
- secretSource: {
2293
- type: ContributeDefaultValueSourceType.Vault,
2294
- secretType: KeyMgmtSecretType.EnvironmentVar,
2295
- secretKey: 'MONICA_CRM_ACCESS_TOKEN'
2296
- },
2297
- uiWidget: 'password',
2298
- enumValues: [],
2299
- readOnly: false,
2300
- iconType: '',
2301
- genericType: 'access_token',
2302
- placement: 'header',
2303
- placementKey: 'Authorization'
2304
- }]
2305
- }, {
2306
- id: 'neon',
2307
- title: 'Neon',
2308
- description: 'Neon integration extension',
2309
- providerUrl: 'https://oauth2.neon.tech',
2310
- icon: {
2311
- name: 'AiOutlineLock',
2312
- style: {
2313
- fontSize: 'large'
2314
- }
2315
- },
2316
- logo: '_side/thirdparty/logos/neon.svg',
2317
- enabled: true,
2318
- scopes: [],
2319
- authMethods: ['oauth2'],
2320
- categories: ['productivity & project management'],
2321
- fields: [{
2322
- name: 'neon-access-token',
2323
- label: 'Neon Access Token',
2324
- type: 'string',
2325
- placeholder: 'Enter your Neon access token or connect via OAuth',
2326
- description: '',
2327
- required: true,
2328
- defaultValue: '',
2329
- isConfigField: true,
2330
- isSecret: true,
2331
- secretSource: {
2332
- type: ContributeDefaultValueSourceType.Vault,
2333
- secretType: KeyMgmtSecretType.EnvironmentVar,
2334
- secretKey: 'NEON_ACCESS_TOKEN'
2335
- },
2336
- uiWidget: 'password',
2337
- enumValues: [],
2338
- readOnly: false,
2339
- iconType: '',
2340
- genericType: 'access_token',
2341
- placement: 'header',
2342
- placementKey: 'Authorization'
2343
- }]
2344
- }, {
2345
- id: 'netlify',
2346
- title: 'Netlify',
2347
- description: 'Netlify integration extension',
2348
- providerUrl: 'https://app.netlify.com',
2349
- icon: {
2350
- name: 'AiOutlineLock',
2351
- style: {
2352
- fontSize: 'large'
2353
- }
2354
- },
2355
- logo: '_side/thirdparty/logos/netlify.svg',
2356
- enabled: true,
2357
- scopes: [],
2358
- authMethods: ['oauth2'],
2359
- categories: ['productivity & project management'],
2360
- fields: [{
2361
- name: 'netlify-access-token',
2362
- label: 'Netlify Access Token',
2363
- type: 'string',
2364
- placeholder: 'Enter your Netlify access token or connect via OAuth',
2365
- description: '',
2366
- required: true,
2367
- defaultValue: '',
2368
- isConfigField: true,
2369
- isSecret: true,
2370
- secretSource: {
2371
- type: ContributeDefaultValueSourceType.Vault,
2372
- secretType: KeyMgmtSecretType.EnvironmentVar,
2373
- secretKey: 'NETLIFY_ACCESS_TOKEN'
2374
- },
2375
- uiWidget: 'password',
2376
- enumValues: [],
2377
- readOnly: false,
2378
- iconType: '',
2379
- genericType: 'access_token',
2380
- placement: 'header',
2381
- placementKey: 'Authorization'
2382
- }]
2383
- }, {
2384
- id: 'next-cloud',
2385
- title: 'NextCloud',
2386
- description: 'NextCloud integration extension',
2387
- providerUrl: 'https://nextcloud.com',
2388
- icon: {
2389
- name: 'AiOutlineLock',
2390
- style: {
2391
- fontSize: 'large'
2392
- }
2393
- },
2394
- logo: '_side/thirdparty/logos/next-cloud.svg',
2395
- enabled: true,
2396
- scopes: [],
2397
- authMethods: ['oauth2'],
2398
- categories: ['productivity & project management'],
2399
- fields: [{
2400
- name: 'next-cloud-access-token',
2401
- label: 'NextCloud Access Token',
2402
- type: 'string',
2403
- placeholder: 'Enter your NextCloud access token or connect via OAuth',
2404
- description: '',
2405
- required: true,
2406
- defaultValue: '',
2407
- isConfigField: true,
2408
- isSecret: true,
2409
- secretSource: {
2410
- type: ContributeDefaultValueSourceType.Vault,
2411
- secretType: KeyMgmtSecretType.EnvironmentVar,
2412
- secretKey: 'NEXT_CLOUD_ACCESS_TOKEN'
2413
- },
2414
- uiWidget: 'password',
2415
- enumValues: [],
2416
- readOnly: false,
2417
- iconType: '',
2418
- genericType: 'access_token',
2419
- placement: 'header',
2420
- placementKey: 'Authorization'
2421
- }]
2422
- }, {
2423
- id: 'okta',
2424
- title: 'Okta',
2425
- description: 'Okta integration extension',
2426
- providerUrl: 'https://okta.com',
2427
- icon: {
2428
- name: 'AiOutlineLock',
2429
- style: {
2430
- fontSize: 'large'
2431
- }
2432
- },
2433
- logo: '_side/thirdparty/logos/okta.svg',
2434
- enabled: true,
2435
- scopes: [],
2436
- authMethods: ['oauth2'],
2437
- categories: ['productivity & project management'],
2438
- fields: [{
2439
- name: 'okta-access-token',
2440
- label: 'Okta Access Token',
2441
- type: 'string',
2442
- placeholder: 'Enter your Okta access token or connect via OAuth',
2443
- description: '',
2444
- required: true,
2445
- defaultValue: '',
2446
- isConfigField: true,
2447
- isSecret: true,
2448
- secretSource: {
2449
- type: ContributeDefaultValueSourceType.Vault,
2450
- secretType: KeyMgmtSecretType.EnvironmentVar,
2451
- secretKey: 'OKTA_ACCESS_TOKEN'
2452
- },
2453
- uiWidget: 'password',
2454
- enumValues: [],
2455
- readOnly: false,
2456
- iconType: '',
2457
- genericType: 'access_token',
2458
- placement: 'header',
2459
- placementKey: 'Authorization'
2460
- }]
2461
- }, {
2462
- id: 'one-simple-api',
2463
- title: 'OneSimpleApi',
2464
- description: 'OneSimpleApi integration extension',
2465
- providerUrl: 'https://onesimpleapi.com',
2466
- icon: {
2467
- name: 'AiOutlineLock',
2468
- style: {
2469
- fontSize: 'large'
2470
- }
2471
- },
2472
- logo: '_side/thirdparty/logos/one-simple-api.svg',
2473
- enabled: true,
2474
- scopes: [],
2475
- authMethods: ['oauth2'],
2476
- categories: ['productivity & project management'],
2477
- fields: [{
2478
- name: 'one-simple-api-access-token',
2479
- label: 'OneSimpleApi Access Token',
2480
- type: 'string',
2481
- placeholder: 'Enter your OneSimpleApi access token or connect via OAuth',
2482
- description: '',
2483
- required: true,
2484
- defaultValue: '',
2485
- isConfigField: true,
2486
- isSecret: true,
2487
- secretSource: {
2488
- type: ContributeDefaultValueSourceType.Vault,
2489
- secretType: KeyMgmtSecretType.EnvironmentVar,
2490
- secretKey: 'ONE_SIMPLE_API_ACCESS_TOKEN'
2491
- },
2492
- uiWidget: 'password',
2493
- enumValues: [],
2494
- readOnly: false,
2495
- iconType: '',
2496
- genericType: 'access_token',
2497
- placement: 'header',
2498
- placementKey: 'Authorization'
2499
- }]
2500
- }, {
2501
- id: 'onfleet',
2502
- title: 'Onfleet',
2503
- description: 'Onfleet integration extension',
2504
- providerUrl: '',
2505
- icon: {
2506
- name: 'AiOutlineApi',
2507
- style: {
2508
- fontSize: 'large'
2509
- }
2510
- },
2511
- logo: '_side/thirdparty/logos/onfleet.svg',
2512
- enabled: true,
2513
- scopes: [],
2514
- authMethods: ['api_key'],
2515
- categories: ['productivity & project management'],
2516
- fields: [{
2517
- name: 'onfleet-api-key',
2518
- label: 'Onfleet API Key',
2519
- type: 'string',
2520
- placeholder: 'Enter your Onfleet API key',
2521
- description: '',
2522
- required: true,
2523
- defaultValue: '',
2524
- isConfigField: true,
2525
- isSecret: true,
2526
- secretSource: {
2527
- type: ContributeDefaultValueSourceType.Vault,
2528
- secretType: KeyMgmtSecretType.EnvironmentVar,
2529
- secretKey: 'ONFLEET_API_KEY'
2530
- },
2531
- uiWidget: 'password',
2532
- enumValues: [],
2533
- readOnly: false,
2534
- iconType: '',
2535
- genericType: 'api_key',
2536
- placement: 'header',
2537
- placementKey: 'Authorization'
2538
- }]
2539
- }, {
2540
- id: 'open-thesaurus',
2541
- title: 'OpenThesaurus',
2542
- description: 'OpenThesaurus integration extension',
2543
- providerUrl: 'https://www.openthesaurus.de',
2544
- icon: {
2545
- name: 'AiOutlineLock',
2546
- style: {
2547
- fontSize: 'large'
2548
- }
2549
- },
2550
- logo: '_side/thirdparty/logos/open-thesaurus.svg',
2551
- enabled: true,
2552
- scopes: [],
2553
- authMethods: ['oauth2'],
2554
- categories: ['productivity & project management'],
2555
- fields: [{
2556
- name: 'open-thesaurus-access-token',
2557
- label: 'OpenThesaurus Access Token',
2558
- type: 'string',
2559
- placeholder: 'Enter your OpenThesaurus access token or connect via OAuth',
2560
- description: '',
2561
- required: true,
2562
- defaultValue: '',
2563
- isConfigField: true,
2564
- isSecret: true,
2565
- secretSource: {
2566
- type: ContributeDefaultValueSourceType.Vault,
2567
- secretType: KeyMgmtSecretType.EnvironmentVar,
2568
- secretKey: 'OPEN_THESAURUS_ACCESS_TOKEN'
2569
- },
2570
- uiWidget: 'password',
2571
- enumValues: [],
2572
- readOnly: false,
2573
- iconType: '',
2574
- genericType: 'access_token',
2575
- placement: 'header',
2576
- placementKey: 'Authorization'
2577
- }]
2578
- }, {
2579
- id: 'oracle',
2580
- title: 'Oracle',
2581
- description: 'Oracle integration extension',
2582
- providerUrl: 'https://login.oraclecloud.com',
2583
- icon: {
2584
- name: 'AiOutlineLock',
2585
- style: {
2586
- fontSize: 'large'
2587
- }
2588
- },
2589
- logo: '_side/thirdparty/logos/oracle.svg',
2590
- enabled: true,
2591
- scopes: [],
2592
- authMethods: ['oauth2'],
2593
- categories: ['productivity & project management'],
2594
- fields: [{
2595
- name: 'oracle-access-token',
2596
- label: 'Oracle Access Token',
2597
- type: 'string',
2598
- placeholder: 'Enter your Oracle access token or connect via OAuth',
2599
- description: '',
2600
- required: true,
2601
- defaultValue: '',
2602
- isConfigField: true,
2603
- isSecret: true,
2604
- secretSource: {
2605
- type: ContributeDefaultValueSourceType.Vault,
2606
- secretType: KeyMgmtSecretType.EnvironmentVar,
2607
- secretKey: 'ORACLE_ACCESS_TOKEN'
2608
- },
2609
- uiWidget: 'password',
2610
- enumValues: [],
2611
- readOnly: false,
2612
- iconType: '',
2613
- genericType: 'access_token',
2614
- placement: 'header',
2615
- placementKey: 'Authorization'
2616
- }]
2617
- }, {
2618
- id: 'orbit',
2619
- title: 'Orbit',
2620
- description: 'Orbit integration extension',
2621
- providerUrl: 'https://orbitlove.com',
2622
- icon: {
2623
- name: 'AiOutlineLock',
2624
- style: {
2625
- fontSize: 'large'
2626
- }
2627
- },
2628
- logo: '_side/thirdparty/logos/orbit.svg',
2629
- enabled: true,
2630
- scopes: [],
2631
- authMethods: ['oauth2'],
2632
- categories: ['productivity & project management'],
2633
- fields: [{
2634
- name: 'orbit-access-token',
2635
- label: 'Orbit Access Token',
2636
- type: 'string',
2637
- placeholder: 'Enter your Orbit access token or connect via OAuth',
2638
- description: '',
2639
- required: true,
2640
- defaultValue: '',
2641
- isConfigField: true,
2642
- isSecret: true,
2643
- secretSource: {
2644
- type: ContributeDefaultValueSourceType.Vault,
2645
- secretType: KeyMgmtSecretType.EnvironmentVar,
2646
- secretKey: 'ORBIT_ACCESS_TOKEN'
2647
- },
2648
- uiWidget: 'password',
2649
- enumValues: [],
2650
- readOnly: false,
2651
- iconType: '',
2652
- genericType: 'access_token',
2653
- placement: 'header',
2654
- placementKey: 'Authorization'
2655
- }]
2656
- }, {
2657
- id: 'oura',
2658
- title: 'Oura',
2659
- description: 'Oura integration extension',
2660
- providerUrl: 'https://cloud.ouraring.com',
2661
- icon: {
2662
- name: 'AiOutlineLock',
2663
- style: {
2664
- fontSize: 'large'
2665
- }
2666
- },
2667
- logo: '_side/thirdparty/logos/oura.svg',
2668
- enabled: true,
2669
- scopes: [],
2670
- authMethods: ['oauth2'],
2671
- categories: ['productivity & project management'],
2672
- fields: [{
2673
- name: 'oura-access-token',
2674
- label: 'Oura Access Token',
2675
- type: 'string',
2676
- placeholder: 'Enter your Oura access token or connect via OAuth',
2677
- description: '',
2678
- required: true,
2679
- defaultValue: '',
2680
- isConfigField: true,
2681
- isSecret: true,
2682
- secretSource: {
2683
- type: ContributeDefaultValueSourceType.Vault,
2684
- secretType: KeyMgmtSecretType.EnvironmentVar,
2685
- secretKey: 'OURA_ACCESS_TOKEN'
2686
- },
2687
- uiWidget: 'password',
2688
- enumValues: [],
2689
- readOnly: false,
2690
- iconType: '',
2691
- genericType: 'access_token',
2692
- placement: 'header',
2693
- placementKey: 'Authorization'
2694
- }]
2695
- }, {
2696
- id: 'paddle',
2697
- title: 'Paddle',
2698
- description: 'Paddle integration extension',
2699
- providerUrl: 'https://vendors.paddle.com',
2700
- icon: {
2701
- name: 'AiOutlineLock',
2702
- style: {
2703
- fontSize: 'large'
2704
- }
2705
- },
2706
- logo: '_side/thirdparty/logos/paddle.svg',
2707
- enabled: true,
2708
- scopes: [],
2709
- authMethods: ['oauth2'],
2710
- categories: ['productivity & project management'],
2711
- fields: [{
2712
- name: 'paddle-access-token',
2713
- label: 'Paddle Access Token',
2714
- type: 'string',
2715
- placeholder: 'Enter your Paddle access token or connect via OAuth',
2716
- description: '',
2717
- required: true,
2718
- defaultValue: '',
2719
- isConfigField: true,
2720
- isSecret: true,
2721
- secretSource: {
2722
- type: ContributeDefaultValueSourceType.Vault,
2723
- secretType: KeyMgmtSecretType.EnvironmentVar,
2724
- secretKey: 'PADDLE_ACCESS_TOKEN'
2725
- },
2726
- uiWidget: 'password',
2727
- enumValues: [],
2728
- readOnly: false,
2729
- iconType: '',
2730
- genericType: 'access_token',
2731
- placement: 'header',
2732
- placementKey: 'Authorization'
2733
- }]
2734
- }, {
2735
- id: 'pay-pal',
2736
- title: 'PayPal',
2737
- description: 'PayPal integration extension',
2738
- providerUrl: 'https://www.paypal.com',
2739
- icon: {
2740
- name: 'AiOutlineLock',
2741
- style: {
2742
- fontSize: 'large'
2743
- }
2744
- },
2745
- logo: '_side/thirdparty/logos/pay-pal.svg',
2746
- enabled: true,
2747
- scopes: [],
2748
- authMethods: ['oauth2'],
2749
- categories: ['productivity & project management'],
2750
- fields: [{
2751
- name: 'pay-pal-access-token',
2752
- label: 'PayPal Access Token',
2753
- type: 'string',
2754
- placeholder: 'Enter your PayPal access token or connect via OAuth',
2755
- description: '',
2756
- required: true,
2757
- defaultValue: '',
2758
- isConfigField: true,
2759
- isSecret: true,
2760
- secretSource: {
2761
- type: ContributeDefaultValueSourceType.Vault,
2762
- secretType: KeyMgmtSecretType.EnvironmentVar,
2763
- secretKey: 'PAY_PAL_ACCESS_TOKEN'
2764
- },
2765
- uiWidget: 'password',
2766
- enumValues: [],
2767
- readOnly: false,
2768
- iconType: '',
2769
- genericType: 'access_token',
2770
- placement: 'header',
2771
- placementKey: 'Authorization'
2772
- }]
2773
- }, {
2774
- id: 'peekalink',
2775
- title: 'Peekalink',
2776
- description: 'Peekalink integration extension',
2777
- providerUrl: 'https://peekalink.io',
2778
- icon: {
2779
- name: 'AiOutlineLock',
2780
- style: {
2781
- fontSize: 'large'
2782
- }
2783
- },
2784
- logo: '_side/thirdparty/logos/peekalink.svg',
2785
- enabled: true,
2786
- scopes: [],
2787
- authMethods: ['oauth2'],
2788
- categories: ['productivity & project management'],
2789
- fields: [{
2790
- name: 'peekalink-access-token',
2791
- label: 'Peekalink Access Token',
2792
- type: 'string',
2793
- placeholder: 'Enter your Peekalink access token or connect via OAuth',
2794
- description: '',
2795
- required: true,
2796
- defaultValue: '',
2797
- isConfigField: true,
2798
- isSecret: true,
2799
- secretSource: {
2800
- type: ContributeDefaultValueSourceType.Vault,
2801
- secretType: KeyMgmtSecretType.EnvironmentVar,
2802
- secretKey: 'PEEKALINK_ACCESS_TOKEN'
2803
- },
2804
- uiWidget: 'password',
2805
- enumValues: [],
2806
- readOnly: false,
2807
- iconType: '',
2808
- genericType: 'access_token',
2809
- placement: 'header',
2810
- placementKey: 'Authorization'
2811
- }]
2812
- }, {
2813
- id: 'plivo',
2814
- title: 'Plivo',
2815
- description: 'Plivo integration extension',
2816
- providerUrl: 'https://console.plivo.com',
2817
- icon: {
2818
- name: 'AiOutlineLock',
2819
- style: {
2820
- fontSize: 'large'
2821
- }
2822
- },
2823
- logo: '_side/thirdparty/logos/plivo.svg',
2824
- enabled: true,
2825
- scopes: [],
2826
- authMethods: ['oauth2'],
2827
- categories: ['productivity & project management'],
2828
- fields: [{
2829
- name: 'plivo-access-token',
2830
- label: 'Plivo Access Token',
2831
- type: 'string',
2832
- placeholder: 'Enter your Plivo access token or connect via OAuth',
2833
- description: '',
2834
- required: true,
2835
- defaultValue: '',
2836
- isConfigField: true,
2837
- isSecret: true,
2838
- secretSource: {
2839
- type: ContributeDefaultValueSourceType.Vault,
2840
- secretType: KeyMgmtSecretType.EnvironmentVar,
2841
- secretKey: 'PLIVO_ACCESS_TOKEN'
2842
- },
2843
- uiWidget: 'password',
2844
- enumValues: [],
2845
- readOnly: false,
2846
- iconType: '',
2847
- genericType: 'access_token',
2848
- placement: 'header',
2849
- placementKey: 'Authorization'
2850
- }]
2851
- }, {
2852
- id: 'posthog',
2853
- title: 'Posthog',
2854
- description: 'Posthog integration extension',
2855
- providerUrl: 'https://posthog.com',
2856
- icon: {
2857
- name: 'AiOutlineLock',
2858
- style: {
2859
- fontSize: 'large'
2860
- }
2861
- },
2862
- logo: '_side/thirdparty/logos/posthog.svg',
2863
- enabled: true,
2864
- scopes: [],
2865
- authMethods: ['oauth2'],
2866
- categories: ['productivity & project management'],
2867
- fields: [{
2868
- name: 'posthog-access-token',
2869
- label: 'Posthog Access Token',
2870
- type: 'string',
2871
- placeholder: 'Enter your Posthog access token or connect via OAuth',
2872
- description: '',
2873
- required: true,
2874
- defaultValue: '',
2875
- isConfigField: true,
2876
- isSecret: true,
2877
- secretSource: {
2878
- type: ContributeDefaultValueSourceType.Vault,
2879
- secretType: KeyMgmtSecretType.EnvironmentVar,
2880
- secretKey: 'POSTHOG_ACCESS_TOKEN'
2881
- },
2882
- uiWidget: 'password',
2883
- enumValues: [],
2884
- readOnly: false,
2885
- iconType: '',
2886
- genericType: 'access_token',
2887
- placement: 'header',
2888
- placementKey: 'Authorization'
2889
- }]
2890
- }, {
2891
- id: 'profit-well',
2892
- title: 'ProfitWell',
2893
- description: 'ProfitWell integration extension',
2894
- providerUrl: 'https://app.profitwell.com',
2895
- icon: {
2896
- name: 'AiOutlineLock',
2897
- style: {
2898
- fontSize: 'large'
2899
- }
2900
- },
2901
- logo: '_side/thirdparty/logos/profit-well.svg',
2902
- enabled: true,
2903
- scopes: [],
2904
- authMethods: ['oauth2'],
2905
- categories: ['productivity & project management'],
2906
- fields: [{
2907
- name: 'profit-well-access-token',
2908
- label: 'ProfitWell Access Token',
2909
- type: 'string',
2910
- placeholder: 'Enter your ProfitWell access token or connect via OAuth',
2911
- description: '',
2912
- required: true,
2913
- defaultValue: '',
2914
- isConfigField: true,
2915
- isSecret: true,
2916
- secretSource: {
2917
- type: ContributeDefaultValueSourceType.Vault,
2918
- secretType: KeyMgmtSecretType.EnvironmentVar,
2919
- secretKey: 'PROFIT_WELL_ACCESS_TOKEN'
2920
- },
2921
- uiWidget: 'password',
2922
- enumValues: [],
2923
- readOnly: false,
2924
- iconType: '',
2925
- genericType: 'access_token',
2926
- placement: 'header',
2927
- placementKey: 'Authorization'
2928
- }]
2929
- }, {
2930
- id: 'pushcut',
2931
- title: 'Pushcut',
2932
- description: 'Pushcut integration extension',
2933
- providerUrl: '',
2934
- icon: {
2935
- name: 'AiOutlineApi',
2936
- style: {
2937
- fontSize: 'large'
2938
- }
2939
- },
2940
- logo: '_side/thirdparty/logos/pushcut.svg',
2941
- enabled: true,
2942
- scopes: [],
2943
- authMethods: ['api_key'],
2944
- categories: ['productivity & project management'],
2945
- fields: [{
2946
- name: 'pushcut-api-key',
2947
- label: 'Pushcut API Key',
2948
- type: 'string',
2949
- placeholder: 'Enter your Pushcut API key',
2950
- description: '',
2951
- required: true,
2952
- defaultValue: '',
2953
- isConfigField: true,
2954
- isSecret: true,
2955
- secretSource: {
2956
- type: ContributeDefaultValueSourceType.Vault,
2957
- secretType: KeyMgmtSecretType.EnvironmentVar,
2958
- secretKey: 'PUSHCUT_API_KEY'
2959
- },
2960
- uiWidget: 'password',
2961
- enumValues: [],
2962
- readOnly: false,
2963
- iconType: '',
2964
- genericType: 'api_key',
2965
- placement: 'header',
2966
- placementKey: 'Authorization'
2967
- }]
2968
- }, {
2969
- id: 'quick-base',
2970
- title: 'QuickBase',
2971
- description: 'QuickBase integration extension',
2972
- providerUrl: 'https://www.quickbase.com',
2973
- icon: {
2974
- name: 'AiOutlineLock',
2975
- style: {
2976
- fontSize: 'large'
2977
- }
2978
- },
2979
- logo: '_side/thirdparty/logos/quick-base.svg',
2980
- enabled: true,
2981
- scopes: [],
2982
- authMethods: ['oauth2'],
2983
- categories: ['productivity & project management'],
2984
- fields: [{
2985
- name: 'quick-base-access-token',
2986
- label: 'QuickBase Access Token',
2987
- type: 'string',
2988
- placeholder: 'Enter your QuickBase access token or connect via OAuth',
2989
- description: '',
2990
- required: true,
2991
- defaultValue: '',
2992
- isConfigField: true,
2993
- isSecret: true,
2994
- secretSource: {
2995
- type: ContributeDefaultValueSourceType.Vault,
2996
- secretType: KeyMgmtSecretType.EnvironmentVar,
2997
- secretKey: 'QUICK_BASE_ACCESS_TOKEN'
2998
- },
2999
- uiWidget: 'password',
3000
- enumValues: [],
3001
- readOnly: false,
3002
- iconType: '',
3003
- genericType: 'access_token',
3004
- placement: 'header',
3005
- placementKey: 'Authorization'
3006
- }]
3007
- }, {
3008
- id: 'raindrop',
3009
- title: 'Raindrop',
3010
- description: 'Raindrop integration extension',
3011
- providerUrl: 'https://api.raindrop.io',
3012
- icon: {
3013
- name: 'AiOutlineLock',
3014
- style: {
3015
- fontSize: 'large'
3016
- }
3017
- },
3018
- logo: '_side/thirdparty/logos/raindrop.svg',
3019
- enabled: true,
3020
- scopes: [],
3021
- authMethods: ['oauth2'],
3022
- categories: ['productivity & project management'],
3023
- fields: [{
3024
- name: 'raindrop-access-token',
3025
- label: 'Raindrop Access Token',
3026
- type: 'string',
3027
- placeholder: 'Enter your Raindrop access token or connect via OAuth',
3028
- description: '',
3029
- required: true,
3030
- defaultValue: '',
3031
- isConfigField: true,
3032
- isSecret: true,
3033
- secretSource: {
3034
- type: ContributeDefaultValueSourceType.Vault,
3035
- secretType: KeyMgmtSecretType.EnvironmentVar,
3036
- secretKey: 'RAINDROP_ACCESS_TOKEN'
3037
- },
3038
- uiWidget: 'password',
3039
- enumValues: [],
3040
- readOnly: false,
3041
- iconType: '',
3042
- genericType: 'access_token',
3043
- placement: 'header',
3044
- placementKey: 'Authorization'
3045
- }]
3046
- }, {
3047
- id: 'rocketchat',
3048
- title: 'Rocketchat',
3049
- description: 'Rocketchat integration extension',
3050
- providerUrl: 'https://rocket.chat',
3051
- icon: {
3052
- name: 'AiOutlineLock',
3053
- style: {
3054
- fontSize: 'large'
3055
- }
3056
- },
3057
- logo: '_side/thirdparty/logos/rocketchat.svg',
3058
- enabled: true,
3059
- scopes: [],
3060
- authMethods: ['oauth2'],
3061
- categories: ['productivity & project management'],
3062
- fields: [{
3063
- name: 'rocketchat-access-token',
3064
- label: 'Rocketchat Access Token',
3065
- type: 'string',
3066
- placeholder: 'Enter your Rocketchat access token or connect via OAuth',
3067
- description: '',
3068
- required: true,
3069
- defaultValue: '',
3070
- isConfigField: true,
3071
- isSecret: true,
3072
- secretSource: {
3073
- type: ContributeDefaultValueSourceType.Vault,
3074
- secretType: KeyMgmtSecretType.EnvironmentVar,
3075
- secretKey: 'ROCKETCHAT_ACCESS_TOKEN'
3076
- },
3077
- uiWidget: 'password',
3078
- enumValues: [],
3079
- readOnly: false,
3080
- iconType: '',
3081
- genericType: 'access_token',
3082
- placement: 'header',
3083
- placementKey: 'Authorization'
3084
- }]
3085
- }, {
3086
- id: 'rundeck',
3087
- title: 'Rundeck',
3088
- description: 'Rundeck integration extension',
3089
- providerUrl: 'https://rundeck.com',
3090
- icon: {
3091
- name: 'AiOutlineLock',
3092
- style: {
3093
- fontSize: 'large'
3094
- }
3095
- },
3096
- logo: '_side/thirdparty/logos/rundeck.svg',
3097
- enabled: true,
3098
- scopes: [],
3099
- authMethods: ['oauth2'],
3100
- categories: ['productivity & project management'],
3101
- fields: [{
3102
- name: 'rundeck-access-token',
3103
- label: 'Rundeck Access Token',
3104
- type: 'string',
3105
- placeholder: 'Enter your Rundeck access token or connect via OAuth',
3106
- description: '',
3107
- required: true,
3108
- defaultValue: '',
3109
- isConfigField: true,
3110
- isSecret: true,
3111
- secretSource: {
3112
- type: ContributeDefaultValueSourceType.Vault,
3113
- secretType: KeyMgmtSecretType.EnvironmentVar,
3114
- secretKey: 'RUNDECK_ACCESS_TOKEN'
3115
- },
3116
- uiWidget: 'password',
3117
- enumValues: [],
3118
- readOnly: false,
3119
- iconType: '',
3120
- genericType: 'access_token',
3121
- placement: 'header',
3122
- placementKey: 'Authorization'
3123
- }]
3124
- }, {
3125
- id: 'salesforce',
3126
- title: 'Salesforce',
3127
- description: 'Salesforce integration extension',
3128
- providerUrl: 'https://login.salesforce.com',
3129
- icon: {
3130
- name: 'AiOutlineLock',
3131
- style: {
3132
- fontSize: 'large'
3133
- }
3134
- },
3135
- logo: '_side/thirdparty/logos/salesforce.svg',
3136
- enabled: true,
3137
- scopes: [],
3138
- authMethods: ['oauth2'],
3139
- categories: ['productivity & project management'],
3140
- fields: [{
3141
- name: 'salesforce-access-token',
3142
- label: 'Salesforce Access Token',
3143
- type: 'string',
3144
- placeholder: 'Enter your Salesforce access token or connect via OAuth',
3145
- description: '',
3146
- required: true,
3147
- defaultValue: '',
3148
- isConfigField: true,
3149
- isSecret: true,
3150
- secretSource: {
3151
- type: ContributeDefaultValueSourceType.Vault,
3152
- secretType: KeyMgmtSecretType.EnvironmentVar,
3153
- secretKey: 'SALESFORCE_ACCESS_TOKEN'
3154
- },
3155
- uiWidget: 'password',
3156
- enumValues: [],
3157
- readOnly: false,
3158
- iconType: '',
3159
- genericType: 'access_token',
3160
- placement: 'header',
3161
- placementKey: 'Authorization'
3162
- }]
3163
- }, {
3164
- id: 'sea-table',
3165
- title: 'SeaTable',
3166
- description: 'SeaTable integration extension',
3167
- providerUrl: 'https://cloud.seatable.io',
3168
- icon: {
3169
- name: 'AiOutlineLock',
3170
- style: {
3171
- fontSize: 'large'
3172
- }
3173
- },
3174
- logo: '_side/thirdparty/logos/sea-table.svg',
3175
- enabled: true,
3176
- scopes: [],
3177
- authMethods: ['oauth2'],
3178
- categories: ['productivity & project management'],
3179
- fields: [{
3180
- name: 'sea-table-access-token',
3181
- label: 'SeaTable Access Token',
3182
- type: 'string',
3183
- placeholder: 'Enter your SeaTable access token or connect via OAuth',
3184
- description: '',
3185
- required: true,
3186
- defaultValue: '',
3187
- isConfigField: true,
3188
- isSecret: true,
3189
- secretSource: {
3190
- type: ContributeDefaultValueSourceType.Vault,
3191
- secretType: KeyMgmtSecretType.EnvironmentVar,
3192
- secretKey: 'SEA_TABLE_ACCESS_TOKEN'
3193
- },
3194
- uiWidget: 'password',
3195
- enumValues: [],
3196
- readOnly: false,
3197
- iconType: '',
3198
- genericType: 'access_token',
3199
- placement: 'header',
3200
- placementKey: 'Authorization'
3201
- }]
3202
- }, {
3203
- id: 'search-api',
3204
- title: 'Search_Api',
3205
- description: 'Search_Api integration extension',
3206
- providerUrl: 'https://www.searchapi.io',
3207
- icon: {
3208
- name: 'AiOutlineLock',
3209
- style: {
3210
- fontSize: 'large'
3211
- }
3212
- },
3213
- logo: '_side/thirdparty/logos/search-api.svg',
3214
- enabled: true,
3215
- scopes: [],
3216
- authMethods: ['oauth2'],
3217
- categories: ['productivity & project management'],
3218
- fields: [{
3219
- name: 'search-api-access-token',
3220
- label: 'Search_Api Access Token',
3221
- type: 'string',
3222
- placeholder: 'Enter your Search_Api access token or connect via OAuth',
3223
- description: '',
3224
- required: true,
3225
- defaultValue: '',
3226
- isConfigField: true,
3227
- isSecret: true,
3228
- secretSource: {
3229
- type: ContributeDefaultValueSourceType.Vault,
3230
- secretType: KeyMgmtSecretType.EnvironmentVar,
3231
- secretKey: 'SEARCH_API_ACCESS_TOKEN'
3232
- },
3233
- uiWidget: 'password',
3234
- enumValues: [],
3235
- readOnly: false,
3236
- iconType: '',
3237
- genericType: 'access_token',
3238
- placement: 'header',
3239
- placementKey: 'Authorization'
3240
- }]
3241
- }, {
3242
- id: 'security-scorecard',
3243
- title: 'SecurityScorecard',
3244
- description: 'SecurityScorecard integration extension',
3245
- providerUrl: '',
3246
- icon: {
3247
- name: 'AiOutlineApi',
3248
- style: {
3249
- fontSize: 'large'
3250
- }
3251
- },
3252
- logo: '_side/thirdparty/logos/security-scorecard.svg',
3253
- enabled: true,
3254
- scopes: [],
3255
- authMethods: ['api_key'],
3256
- categories: ['productivity & project management'],
3257
- fields: [{
3258
- name: 'security-scorecard-api-key',
3259
- label: 'SecurityScorecard API Key',
3260
- type: 'string',
3261
- placeholder: 'Enter your SecurityScorecard API key',
3262
- description: '',
3263
- required: true,
3264
- defaultValue: '',
3265
- isConfigField: true,
3266
- isSecret: true,
3267
- secretSource: {
3268
- type: ContributeDefaultValueSourceType.Vault,
3269
- secretType: KeyMgmtSecretType.EnvironmentVar,
3270
- secretKey: 'SECURITY_SCORECARD_API_KEY'
3271
- },
3272
- uiWidget: 'password',
3273
- enumValues: [],
3274
- readOnly: false,
3275
- iconType: '',
3276
- genericType: 'api_key',
3277
- placement: 'header',
3278
- placementKey: 'Authorization'
3279
- }]
3280
- }, {
3281
- id: 'sendy',
3282
- title: 'Sendy',
3283
- description: 'Sendy integration extension',
3284
- providerUrl: '',
3285
- icon: {
3286
- name: 'AiOutlineApi',
3287
- style: {
3288
- fontSize: 'large'
3289
- }
3290
- },
3291
- logo: '_side/thirdparty/logos/sendy.svg',
3292
- enabled: true,
3293
- scopes: [],
3294
- authMethods: ['api_key'],
3295
- categories: ['productivity & project management'],
3296
- fields: [{
3297
- name: 'sendy-api-key',
3298
- label: 'Sendy API Key',
3299
- type: 'string',
3300
- placeholder: 'Enter your Sendy API key',
3301
- description: '',
3302
- required: true,
3303
- defaultValue: '',
3304
- isConfigField: true,
3305
- isSecret: true,
3306
- secretSource: {
3307
- type: ContributeDefaultValueSourceType.Vault,
3308
- secretType: KeyMgmtSecretType.EnvironmentVar,
3309
- secretKey: 'SENDY_API_KEY'
3310
- },
3311
- uiWidget: 'password',
3312
- enumValues: [],
3313
- readOnly: false,
3314
- iconType: '',
3315
- genericType: 'api_key',
3316
- placement: 'header',
3317
- placementKey: 'Authorization'
3318
- }]
3319
- }, {
3320
- id: 'sentry',
3321
- title: 'Sentry',
3322
- description: 'Sentry integration extension',
3323
- providerUrl: 'https://sentry.io',
3324
- icon: {
3325
- name: 'AiOutlineLock',
3326
- style: {
3327
- fontSize: 'large'
3328
- }
3329
- },
3330
- logo: '_side/thirdparty/logos/sentry.svg',
3331
- enabled: true,
3332
- scopes: [],
3333
- authMethods: ['oauth2'],
3334
- categories: ['productivity & project management'],
3335
- fields: [{
3336
- name: 'sentry-access-token',
3337
- label: 'Sentry Access Token',
3338
- type: 'string',
3339
- placeholder: 'Enter your Sentry access token or connect via OAuth',
3340
- description: '',
3341
- required: true,
3342
- defaultValue: '',
3343
- isConfigField: true,
3344
- isSecret: true,
3345
- secretSource: {
3346
- type: ContributeDefaultValueSourceType.Vault,
3347
- secretType: KeyMgmtSecretType.EnvironmentVar,
3348
- secretKey: 'SENTRY_ACCESS_TOKEN'
3349
- },
3350
- uiWidget: 'password',
3351
- enumValues: [],
3352
- readOnly: false,
3353
- iconType: '',
3354
- genericType: 'access_token',
3355
- placement: 'header',
3356
- placementKey: 'Authorization'
3357
- }]
3358
- }, {
3359
- id: 'shopify',
3360
- title: 'Shopify',
3361
- description: 'Shopify integration extension',
3362
- providerUrl: 'https://accounts.shopify.com',
3363
- icon: {
3364
- name: 'AiOutlineLock',
3365
- style: {
3366
- fontSize: 'large'
3367
- }
3368
- },
3369
- logo: '_side/thirdparty/logos/shopify.svg',
3370
- enabled: true,
3371
- scopes: ['read_orders', 'read_products', 'read_inventory', 'read_customers'],
3372
- authMethods: ['oauth2'],
3373
- categories: ['productivity & project management'],
3374
- fields: [{
3375
- name: 'shopify-access-token',
3376
- label: 'Shopify Access Token',
3377
- type: 'string',
3378
- placeholder: 'Enter your Shopify access token or connect via OAuth',
3379
- description: '',
3380
- required: true,
3381
- defaultValue: '',
3382
- isConfigField: true,
3383
- isSecret: true,
3384
- secretSource: {
3385
- type: ContributeDefaultValueSourceType.Vault,
3386
- secretType: KeyMgmtSecretType.EnvironmentVar,
3387
- secretKey: 'SHOPIFY_ACCESS_TOKEN'
3388
- },
3389
- uiWidget: 'password',
3390
- enumValues: [],
3391
- readOnly: false,
3392
- iconType: '',
3393
- genericType: 'access_token',
3394
- placement: 'header',
3395
- placementKey: 'Authorization'
3396
- }]
3397
- }, {
3398
- id: 'signl4',
3399
- title: 'Signl4',
3400
- description: 'Signl4 integration extension',
3401
- providerUrl: 'https://www.signl4.com',
3402
- icon: {
3403
- name: 'AiOutlineLock',
3404
- style: {
3405
- fontSize: 'large'
3406
- }
3407
- },
3408
- logo: '_side/thirdparty/logos/signl4.svg',
3409
- enabled: true,
3410
- scopes: [],
3411
- authMethods: ['oauth2'],
3412
- categories: ['productivity & project management'],
3413
- fields: [{
3414
- name: 'signl4-access-token',
3415
- label: 'Signl4 Access Token',
3416
- type: 'string',
3417
- placeholder: 'Enter your Signl4 access token or connect via OAuth',
3418
- description: '',
3419
- required: true,
3420
- defaultValue: '',
3421
- isConfigField: true,
3422
- isSecret: true,
3423
- secretSource: {
3424
- type: ContributeDefaultValueSourceType.Vault,
3425
- secretType: KeyMgmtSecretType.EnvironmentVar,
3426
- secretKey: 'SIGNL4_ACCESS_TOKEN'
3427
- },
3428
- uiWidget: 'password',
3429
- enumValues: [],
3430
- readOnly: false,
3431
- iconType: '',
3432
- genericType: 'access_token',
3433
- placement: 'header',
3434
- placementKey: 'Authorization'
3435
- }]
3436
- }, {
3437
- id: 'sms77',
3438
- title: 'Sms77',
3439
- description: 'Sms77 integration extension',
3440
- providerUrl: 'https://www.seven.io',
3441
- icon: {
3442
- name: 'AiOutlineLock',
3443
- style: {
3444
- fontSize: 'large'
3445
- }
3446
- },
3447
- logo: '_side/thirdparty/logos/sms77.svg',
3448
- enabled: true,
3449
- scopes: [],
3450
- authMethods: ['oauth2'],
3451
- categories: ['productivity & project management'],
3452
- fields: [{
3453
- name: 'sms77-access-token',
3454
- label: 'Sms77 Access Token',
3455
- type: 'string',
3456
- placeholder: 'Enter your Sms77 access token or connect via OAuth',
3457
- description: '',
3458
- required: true,
3459
- defaultValue: '',
3460
- isConfigField: true,
3461
- isSecret: true,
3462
- secretSource: {
3463
- type: ContributeDefaultValueSourceType.Vault,
3464
- secretType: KeyMgmtSecretType.EnvironmentVar,
3465
- secretKey: 'SMS77_ACCESS_TOKEN'
3466
- },
3467
- uiWidget: 'password',
3468
- enumValues: [],
3469
- readOnly: false,
3470
- iconType: '',
3471
- genericType: 'access_token',
3472
- placement: 'header',
3473
- placementKey: 'Authorization'
3474
- }]
3475
- }, {
3476
- id: 'splunk',
3477
- title: 'Splunk',
3478
- description: 'Splunk integration extension',
3479
- providerUrl: 'https://splunk.com',
3480
- icon: {
3481
- name: 'AiOutlineLock',
3482
- style: {
3483
- fontSize: 'large'
3484
- }
3485
- },
3486
- logo: '_side/thirdparty/logos/splunk.svg',
3487
- enabled: true,
3488
- scopes: [],
3489
- authMethods: ['oauth2'],
3490
- categories: ['productivity & project management'],
3491
- fields: [{
3492
- name: 'splunk-access-token',
3493
- label: 'Splunk Access Token',
3494
- type: 'string',
3495
- placeholder: 'Enter your Splunk access token or connect via OAuth',
3496
- description: '',
3497
- required: true,
3498
- defaultValue: '',
3499
- isConfigField: true,
3500
- isSecret: true,
3501
- secretSource: {
3502
- type: ContributeDefaultValueSourceType.Vault,
3503
- secretType: KeyMgmtSecretType.EnvironmentVar,
3504
- secretKey: 'SPLUNK_ACCESS_TOKEN'
3505
- },
3506
- uiWidget: 'password',
3507
- enumValues: [],
3508
- readOnly: false,
3509
- iconType: '',
3510
- genericType: 'access_token',
3511
- placement: 'header',
3512
- placementKey: 'Authorization'
3513
- }]
3514
- }, {
3515
- id: 'stackby',
3516
- title: 'Stackby',
3517
- description: 'Stackby integration extension',
3518
- providerUrl: 'https://stackby.com',
3519
- icon: {
3520
- name: 'AiOutlineLock',
3521
- style: {
3522
- fontSize: 'large'
3523
- }
3524
- },
3525
- logo: '_side/thirdparty/logos/stackby.svg',
3526
- enabled: true,
3527
- scopes: [],
3528
- authMethods: ['oauth2'],
3529
- categories: ['productivity & project management'],
3530
- fields: [{
3531
- name: 'stackby-access-token',
3532
- label: 'Stackby Access Token',
3533
- type: 'string',
3534
- placeholder: 'Enter your Stackby access token or connect via OAuth',
3535
- description: '',
3536
- required: true,
3537
- defaultValue: '',
3538
- isConfigField: true,
3539
- isSecret: true,
3540
- secretSource: {
3541
- type: ContributeDefaultValueSourceType.Vault,
3542
- secretType: KeyMgmtSecretType.EnvironmentVar,
3543
- secretKey: 'STACKBY_ACCESS_TOKEN'
3544
- },
3545
- uiWidget: 'password',
3546
- enumValues: [],
3547
- readOnly: false,
3548
- iconType: '',
3549
- genericType: 'access_token',
3550
- placement: 'header',
3551
- placementKey: 'Authorization'
3552
- }]
3553
- }, {
3554
- id: 'strapi',
3555
- title: 'Strapi',
3556
- description: 'Strapi integration extension',
3557
- providerUrl: 'https://strapi.io',
3558
- icon: {
3559
- name: 'AiOutlineLock',
3560
- style: {
3561
- fontSize: 'large'
3562
- }
3563
- },
3564
- logo: '_side/thirdparty/logos/strapi.svg',
3565
- enabled: true,
3566
- scopes: [],
3567
- authMethods: ['oauth2'],
3568
- categories: ['productivity & project management'],
3569
- fields: [{
3570
- name: 'strapi-access-token',
3571
- label: 'Strapi Access Token',
3572
- type: 'string',
3573
- placeholder: 'Enter your Strapi access token or connect via OAuth',
3574
- description: '',
3575
- required: true,
3576
- defaultValue: '',
3577
- isConfigField: true,
3578
- isSecret: true,
3579
- secretSource: {
3580
- type: ContributeDefaultValueSourceType.Vault,
3581
- secretType: KeyMgmtSecretType.EnvironmentVar,
3582
- secretKey: 'STRAPI_ACCESS_TOKEN'
3583
- },
3584
- uiWidget: 'password',
3585
- enumValues: [],
3586
- readOnly: false,
3587
- iconType: '',
3588
- genericType: 'access_token',
3589
- placement: 'header',
3590
- placementKey: 'Authorization'
3591
- }]
3592
- }, {
3593
- id: 'system',
3594
- title: 'System',
3595
- description: 'Local system tools: execute commands, open files with applications, manage files and directories, get environment info.',
3596
- providerUrl: '',
3597
- icon: {
3598
- name: 'AiOutlineApi',
3599
- style: {
3600
- fontSize: 'large'
3601
- }
3602
- },
3603
- logo: '_side/thirdparty/logos/system.svg',
3604
- enabled: true,
3605
- scopes: [],
3606
- authMethods: ['api_key'],
3607
- categories: ['productivity & project management'],
3608
- fields: [{
3609
- name: 'system-api-key',
3610
- label: 'System API Key',
3611
- type: 'string',
3612
- placeholder: 'Enter your System API key',
3613
- description: '',
3614
- required: true,
3615
- defaultValue: '',
3616
- isConfigField: true,
3617
- isSecret: true,
3618
- secretSource: {
3619
- type: ContributeDefaultValueSourceType.Vault,
3620
- secretType: KeyMgmtSecretType.EnvironmentVar,
3621
- secretKey: 'SYSTEM_API_KEY'
3622
- },
3623
- uiWidget: 'password',
3624
- enumValues: [],
3625
- readOnly: false,
3626
- iconType: '',
3627
- genericType: 'api_key',
3628
- placement: 'header',
3629
- placementKey: 'Authorization'
3630
- }]
3631
- }, {
3632
- id: 'syncro-m-s-p',
3633
- title: 'SyncroMSP',
3634
- description: 'SyncroMSP integration extension',
3635
- providerUrl: 'https://syncromsp.com',
3636
- icon: {
3637
- name: 'AiOutlineLock',
3638
- style: {
3639
- fontSize: 'large'
3640
- }
3641
- },
3642
- logo: '_side/thirdparty/logos/syncro-m-s-p.svg',
3643
- enabled: true,
3644
- scopes: [],
3645
- authMethods: ['oauth2'],
3646
- categories: ['productivity & project management'],
3647
- fields: [{
3648
- name: 'syncro-m-s-p-access-token',
3649
- label: 'SyncroMSP Access Token',
3650
- type: 'string',
3651
- placeholder: 'Enter your SyncroMSP access token or connect via OAuth',
3652
- description: '',
3653
- required: true,
3654
- defaultValue: '',
3655
- isConfigField: true,
3656
- isSecret: true,
3657
- secretSource: {
3658
- type: ContributeDefaultValueSourceType.Vault,
3659
- secretType: KeyMgmtSecretType.EnvironmentVar,
3660
- secretKey: 'SYNCRO_M_S_P_ACCESS_TOKEN'
3661
- },
3662
- uiWidget: 'password',
3663
- enumValues: [],
3664
- readOnly: false,
3665
- iconType: '',
3666
- genericType: 'access_token',
3667
- placement: 'header',
3668
- placementKey: 'Authorization'
3669
- }]
3670
- }, {
3671
- id: 'taiga',
3672
- title: 'Taiga',
3673
- description: 'Taiga integration extension',
3674
- providerUrl: 'https://taiga.io',
3675
- icon: {
3676
- name: 'AiOutlineLock',
3677
- style: {
3678
- fontSize: 'large'
3679
- }
3680
- },
3681
- logo: '_side/thirdparty/logos/taiga.svg',
3682
- enabled: true,
3683
- scopes: [],
3684
- authMethods: ['oauth2'],
3685
- categories: ['productivity & project management'],
3686
- fields: [{
3687
- name: 'taiga-access-token',
3688
- label: 'Taiga Access Token',
3689
- type: 'string',
3690
- placeholder: 'Enter your Taiga access token or connect via OAuth',
3691
- description: '',
3692
- required: true,
3693
- defaultValue: '',
3694
- isConfigField: true,
3695
- isSecret: true,
3696
- secretSource: {
3697
- type: ContributeDefaultValueSourceType.Vault,
3698
- secretType: KeyMgmtSecretType.EnvironmentVar,
3699
- secretKey: 'TAIGA_ACCESS_TOKEN'
3700
- },
3701
- uiWidget: 'password',
3702
- enumValues: [],
3703
- readOnly: false,
3704
- iconType: '',
3705
- genericType: 'access_token',
3706
- placement: 'header',
3707
- placementKey: 'Authorization'
3708
- }]
3709
- }, {
3710
- id: 'the-hive',
3711
- title: 'TheHive',
3712
- description: 'TheHive integration extension',
3713
- providerUrl: 'https://thehive-project.org',
3714
- icon: {
3715
- name: 'AiOutlineLock',
3716
- style: {
3717
- fontSize: 'large'
3718
- }
3719
- },
3720
- logo: '_side/thirdparty/logos/the-hive.svg',
3721
- enabled: true,
3722
- scopes: [],
3723
- authMethods: ['oauth2'],
3724
- categories: ['productivity & project management'],
3725
- fields: [{
3726
- name: 'the-hive-access-token',
3727
- label: 'TheHive Access Token',
3728
- type: 'string',
3729
- placeholder: 'Enter your TheHive access token or connect via OAuth',
3730
- description: '',
3731
- required: true,
3732
- defaultValue: '',
3733
- isConfigField: true,
3734
- isSecret: true,
3735
- secretSource: {
3736
- type: ContributeDefaultValueSourceType.Vault,
3737
- secretType: KeyMgmtSecretType.EnvironmentVar,
3738
- secretKey: 'THE_HIVE_ACCESS_TOKEN'
3739
- },
3740
- uiWidget: 'password',
3741
- enumValues: [],
3742
- readOnly: false,
3743
- iconType: '',
3744
- genericType: 'access_token',
3745
- placement: 'header',
3746
- placementKey: 'Authorization'
3747
- }]
3748
- }, {
3749
- id: 'the-hive-project',
3750
- title: 'TheHiveProject',
3751
- description: 'TheHiveProject integration extension',
3752
- providerUrl: 'https://thehive-project.org',
3753
- icon: {
3754
- name: 'AiOutlineLock',
3755
- style: {
3756
- fontSize: 'large'
3757
- }
3758
- },
3759
- logo: '_side/thirdparty/logos/the-hive-project.svg',
3760
- enabled: true,
3761
- scopes: [],
3762
- authMethods: ['oauth2'],
3763
- categories: ['productivity & project management'],
3764
- fields: [{
3765
- name: 'the-hive-project-access-token',
3766
- label: 'TheHiveProject Access Token',
3767
- type: 'string',
3768
- placeholder: 'Enter your TheHiveProject access token or connect via OAuth',
3769
- description: '',
3770
- required: true,
3771
- defaultValue: '',
3772
- isConfigField: true,
3773
- isSecret: true,
3774
- secretSource: {
3775
- type: ContributeDefaultValueSourceType.Vault,
3776
- secretType: KeyMgmtSecretType.EnvironmentVar,
3777
- secretKey: 'THE_HIVE_PROJECT_ACCESS_TOKEN'
3778
- },
3779
- uiWidget: 'password',
3780
- enumValues: [],
3781
- readOnly: false,
3782
- iconType: '',
3783
- genericType: 'access_token',
3784
- placement: 'header',
3785
- placementKey: 'Authorization'
3786
- }]
3787
- }, {
3788
- id: 'todoist',
3789
- title: 'Todoist',
3790
- description: 'Todoist integration extension',
3791
- providerUrl: 'https://todoist.com',
3792
- icon: {
3793
- name: 'AiOutlineLock',
3794
- style: {
3795
- fontSize: 'large'
3796
- }
3797
- },
3798
- logo: '_side/thirdparty/logos/todoist.svg',
3799
- enabled: true,
3800
- scopes: [],
3801
- authMethods: ['oauth2'],
3802
- categories: ['productivity & project management'],
3803
- fields: [{
3804
- name: 'todoist-access-token',
3805
- label: 'Todoist Access Token',
3806
- type: 'string',
3807
- placeholder: 'Enter your Todoist access token or connect via OAuth',
3808
- description: '',
3809
- required: true,
3810
- defaultValue: '',
3811
- isConfigField: true,
3812
- isSecret: true,
3813
- secretSource: {
3814
- type: ContributeDefaultValueSourceType.Vault,
3815
- secretType: KeyMgmtSecretType.EnvironmentVar,
3816
- secretKey: 'TODOIST_ACCESS_TOKEN'
3817
- },
3818
- uiWidget: 'password',
3819
- enumValues: [],
3820
- readOnly: false,
3821
- iconType: '',
3822
- genericType: 'access_token',
3823
- placement: 'header',
3824
- placementKey: 'Authorization'
3825
- }]
3826
- }, {
3827
- id: 'travis-ci',
3828
- title: 'TravisCi',
3829
- description: 'TravisCi integration extension',
3830
- providerUrl: 'https://travis-ci.com',
3831
- icon: {
3832
- name: 'AiOutlineLock',
3833
- style: {
3834
- fontSize: 'large'
3835
- }
3836
- },
3837
- logo: '_side/thirdparty/logos/travis-ci.svg',
3838
- enabled: true,
3839
- scopes: [],
3840
- authMethods: ['oauth2'],
3841
- categories: ['productivity & project management'],
3842
- fields: [{
3843
- name: 'travis-ci-access-token',
3844
- label: 'TravisCi Access Token',
3845
- type: 'string',
3846
- placeholder: 'Enter your TravisCi access token or connect via OAuth',
3847
- description: '',
3848
- required: true,
3849
- defaultValue: '',
3850
- isConfigField: true,
3851
- isSecret: true,
3852
- secretSource: {
3853
- type: ContributeDefaultValueSourceType.Vault,
3854
- secretType: KeyMgmtSecretType.EnvironmentVar,
3855
- secretKey: 'TRAVIS_CI_ACCESS_TOKEN'
3856
- },
3857
- uiWidget: 'password',
3858
- enumValues: [],
3859
- readOnly: false,
3860
- iconType: '',
3861
- genericType: 'access_token',
3862
- placement: 'header',
3863
- placementKey: 'Authorization'
3864
- }]
3865
- }, {
3866
- id: 'twake',
3867
- title: 'Twake',
3868
- description: 'Twake integration extension',
3869
- providerUrl: 'https://twake.app',
3870
- icon: {
3871
- name: 'AiOutlineLock',
3872
- style: {
3873
- fontSize: 'large'
3874
- }
3875
- },
3876
- logo: '_side/thirdparty/logos/twake.svg',
3877
- enabled: true,
3878
- scopes: [],
3879
- authMethods: ['oauth2'],
3880
- categories: ['productivity & project management'],
3881
- fields: [{
3882
- name: 'twake-access-token',
3883
- label: 'Twake Access Token',
3884
- type: 'string',
3885
- placeholder: 'Enter your Twake access token or connect via OAuth',
3886
- description: '',
3887
- required: true,
3888
- defaultValue: '',
3889
- isConfigField: true,
3890
- isSecret: true,
3891
- secretSource: {
3892
- type: ContributeDefaultValueSourceType.Vault,
3893
- secretType: KeyMgmtSecretType.EnvironmentVar,
3894
- secretKey: 'TWAKE_ACCESS_TOKEN'
3895
- },
3896
- uiWidget: 'password',
3897
- enumValues: [],
3898
- readOnly: false,
3899
- iconType: '',
3900
- genericType: 'access_token',
3901
- placement: 'header',
3902
- placementKey: 'Authorization'
3903
- }]
3904
- }, {
3905
- id: 'twilio',
3906
- title: 'Twilio',
3907
- description: 'Twilio integration extension',
3908
- providerUrl: '',
3909
- icon: {
3910
- name: 'AiOutlineApi',
3911
- style: {
3912
- fontSize: 'large'
3913
- }
3914
- },
3915
- logo: '_side/thirdparty/logos/twilio.svg',
3916
- enabled: true,
3917
- scopes: [],
3918
- authMethods: ['api_key'],
3919
- categories: ['productivity & project management'],
3920
- fields: [{
3921
- name: 'twilio-api-key',
3922
- label: 'Twilio API Key',
3923
- type: 'string',
3924
- placeholder: 'Enter your Twilio API key',
3925
- description: '',
3926
- required: true,
3927
- defaultValue: '',
3928
- isConfigField: true,
3929
- isSecret: true,
3930
- secretSource: {
3931
- type: ContributeDefaultValueSourceType.Vault,
3932
- secretType: KeyMgmtSecretType.EnvironmentVar,
3933
- secretKey: 'TWILIO_API_KEY'
3934
- },
3935
- uiWidget: 'password',
3936
- enumValues: [],
3937
- readOnly: false,
3938
- iconType: '',
3939
- genericType: 'api_key',
3940
- placement: 'header',
3941
- placementKey: 'Authorization'
3942
- }]
3943
- }, {
3944
- id: 'twist',
3945
- title: 'Twist',
3946
- description: 'Twist integration extension',
3947
- providerUrl: 'https://twist.com',
3948
- icon: {
3949
- name: 'AiOutlineLock',
3950
- style: {
3951
- fontSize: 'large'
3952
- }
3953
- },
3954
- logo: '_side/thirdparty/logos/twist.svg',
3955
- enabled: true,
3956
- scopes: [],
3957
- authMethods: ['oauth2'],
3958
- categories: ['productivity & project management'],
3959
- fields: [{
3960
- name: 'twist-access-token',
3961
- label: 'Twist Access Token',
3962
- type: 'string',
3963
- placeholder: 'Enter your Twist access token or connect via OAuth',
3964
- description: '',
3965
- required: true,
3966
- defaultValue: '',
3967
- isConfigField: true,
3968
- isSecret: true,
3969
- secretSource: {
3970
- type: ContributeDefaultValueSourceType.Vault,
3971
- secretType: KeyMgmtSecretType.EnvironmentVar,
3972
- secretKey: 'TWIST_ACCESS_TOKEN'
3973
- },
3974
- uiWidget: 'password',
3975
- enumValues: [],
3976
- readOnly: false,
3977
- iconType: '',
3978
- genericType: 'access_token',
3979
- placement: 'header',
3980
- placementKey: 'Authorization'
3981
- }]
3982
- }, {
3983
- id: 'u-proc',
3984
- title: 'UProc',
3985
- description: 'UProc integration extension',
3986
- providerUrl: 'https://uproc.io',
3987
- icon: {
3988
- name: 'AiOutlineLock',
3989
- style: {
3990
- fontSize: 'large'
3991
- }
3992
- },
3993
- logo: '_side/thirdparty/logos/u-proc.svg',
3994
- enabled: true,
3995
- scopes: [],
3996
- authMethods: ['oauth2'],
3997
- categories: ['productivity & project management'],
3998
- fields: [{
3999
- name: 'u-proc-access-token',
4000
- label: 'UProc Access Token',
4001
- type: 'string',
4002
- placeholder: 'Enter your UProc access token or connect via OAuth',
4003
- description: '',
4004
- required: true,
4005
- defaultValue: '',
4006
- isConfigField: true,
4007
- isSecret: true,
4008
- secretSource: {
4009
- type: ContributeDefaultValueSourceType.Vault,
4010
- secretType: KeyMgmtSecretType.EnvironmentVar,
4011
- secretKey: 'U_PROC_ACCESS_TOKEN'
4012
- },
4013
- uiWidget: 'password',
4014
- enumValues: [],
4015
- readOnly: false,
4016
- iconType: '',
4017
- genericType: 'access_token',
4018
- placement: 'header',
4019
- placementKey: 'Authorization'
4020
- }]
4021
- }, {
4022
- id: 'unleashed-software',
4023
- title: 'UnleashedSoftware',
4024
- description: 'UnleashedSoftware integration extension',
4025
- providerUrl: '',
4026
- icon: {
4027
- name: 'AiOutlineApi',
4028
- style: {
4029
- fontSize: 'large'
4030
- }
4031
- },
4032
- logo: '_side/thirdparty/logos/unleashed-software.svg',
4033
- enabled: true,
4034
- scopes: [],
4035
- authMethods: ['api_key'],
4036
- categories: ['productivity & project management'],
4037
- fields: [{
4038
- name: 'unleashed-software-api-key',
4039
- label: 'UnleashedSoftware API Key',
4040
- type: 'string',
4041
- placeholder: 'Enter your UnleashedSoftware API key',
4042
- description: '',
4043
- required: true,
4044
- defaultValue: '',
4045
- isConfigField: true,
4046
- isSecret: true,
4047
- secretSource: {
4048
- type: ContributeDefaultValueSourceType.Vault,
4049
- secretType: KeyMgmtSecretType.EnvironmentVar,
4050
- secretKey: 'UNLEASHED_SOFTWARE_API_KEY'
4051
- },
4052
- uiWidget: 'password',
4053
- enumValues: [],
4054
- readOnly: false,
4055
- iconType: '',
4056
- genericType: 'api_key',
4057
- placement: 'header',
4058
- placementKey: 'Authorization'
4059
- }]
4060
- }, {
4061
- id: 'uplead',
4062
- title: 'Uplead',
4063
- description: 'Uplead integration extension',
4064
- providerUrl: '',
4065
- icon: {
4066
- name: 'AiOutlineApi',
4067
- style: {
4068
- fontSize: 'large'
4069
- }
4070
- },
4071
- logo: '_side/thirdparty/logos/uplead.svg',
4072
- enabled: true,
4073
- scopes: [],
4074
- authMethods: ['api_key'],
4075
- categories: ['productivity & project management'],
4076
- fields: [{
4077
- name: 'uplead-api-key',
4078
- label: 'Uplead API Key',
4079
- type: 'string',
4080
- placeholder: 'Enter your Uplead API key',
4081
- description: '',
4082
- required: true,
4083
- defaultValue: '',
4084
- isConfigField: true,
4085
- isSecret: true,
4086
- secretSource: {
4087
- type: ContributeDefaultValueSourceType.Vault,
4088
- secretType: KeyMgmtSecretType.EnvironmentVar,
4089
- secretKey: 'UPLEAD_API_KEY'
4090
- },
4091
- uiWidget: 'password',
4092
- enumValues: [],
4093
- readOnly: false,
4094
- iconType: '',
4095
- genericType: 'api_key',
4096
- placement: 'header',
4097
- placementKey: 'Authorization'
4098
- }]
4099
- }, {
4100
- id: 'url-scan-io',
4101
- title: 'UrlScanIo',
4102
- description: 'UrlScanIo integration extension',
4103
- providerUrl: 'https://urlscan.io',
4104
- icon: {
4105
- name: 'AiOutlineLock',
4106
- style: {
4107
- fontSize: 'large'
4108
- }
4109
- },
4110
- logo: '_side/thirdparty/logos/url-scan-io.svg',
4111
- enabled: true,
4112
- scopes: [],
4113
- authMethods: ['oauth2'],
4114
- categories: ['productivity & project management'],
4115
- fields: [{
4116
- name: 'url-scan-io-access-token',
4117
- label: 'UrlScanIo Access Token',
4118
- type: 'string',
4119
- placeholder: 'Enter your UrlScanIo access token or connect via OAuth',
4120
- description: '',
4121
- required: true,
4122
- defaultValue: '',
4123
- isConfigField: true,
4124
- isSecret: true,
4125
- secretSource: {
4126
- type: ContributeDefaultValueSourceType.Vault,
4127
- secretType: KeyMgmtSecretType.EnvironmentVar,
4128
- secretKey: 'URL_SCAN_IO_ACCESS_TOKEN'
4129
- },
4130
- uiWidget: 'password',
4131
- enumValues: [],
4132
- readOnly: false,
4133
- iconType: '',
4134
- genericType: 'access_token',
4135
- placement: 'header',
4136
- placementKey: 'Authorization'
4137
- }]
4138
- }, {
4139
- id: 'venafi',
4140
- title: 'Venafi',
4141
- description: 'Venafi integration extension',
4142
- providerUrl: 'https://api.venafi.cloud',
4143
- icon: {
4144
- name: 'AiOutlineLock',
4145
- style: {
4146
- fontSize: 'large'
4147
- }
4148
- },
4149
- logo: '_side/thirdparty/logos/venafi.svg',
4150
- enabled: true,
4151
- scopes: [],
4152
- authMethods: ['oauth2'],
4153
- categories: ['productivity & project management'],
4154
- fields: [{
4155
- name: 'venafi-access-token',
4156
- label: 'Venafi Access Token',
4157
- type: 'string',
4158
- placeholder: 'Enter your Venafi access token or connect via OAuth',
4159
- description: '',
4160
- required: true,
4161
- defaultValue: '',
4162
- isConfigField: true,
4163
- isSecret: true,
4164
- secretSource: {
4165
- type: ContributeDefaultValueSourceType.Vault,
4166
- secretType: KeyMgmtSecretType.EnvironmentVar,
4167
- secretKey: 'VENAFI_ACCESS_TOKEN'
4168
- },
4169
- uiWidget: 'password',
4170
- enumValues: [],
4171
- readOnly: false,
4172
- iconType: '',
4173
- genericType: 'access_token',
4174
- placement: 'header',
4175
- placementKey: 'Authorization'
4176
- }]
4177
- }, {
4178
- id: 'vercel',
4179
- title: 'Vercel',
4180
- description: 'Vercel integration extension',
4181
- providerUrl: 'https://vercel.com',
4182
- icon: {
4183
- name: 'AiOutlineLock',
4184
- style: {
4185
- fontSize: 'large'
4186
- }
4187
- },
4188
- logo: '_side/thirdparty/logos/vercel.svg',
4189
- enabled: true,
4190
- scopes: [],
4191
- authMethods: ['oauth2'],
4192
- categories: ['productivity & project management'],
4193
- fields: [{
4194
- name: 'vercel-access-token',
4195
- label: 'Vercel Access Token',
4196
- type: 'string',
4197
- placeholder: 'Enter your Vercel access token or connect via OAuth',
4198
- description: '',
4199
- required: true,
4200
- defaultValue: '',
4201
- isConfigField: true,
4202
- isSecret: true,
4203
- secretSource: {
4204
- type: ContributeDefaultValueSourceType.Vault,
4205
- secretType: KeyMgmtSecretType.EnvironmentVar,
4206
- secretKey: 'VERCEL_ACCESS_TOKEN'
4207
- },
4208
- uiWidget: 'password',
4209
- enumValues: [],
4210
- readOnly: false,
4211
- iconType: '',
4212
- genericType: 'access_token',
4213
- placement: 'header',
4214
- placementKey: 'Authorization'
4215
- }]
4216
- }, {
4217
- id: 'vero',
4218
- title: 'Vero',
4219
- description: 'Vero integration extension',
4220
- providerUrl: 'https://www.getvero.com',
4221
- icon: {
4222
- name: 'AiOutlineLock',
4223
- style: {
4224
- fontSize: 'large'
4225
- }
4226
- },
4227
- logo: '_side/thirdparty/logos/vero.svg',
4228
- enabled: true,
4229
- scopes: [],
4230
- authMethods: ['oauth2'],
4231
- categories: ['productivity & project management'],
4232
- fields: [{
4233
- name: 'vero-access-token',
4234
- label: 'Vero Access Token',
4235
- type: 'string',
4236
- placeholder: 'Enter your Vero access token or connect via OAuth',
4237
- description: '',
4238
- required: true,
4239
- defaultValue: '',
4240
- isConfigField: true,
4241
- isSecret: true,
4242
- secretSource: {
4243
- type: ContributeDefaultValueSourceType.Vault,
4244
- secretType: KeyMgmtSecretType.EnvironmentVar,
4245
- secretKey: 'VERO_ACCESS_TOKEN'
4246
- },
4247
- uiWidget: 'password',
4248
- enumValues: [],
4249
- readOnly: false,
4250
- iconType: '',
4251
- genericType: 'access_token',
4252
- placement: 'header',
4253
- placementKey: 'Authorization'
4254
- }]
4255
- }, {
4256
- id: 'vonage',
4257
- title: 'Vonage',
4258
- description: 'Vonage integration extension',
4259
- providerUrl: '',
4260
- icon: {
4261
- name: 'AiOutlineApi',
4262
- style: {
4263
- fontSize: 'large'
4264
- }
4265
- },
4266
- logo: '_side/thirdparty/logos/vonage.svg',
4267
- enabled: true,
4268
- scopes: [],
4269
- authMethods: ['api_key'],
4270
- categories: ['productivity & project management'],
4271
- fields: [{
4272
- name: 'vonage-api-key',
4273
- label: 'Vonage API Key',
4274
- type: 'string',
4275
- placeholder: 'Enter your Vonage API key',
4276
- description: '',
4277
- required: true,
4278
- defaultValue: '',
4279
- isConfigField: true,
4280
- isSecret: true,
4281
- secretSource: {
4282
- type: ContributeDefaultValueSourceType.Vault,
4283
- secretType: KeyMgmtSecretType.EnvironmentVar,
4284
- secretKey: 'VONAGE_API_KEY'
4285
- },
4286
- uiWidget: 'password',
4287
- enumValues: [],
4288
- readOnly: false,
4289
- iconType: '',
4290
- genericType: 'api_key',
4291
- placement: 'header',
4292
- placementKey: 'Authorization'
4293
- }]
4294
- }, {
4295
- id: 'woo-commerce',
4296
- title: 'WooCommerce',
4297
- description: 'WooCommerce integration extension',
4298
- providerUrl: 'https://woocommerce.com',
4299
- icon: {
4300
- name: 'AiOutlineLock',
4301
- style: {
4302
- fontSize: 'large'
4303
- }
4304
- },
4305
- logo: '_side/thirdparty/logos/woo-commerce.svg',
4306
- enabled: true,
4307
- scopes: [],
4308
- authMethods: ['oauth2'],
4309
- categories: ['productivity & project management'],
4310
- fields: [{
4311
- name: 'woo-commerce-access-token',
4312
- label: 'WooCommerce Access Token',
4313
- type: 'string',
4314
- placeholder: 'Enter your WooCommerce access token or connect via OAuth',
4315
- description: '',
4316
- required: true,
4317
- defaultValue: '',
4318
- isConfigField: true,
4319
- isSecret: true,
4320
- secretSource: {
4321
- type: ContributeDefaultValueSourceType.Vault,
4322
- secretType: KeyMgmtSecretType.EnvironmentVar,
4323
- secretKey: 'WOO_COMMERCE_ACCESS_TOKEN'
4324
- },
4325
- uiWidget: 'password',
4326
- enumValues: [],
4327
- readOnly: false,
4328
- iconType: '',
4329
- genericType: 'access_token',
4330
- placement: 'header',
4331
- placementKey: 'Authorization'
4332
- }]
4333
- }, {
4334
- id: 'wordpress',
4335
- title: 'Wordpress',
4336
- description: 'Wordpress integration extension',
4337
- providerUrl: 'https://wordpress.com',
4338
- icon: {
4339
- name: 'AiOutlineLock',
4340
- style: {
4341
- fontSize: 'large'
4342
- }
4343
- },
4344
- logo: '_side/thirdparty/logos/wordpress.svg',
4345
- enabled: true,
4346
- scopes: [],
4347
- authMethods: ['oauth2'],
4348
- categories: ['productivity & project management'],
4349
- fields: [{
4350
- name: 'wordpress-access-token',
4351
- label: 'Wordpress Access Token',
4352
- type: 'string',
4353
- placeholder: 'Enter your Wordpress access token or connect via OAuth',
4354
- description: '',
4355
- required: true,
4356
- defaultValue: '',
4357
- isConfigField: true,
4358
- isSecret: true,
4359
- secretSource: {
4360
- type: ContributeDefaultValueSourceType.Vault,
4361
- secretType: KeyMgmtSecretType.EnvironmentVar,
4362
- secretKey: 'WORDPRESS_ACCESS_TOKEN'
4363
- },
4364
- uiWidget: 'password',
4365
- enumValues: [],
4366
- readOnly: false,
4367
- iconType: '',
4368
- genericType: 'access_token',
4369
- placement: 'header',
4370
- placementKey: 'Authorization'
4371
- }]
4372
- }, {
4373
- id: 'wufoo',
4374
- title: 'Wufoo',
4375
- description: 'Wufoo integration extension',
4376
- providerUrl: 'https://www.wufoo.com',
4377
- icon: {
4378
- name: 'AiOutlineLock',
4379
- style: {
4380
- fontSize: 'large'
4381
- }
4382
- },
4383
- logo: '_side/thirdparty/logos/wufoo.svg',
4384
- enabled: true,
4385
- scopes: [],
4386
- authMethods: ['oauth2'],
4387
- categories: ['productivity & project management'],
4388
- fields: [{
4389
- name: 'wufoo-access-token',
4390
- label: 'Wufoo Access Token',
4391
- type: 'string',
4392
- placeholder: 'Enter your Wufoo access token or connect via OAuth',
4393
- description: '',
4394
- required: true,
4395
- defaultValue: '',
4396
- isConfigField: true,
4397
- isSecret: true,
4398
- secretSource: {
4399
- type: ContributeDefaultValueSourceType.Vault,
4400
- secretType: KeyMgmtSecretType.EnvironmentVar,
4401
- secretKey: 'WUFOO_ACCESS_TOKEN'
4402
- },
4403
- uiWidget: 'password',
4404
- enumValues: [],
4405
- readOnly: false,
4406
- iconType: '',
4407
- genericType: 'access_token',
4408
- placement: 'header',
4409
- placementKey: 'Authorization'
4410
- }]
4411
- }, {
4412
- id: 'yourls',
4413
- title: 'Yourls',
4414
- description: 'Yourls integration extension',
4415
- providerUrl: 'https://yourls.org',
4416
- icon: {
4417
- name: 'AiOutlineLock',
4418
- style: {
4419
- fontSize: 'large'
4420
- }
4421
- },
4422
- logo: '_side/thirdparty/logos/yourls.svg',
4423
- enabled: true,
4424
- scopes: [],
4425
- authMethods: ['oauth2'],
4426
- categories: ['productivity & project management'],
4427
- fields: [{
4428
- name: 'yourls-access-token',
4429
- label: 'Yourls Access Token',
4430
- type: 'string',
4431
- placeholder: 'Enter your Yourls access token or connect via OAuth',
4432
- description: '',
4433
- required: true,
4434
- defaultValue: '',
4435
- isConfigField: true,
4436
- isSecret: true,
4437
- secretSource: {
4438
- type: ContributeDefaultValueSourceType.Vault,
4439
- secretType: KeyMgmtSecretType.EnvironmentVar,
4440
- secretKey: 'YOURLS_ACCESS_TOKEN'
4441
- },
4442
- uiWidget: 'password',
4443
- enumValues: [],
4444
- readOnly: false,
4445
- iconType: '',
4446
- genericType: 'access_token',
4447
- placement: 'header',
4448
- placementKey: 'Authorization'
4449
- }]
4450
- }, {
4451
- id: 'zammad',
4452
- title: 'Zammad',
4453
- description: 'Zammad integration extension',
4454
- providerUrl: '',
4455
- icon: {
4456
- name: 'AiOutlineApi',
4457
- style: {
4458
- fontSize: 'large'
4459
- }
4460
- },
4461
- logo: '_side/thirdparty/logos/zammad.svg',
4462
- enabled: true,
4463
- scopes: [],
4464
- authMethods: ['api_key'],
4465
- categories: ['productivity & project management'],
4466
- fields: [{
4467
- name: 'zammad-username',
4468
- label: 'Zammad Username',
4469
- type: 'string',
4470
- placeholder: 'Enter your Zammad username',
4471
- description: '',
4472
- required: true,
4473
- defaultValue: '',
4474
- isConfigField: true,
4475
- isSecret: false,
4476
- secretSource: null,
4477
- uiWidget: 'text',
4478
- enumValues: [],
4479
- readOnly: false,
4480
- iconType: '',
4481
- genericType: 'username'
4482
- }, {
4483
- name: 'zammad-password',
4484
- label: 'Zammad Password',
4485
- type: 'string',
4486
- placeholder: 'Enter your Zammad password',
4487
- description: '',
4488
- required: true,
4489
- defaultValue: '',
4490
- isConfigField: true,
4491
- isSecret: true,
4492
- secretSource: {
4493
- type: ContributeDefaultValueSourceType.Vault,
4494
- secretType: KeyMgmtSecretType.EnvironmentVar,
4495
- secretKey: 'ZAMMAD_PASSWORD'
4496
- },
4497
- uiWidget: 'password',
4498
- enumValues: [],
4499
- readOnly: false,
4500
- iconType: '',
4501
- genericType: 'password'
4502
- }]
4503
- }, {
4504
- id: 'zoom',
4505
- title: 'Zoom',
4506
- description: 'Zoom integration extension',
4507
- providerUrl: 'https://zoom.us',
4508
- icon: {
4509
- name: 'AiOutlineLock',
4510
- style: {
4511
- fontSize: 'large'
4512
- }
4513
- },
4514
- logo: '_side/thirdparty/logos/zoom.svg',
4515
- enabled: true,
4516
- scopes: [],
4517
- authMethods: ['oauth2'],
4518
- categories: ['productivity & project management'],
4519
- fields: [{
4520
- name: 'zoom-access-token',
4521
- label: 'Zoom Access Token',
4522
- type: 'string',
4523
- placeholder: 'Enter your Zoom access token or connect via OAuth',
4524
- description: '',
4525
- required: true,
4526
- defaultValue: '',
4527
- isConfigField: true,
4528
- isSecret: true,
4529
- secretSource: {
4530
- type: ContributeDefaultValueSourceType.Vault,
4531
- secretType: KeyMgmtSecretType.EnvironmentVar,
4532
- secretKey: 'ZOOM_ACCESS_TOKEN'
4533
- },
4534
- uiWidget: 'password',
4535
- enumValues: [],
4536
- readOnly: false,
4537
- iconType: '',
4538
- genericType: 'access_token',
4539
- placement: 'header',
4540
- placementKey: 'Authorization'
4541
- }]
4542
- }];export{connectorsConfig2};//# sourceMappingURL=connectorsConfig2.js.map