@adminide-stack/form-builder-core 5.1.4-alpha.267 → 5.1.4-alpha.277
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.
- package/lib/config/apiConfigTypes.d.ts +3 -0
- package/lib/config/apiConfigTypes.d.ts.map +1 -1
- package/lib/config/apiConfigTypes.js +12 -0
- package/lib/config/apiConfigTypes.js.map +1 -0
- package/lib/config/connectorsConfig.d.ts +12 -2
- package/lib/config/connectorsConfig.d.ts.map +1 -1
- package/lib/config/connectorsConfig.js +265 -180
- package/lib/config/connectorsConfig.js.map +1 -1
- package/lib/config/mcpConnectorConfig.d.ts +2 -2
- package/lib/config/mcpConnectorConfig.d.ts.map +1 -1
- package/lib/config/mcpConnectorConfig.js +36 -18
- package/lib/config/mcpConnectorConfig.js.map +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
|
@@ -25,7 +25,8 @@ const connectorsConfig = [{
|
|
|
25
25
|
logo: '_side/thirdparty/logos/onepassword.svg',
|
|
26
26
|
enabled: true,
|
|
27
27
|
scopes: [],
|
|
28
|
-
authMethods: ['api_key']
|
|
28
|
+
authMethods: ['api_key'],
|
|
29
|
+
categories: ['security & identity tools']
|
|
29
30
|
}, {
|
|
30
31
|
id: '21risk',
|
|
31
32
|
title: '21risk',
|
|
@@ -301,7 +302,7 @@ const connectorsConfig = [{
|
|
|
301
302
|
enabled: true,
|
|
302
303
|
scopes: [],
|
|
303
304
|
authMethods: ['api_key'],
|
|
304
|
-
categories: ['
|
|
305
|
+
categories: ['data & analytics'],
|
|
305
306
|
fields: [{
|
|
306
307
|
name: 'addressfinder-secret',
|
|
307
308
|
label: 'Addressfinder Secret',
|
|
@@ -829,6 +830,11 @@ const connectorsConfig = [{
|
|
|
829
830
|
logo: '_side/thirdparty/logos/airtable.svg',
|
|
830
831
|
enabled: true,
|
|
831
832
|
scopes: ['data.records:read', 'data.records:write', 'schema.bases:read'],
|
|
833
|
+
useCustomOAuthEndpoints: true,
|
|
834
|
+
authorizationUrl: 'https://airtable.com/oauth2/v1/authorize',
|
|
835
|
+
tokenUrl: 'https://airtable.com/oauth2/v1/token',
|
|
836
|
+
revocationUrl: 'https://airtable.com/oauth2/v1/revoke',
|
|
837
|
+
useBasicAuth: true,
|
|
832
838
|
authMethods: ['api_key', 'oauth2'],
|
|
833
839
|
categories: ['productivity & project management'],
|
|
834
840
|
fields: [{
|
|
@@ -1123,7 +1129,8 @@ const connectorsConfig = [{
|
|
|
1123
1129
|
enumValues: [],
|
|
1124
1130
|
readOnly: true,
|
|
1125
1131
|
iconType: 'info'
|
|
1126
|
-
}]
|
|
1132
|
+
}],
|
|
1133
|
+
categories: ['developer tools & devops']
|
|
1127
1134
|
}, {
|
|
1128
1135
|
id: 'all-images-ai',
|
|
1129
1136
|
title: 'All Images AI',
|
|
@@ -1326,7 +1333,8 @@ const connectorsConfig = [{
|
|
|
1326
1333
|
enumValues: [],
|
|
1327
1334
|
readOnly: true,
|
|
1328
1335
|
iconType: 'info'
|
|
1329
|
-
}]
|
|
1336
|
+
}],
|
|
1337
|
+
categories: ['ai & machine learning']
|
|
1330
1338
|
}, {
|
|
1331
1339
|
id: 'ambee',
|
|
1332
1340
|
title: 'Ambee',
|
|
@@ -2148,7 +2156,8 @@ const connectorsConfig = [{
|
|
|
2148
2156
|
enumValues: [],
|
|
2149
2157
|
readOnly: true,
|
|
2150
2158
|
iconType: 'info'
|
|
2151
|
-
}]
|
|
2159
|
+
}],
|
|
2160
|
+
categories: ['ai & machine learning']
|
|
2152
2161
|
}, {
|
|
2153
2162
|
id: 'aryn',
|
|
2154
2163
|
title: 'Aryn',
|
|
@@ -2352,7 +2361,8 @@ const connectorsConfig = [{
|
|
|
2352
2361
|
action: 'trigger-resource',
|
|
2353
2362
|
resourceId: 'assemblyAi',
|
|
2354
2363
|
inngestId: ''
|
|
2355
|
-
}]
|
|
2364
|
+
}],
|
|
2365
|
+
categories: ['ai & machine learning']
|
|
2356
2366
|
}, {
|
|
2357
2367
|
id: 'astica-ai',
|
|
2358
2368
|
title: 'Astica AI',
|
|
@@ -2432,7 +2442,8 @@ const connectorsConfig = [{
|
|
|
2432
2442
|
enumValues: [],
|
|
2433
2443
|
readOnly: true,
|
|
2434
2444
|
iconType: 'info'
|
|
2435
|
-
}]
|
|
2445
|
+
}],
|
|
2446
|
+
categories: ['data & analytics']
|
|
2436
2447
|
}, {
|
|
2437
2448
|
id: 'async-interview',
|
|
2438
2449
|
title: 'Async Interview',
|
|
@@ -2604,7 +2615,8 @@ const connectorsConfig = [{
|
|
|
2604
2615
|
enumValues: [],
|
|
2605
2616
|
readOnly: true,
|
|
2606
2617
|
iconType: 'info'
|
|
2607
|
-
}]
|
|
2618
|
+
}],
|
|
2619
|
+
categories: ['security & identity tools']
|
|
2608
2620
|
}, {
|
|
2609
2621
|
id: 'ayrshare',
|
|
2610
2622
|
title: 'Ayrshare',
|
|
@@ -2738,7 +2750,8 @@ const connectorsConfig = [{
|
|
|
2738
2750
|
enumValues: [],
|
|
2739
2751
|
readOnly: true,
|
|
2740
2752
|
iconType: 'info'
|
|
2741
|
-
}]
|
|
2753
|
+
}],
|
|
2754
|
+
categories: ['ai & machine learning']
|
|
2742
2755
|
}, {
|
|
2743
2756
|
id: 'backendless',
|
|
2744
2757
|
title: 'Backendless',
|
|
@@ -2857,7 +2870,8 @@ const connectorsConfig = [{
|
|
|
2857
2870
|
enumValues: [],
|
|
2858
2871
|
readOnly: true,
|
|
2859
2872
|
iconType: 'info'
|
|
2860
|
-
}]
|
|
2873
|
+
}],
|
|
2874
|
+
categories: ['ai & machine learning']
|
|
2861
2875
|
}, {
|
|
2862
2876
|
id: 'bamboohr',
|
|
2863
2877
|
title: 'BambooHR',
|
|
@@ -2996,7 +3010,7 @@ const connectorsConfig = [{
|
|
|
2996
3010
|
enabled: true,
|
|
2997
3011
|
scopes: [],
|
|
2998
3012
|
authMethods: ['oauth2'],
|
|
2999
|
-
categories: ['productivity & project management'
|
|
3013
|
+
categories: ['productivity & project management']
|
|
3000
3014
|
}, {
|
|
3001
3015
|
id: 'baselinker',
|
|
3002
3016
|
title: 'Baselinker',
|
|
@@ -4386,7 +4400,8 @@ const connectorsConfig = [{
|
|
|
4386
4400
|
enumValues: [],
|
|
4387
4401
|
readOnly: true,
|
|
4388
4402
|
iconType: 'info'
|
|
4389
|
-
}]
|
|
4403
|
+
}],
|
|
4404
|
+
categories: ['data & analytics']
|
|
4390
4405
|
}, {
|
|
4391
4406
|
id: 'breathehr',
|
|
4392
4407
|
title: 'Breathe HR',
|
|
@@ -4402,7 +4417,7 @@ const connectorsConfig = [{
|
|
|
4402
4417
|
enabled: true,
|
|
4403
4418
|
scopes: [],
|
|
4404
4419
|
authMethods: ['api_key'],
|
|
4405
|
-
categories: ['hr & recruiting'
|
|
4420
|
+
categories: ['hr & recruiting'],
|
|
4406
4421
|
fields: [{
|
|
4407
4422
|
name: 'breathe-hr-api-key',
|
|
4408
4423
|
label: 'Breathe HR API Key',
|
|
@@ -4998,7 +5013,8 @@ const connectorsConfig = [{
|
|
|
4998
5013
|
enumValues: [],
|
|
4999
5014
|
readOnly: false,
|
|
5000
5015
|
iconType: ''
|
|
5001
|
-
}]
|
|
5016
|
+
}],
|
|
5017
|
+
categories: ['developer tools & devops']
|
|
5002
5018
|
}, {
|
|
5003
5019
|
id: 'byteforms',
|
|
5004
5020
|
title: 'Byteforms',
|
|
@@ -5611,7 +5627,8 @@ const connectorsConfig = [{
|
|
|
5611
5627
|
enumValues: [],
|
|
5612
5628
|
readOnly: false,
|
|
5613
5629
|
iconType: ''
|
|
5614
|
-
}]
|
|
5630
|
+
}],
|
|
5631
|
+
categories: ['workflow automation']
|
|
5615
5632
|
}, {
|
|
5616
5633
|
id: 'census-bureau',
|
|
5617
5634
|
title: 'Census Bureau',
|
|
@@ -5727,7 +5744,8 @@ const connectorsConfig = [{
|
|
|
5727
5744
|
enumValues: [],
|
|
5728
5745
|
readOnly: true,
|
|
5729
5746
|
iconType: 'info'
|
|
5730
|
-
}]
|
|
5747
|
+
}],
|
|
5748
|
+
categories: ['ai & machine learning']
|
|
5731
5749
|
}, {
|
|
5732
5750
|
id: 'certifier',
|
|
5733
5751
|
title: 'Certifier',
|
|
@@ -6041,7 +6059,8 @@ const connectorsConfig = [{
|
|
|
6041
6059
|
enumValues: [],
|
|
6042
6060
|
readOnly: true,
|
|
6043
6061
|
iconType: 'info'
|
|
6044
|
-
}]
|
|
6062
|
+
}],
|
|
6063
|
+
categories: ['ai & machine learning']
|
|
6045
6064
|
}, {
|
|
6046
6065
|
id: 'cincopa',
|
|
6047
6066
|
title: 'Cincopa',
|
|
@@ -6353,7 +6372,7 @@ const connectorsConfig = [{
|
|
|
6353
6372
|
enabled: true,
|
|
6354
6373
|
scopes: [],
|
|
6355
6374
|
authMethods: ['api_key'],
|
|
6356
|
-
categories: ['marketing & social media'
|
|
6375
|
+
categories: ['marketing & social media'],
|
|
6357
6376
|
fields: [{
|
|
6358
6377
|
name: 'clicksend-username',
|
|
6359
6378
|
label: 'ClickSend Username',
|
|
@@ -6404,7 +6423,7 @@ const connectorsConfig = [{
|
|
|
6404
6423
|
enabled: true,
|
|
6405
6424
|
scopes: [],
|
|
6406
6425
|
authMethods: ['api_key'],
|
|
6407
|
-
categories: ['
|
|
6426
|
+
categories: ['crm'],
|
|
6408
6427
|
fields: [{
|
|
6409
6428
|
name: 'clientary-domain',
|
|
6410
6429
|
label: 'Clientary Domain',
|
|
@@ -6943,7 +6962,7 @@ const connectorsConfig = [{
|
|
|
6943
6962
|
enabled: true,
|
|
6944
6963
|
scopes: [],
|
|
6945
6964
|
authMethods: ['api_key'],
|
|
6946
|
-
categories: ['ai & machine learning'
|
|
6965
|
+
categories: ['ai & machine learning'],
|
|
6947
6966
|
fields: [{
|
|
6948
6967
|
name: 'cody-api-key',
|
|
6949
6968
|
label: 'Cody API Key',
|
|
@@ -7046,7 +7065,8 @@ const connectorsConfig = [{
|
|
|
7046
7065
|
action: 'trigger-resource',
|
|
7047
7066
|
resourceId: 'cohere',
|
|
7048
7067
|
inngestId: ''
|
|
7049
|
-
}]
|
|
7068
|
+
}],
|
|
7069
|
+
categories: ['ai & machine learning']
|
|
7050
7070
|
}, {
|
|
7051
7071
|
id: 'coinbase',
|
|
7052
7072
|
title: 'Coinbase',
|
|
@@ -7326,7 +7346,8 @@ const connectorsConfig = [{
|
|
|
7326
7346
|
enumValues: [],
|
|
7327
7347
|
readOnly: false,
|
|
7328
7348
|
iconType: ''
|
|
7329
|
-
}]
|
|
7349
|
+
}],
|
|
7350
|
+
categories: ['sales & customer support']
|
|
7330
7351
|
}, {
|
|
7331
7352
|
id: 'composio',
|
|
7332
7353
|
title: 'Composio',
|
|
@@ -7487,7 +7508,8 @@ const connectorsConfig = [{
|
|
|
7487
7508
|
enumValues: [],
|
|
7488
7509
|
readOnly: true,
|
|
7489
7510
|
iconType: 'info'
|
|
7490
|
-
}]
|
|
7511
|
+
}],
|
|
7512
|
+
categories: ['collaboration & communication']
|
|
7491
7513
|
}, {
|
|
7492
7514
|
id: 'connecteam',
|
|
7493
7515
|
title: 'Connecteam',
|
|
@@ -7708,7 +7730,8 @@ const connectorsConfig = [{
|
|
|
7708
7730
|
enumValues: [],
|
|
7709
7731
|
readOnly: false,
|
|
7710
7732
|
iconType: ''
|
|
7711
|
-
}]
|
|
7733
|
+
}],
|
|
7734
|
+
categories: ['developer tools & devops']
|
|
7712
7735
|
}, {
|
|
7713
7736
|
id: 'conveyor',
|
|
7714
7737
|
title: 'Conveyor',
|
|
@@ -7890,7 +7913,8 @@ const connectorsConfig = [{
|
|
|
7890
7913
|
enumValues: [],
|
|
7891
7914
|
readOnly: true,
|
|
7892
7915
|
iconType: 'info'
|
|
7893
|
-
}]
|
|
7916
|
+
}],
|
|
7917
|
+
categories: ['data & analytics']
|
|
7894
7918
|
}, {
|
|
7895
7919
|
id: 'countdown-api',
|
|
7896
7920
|
title: 'Countdown API',
|
|
@@ -8029,7 +8053,8 @@ const connectorsConfig = [{
|
|
|
8029
8053
|
enumValues: [],
|
|
8030
8054
|
readOnly: false,
|
|
8031
8055
|
iconType: ''
|
|
8032
|
-
}]
|
|
8056
|
+
}],
|
|
8057
|
+
categories: ['developer tools & devops']
|
|
8033
8058
|
}, {
|
|
8034
8059
|
id: 'crustdata',
|
|
8035
8060
|
title: 'Crustdata',
|
|
@@ -8571,7 +8596,7 @@ const connectorsConfig = [{
|
|
|
8571
8596
|
enabled: true,
|
|
8572
8597
|
scopes: [],
|
|
8573
8598
|
authMethods: ['api_key'],
|
|
8574
|
-
categories: ['analytics & data'
|
|
8599
|
+
categories: ['analytics & data'],
|
|
8575
8600
|
fields: [{
|
|
8576
8601
|
name: 'databox-api-key',
|
|
8577
8602
|
label: 'Databox API Key',
|
|
@@ -8758,7 +8783,8 @@ const connectorsConfig = [{
|
|
|
8758
8783
|
enumValues: [],
|
|
8759
8784
|
readOnly: false,
|
|
8760
8785
|
iconType: ''
|
|
8761
|
-
}]
|
|
8786
|
+
}],
|
|
8787
|
+
categories: ['advertising & marketing']
|
|
8762
8788
|
}, {
|
|
8763
8789
|
id: 'datagma',
|
|
8764
8790
|
title: 'Datagma',
|
|
@@ -8934,7 +8960,7 @@ const connectorsConfig = [{
|
|
|
8934
8960
|
enabled: true,
|
|
8935
8961
|
scopes: [],
|
|
8936
8962
|
authMethods: ['api_key'],
|
|
8937
|
-
categories: ['
|
|
8963
|
+
categories: ['design & creative tools'],
|
|
8938
8964
|
fields: [{
|
|
8939
8965
|
name: 'deepimage-api-key',
|
|
8940
8966
|
label: 'DeepImage API Key',
|
|
@@ -9055,7 +9081,7 @@ const connectorsConfig = [{
|
|
|
9055
9081
|
enabled: true,
|
|
9056
9082
|
scopes: [],
|
|
9057
9083
|
authMethods: ['api_key'],
|
|
9058
|
-
categories: ['
|
|
9084
|
+
categories: ['analytics & data'],
|
|
9059
9085
|
fields: [{
|
|
9060
9086
|
name: 'delighted-api-key',
|
|
9061
9087
|
label: 'Delighted API Key',
|
|
@@ -9647,7 +9673,7 @@ const connectorsConfig = [{
|
|
|
9647
9673
|
enabled: true,
|
|
9648
9674
|
scopes: [],
|
|
9649
9675
|
authMethods: ['api_key'],
|
|
9650
|
-
categories: ['document & file management'
|
|
9676
|
+
categories: ['document & file management'],
|
|
9651
9677
|
fields: [{
|
|
9652
9678
|
name: 'docparser-api-key',
|
|
9653
9679
|
label: 'Docparser API Key',
|
|
@@ -9719,7 +9745,7 @@ const connectorsConfig = [{
|
|
|
9719
9745
|
enabled: true,
|
|
9720
9746
|
scopes: [],
|
|
9721
9747
|
authMethods: ['api_key'],
|
|
9722
|
-
categories: ['document & file management'
|
|
9748
|
+
categories: ['document & file management'],
|
|
9723
9749
|
fields: [{
|
|
9724
9750
|
name: 'docsautomator-api-key',
|
|
9725
9751
|
label: 'Docsautomator API Key',
|
|
@@ -10490,7 +10516,7 @@ const connectorsConfig = [{
|
|
|
10490
10516
|
enabled: true,
|
|
10491
10517
|
scopes: [],
|
|
10492
10518
|
authMethods: ['api_key', 'oauth2'],
|
|
10493
|
-
categories: ['
|
|
10519
|
+
categories: ['marketing & social media'],
|
|
10494
10520
|
fields: [{
|
|
10495
10521
|
name: 'dub-api-key',
|
|
10496
10522
|
label: 'Dub API Key',
|
|
@@ -10651,7 +10677,8 @@ const connectorsConfig = [{
|
|
|
10651
10677
|
enumValues: [],
|
|
10652
10678
|
readOnly: true,
|
|
10653
10679
|
iconType: 'info'
|
|
10654
|
-
}]
|
|
10680
|
+
}],
|
|
10681
|
+
categories: ['data & analytics']
|
|
10655
10682
|
}, {
|
|
10656
10683
|
id: 'dynapictures',
|
|
10657
10684
|
title: 'Dynapictures',
|
|
@@ -10667,7 +10694,7 @@ const connectorsConfig = [{
|
|
|
10667
10694
|
enabled: true,
|
|
10668
10695
|
scopes: [],
|
|
10669
10696
|
authMethods: ['api_key'],
|
|
10670
|
-
categories: ['design & creative tools'
|
|
10697
|
+
categories: ['design & creative tools'],
|
|
10671
10698
|
fields: [{
|
|
10672
10699
|
name: 'dynapictures-api-key',
|
|
10673
10700
|
label: 'Dynapictures API Key',
|
|
@@ -10703,7 +10730,7 @@ const connectorsConfig = [{
|
|
|
10703
10730
|
enabled: true,
|
|
10704
10731
|
scopes: [],
|
|
10705
10732
|
authMethods: ['api_key'],
|
|
10706
|
-
categories: ['developer tools & devops'
|
|
10733
|
+
categories: ['developer tools & devops'],
|
|
10707
10734
|
fields: [{
|
|
10708
10735
|
name: 'e2b-api-key',
|
|
10709
10736
|
label: 'E2B API Key',
|
|
@@ -10754,7 +10781,7 @@ const connectorsConfig = [{
|
|
|
10754
10781
|
enabled: true,
|
|
10755
10782
|
scopes: [],
|
|
10756
10783
|
authMethods: ['api_key'],
|
|
10757
|
-
categories: ['
|
|
10784
|
+
categories: ['document & file management']
|
|
10758
10785
|
}, {
|
|
10759
10786
|
id: 'echtpost',
|
|
10760
10787
|
title: 'Echtpost',
|
|
@@ -10842,7 +10869,7 @@ const connectorsConfig = [{
|
|
|
10842
10869
|
enabled: true,
|
|
10843
10870
|
scopes: [],
|
|
10844
10871
|
authMethods: ['oauth2'],
|
|
10845
|
-
categories: ['document & file management'
|
|
10872
|
+
categories: ['document & file management']
|
|
10846
10873
|
}, {
|
|
10847
10874
|
id: 'elasticsearch-serverless',
|
|
10848
10875
|
title: 'Elastic search severless',
|
|
@@ -10906,7 +10933,8 @@ const connectorsConfig = [{
|
|
|
10906
10933
|
enumValues: [],
|
|
10907
10934
|
readOnly: true,
|
|
10908
10935
|
iconType: 'info'
|
|
10909
|
-
}]
|
|
10936
|
+
}],
|
|
10937
|
+
categories: ['data & analytics']
|
|
10910
10938
|
}, {
|
|
10911
10939
|
id: 'elasticsearch',
|
|
10912
10940
|
title: 'Elasticsearch',
|
|
@@ -11039,7 +11067,7 @@ const connectorsConfig = [{
|
|
|
11039
11067
|
enabled: true,
|
|
11040
11068
|
scopes: [],
|
|
11041
11069
|
authMethods: ['api_key'],
|
|
11042
|
-
categories: ['
|
|
11070
|
+
categories: ['entertainment & media'],
|
|
11043
11071
|
fields: [{
|
|
11044
11072
|
name: 'elevenreader-api-key',
|
|
11045
11073
|
label: 'Elevenreader API Key',
|
|
@@ -11342,7 +11370,7 @@ const connectorsConfig = [{
|
|
|
11342
11370
|
enabled: true,
|
|
11343
11371
|
scopes: [],
|
|
11344
11372
|
authMethods: ['api_key'],
|
|
11345
|
-
categories: ['marketing & social media'
|
|
11373
|
+
categories: ['marketing & social media'],
|
|
11346
11374
|
fields: [{
|
|
11347
11375
|
name: 'engage-api-key',
|
|
11348
11376
|
label: 'Engage API Key',
|
|
@@ -12252,7 +12280,7 @@ const connectorsConfig = [{
|
|
|
12252
12280
|
enabled: true,
|
|
12253
12281
|
scopes: [],
|
|
12254
12282
|
authMethods: ['api_key'],
|
|
12255
|
-
categories: ['ai & machine learning'
|
|
12283
|
+
categories: ['ai & machine learning']
|
|
12256
12284
|
}, {
|
|
12257
12285
|
id: 'faraday',
|
|
12258
12286
|
title: 'Faraday',
|
|
@@ -12268,7 +12296,7 @@ const connectorsConfig = [{
|
|
|
12268
12296
|
enabled: true,
|
|
12269
12297
|
scopes: [],
|
|
12270
12298
|
authMethods: ['api_key'],
|
|
12271
|
-
categories: ['
|
|
12299
|
+
categories: ['ai & machine learning'],
|
|
12272
12300
|
fields: [{
|
|
12273
12301
|
name: 'faraday-api-key',
|
|
12274
12302
|
label: 'Faraday API Key',
|
|
@@ -13010,7 +13038,8 @@ const connectorsConfig = [{
|
|
|
13010
13038
|
action: 'trigger-resource',
|
|
13011
13039
|
resourceId: 'fireworks',
|
|
13012
13040
|
inngestId: ''
|
|
13013
|
-
}]
|
|
13041
|
+
}],
|
|
13042
|
+
categories: ['ai & machine learning']
|
|
13014
13043
|
}, {
|
|
13015
13044
|
id: 'firmao',
|
|
13016
13045
|
title: 'Firmao',
|
|
@@ -13754,7 +13783,7 @@ const connectorsConfig = [{
|
|
|
13754
13783
|
enabled: true,
|
|
13755
13784
|
scopes: [],
|
|
13756
13785
|
authMethods: ['api_key'],
|
|
13757
|
-
categories: ['sales & customer support'
|
|
13786
|
+
categories: ['sales & customer support'],
|
|
13758
13787
|
fields: [{
|
|
13759
13788
|
name: 'freshdesk-account-subdomain',
|
|
13760
13789
|
label: 'Freshdesk Account Subdomain',
|
|
@@ -14346,7 +14375,7 @@ const connectorsConfig = [{
|
|
|
14346
14375
|
enabled: true,
|
|
14347
14376
|
scopes: [],
|
|
14348
14377
|
authMethods: ['api_key'],
|
|
14349
|
-
categories: ['sales & customer support'
|
|
14378
|
+
categories: ['sales & customer support'],
|
|
14350
14379
|
fields: [{
|
|
14351
14380
|
name: 'getprospect-api-key',
|
|
14352
14381
|
label: 'Getprospect API Key',
|
|
@@ -14621,7 +14650,8 @@ const connectorsConfig = [{
|
|
|
14621
14650
|
action: 'trigger-resource',
|
|
14622
14651
|
resourceId: 'github',
|
|
14623
14652
|
inngestId: ''
|
|
14624
|
-
}]
|
|
14653
|
+
}],
|
|
14654
|
+
categories: ['developer tools & devops']
|
|
14625
14655
|
}, {
|
|
14626
14656
|
id: 'gitlab',
|
|
14627
14657
|
title: 'GitLab',
|
|
@@ -15184,7 +15214,8 @@ const connectorsConfig = [{
|
|
|
15184
15214
|
enumValues: [],
|
|
15185
15215
|
readOnly: true,
|
|
15186
15216
|
iconType: 'info'
|
|
15187
|
-
}]
|
|
15217
|
+
}],
|
|
15218
|
+
categories: ['data & analytics']
|
|
15188
15219
|
}, {
|
|
15189
15220
|
id: 'google-maps',
|
|
15190
15221
|
title: 'Google Maps',
|
|
@@ -15418,7 +15449,8 @@ const connectorsConfig = [{
|
|
|
15418
15449
|
enumValues: [],
|
|
15419
15450
|
readOnly: true,
|
|
15420
15451
|
iconType: 'info'
|
|
15421
|
-
}]
|
|
15452
|
+
}],
|
|
15453
|
+
categories: ['ai & machine learning']
|
|
15422
15454
|
}, {
|
|
15423
15455
|
id: 'gorgias',
|
|
15424
15456
|
title: 'Gorgias',
|
|
@@ -15612,7 +15644,8 @@ const connectorsConfig = [{
|
|
|
15612
15644
|
enumValues: [],
|
|
15613
15645
|
readOnly: false,
|
|
15614
15646
|
iconType: ''
|
|
15615
|
-
}]
|
|
15647
|
+
}],
|
|
15648
|
+
categories: ['developer tools & devops']
|
|
15616
15649
|
}, {
|
|
15617
15650
|
id: 'grafbase',
|
|
15618
15651
|
title: 'Grafbase',
|
|
@@ -15883,7 +15916,7 @@ const connectorsConfig = [{
|
|
|
15883
15916
|
enabled: true,
|
|
15884
15917
|
scopes: [],
|
|
15885
15918
|
authMethods: ['api_key'],
|
|
15886
|
-
categories: ['developer tools & devops'
|
|
15919
|
+
categories: ['developer tools & devops'],
|
|
15887
15920
|
fields: [{
|
|
15888
15921
|
name: 'gtmetrix-api-key',
|
|
15889
15922
|
label: 'GTmetrix API Key',
|
|
@@ -16018,7 +16051,7 @@ const connectorsConfig = [{
|
|
|
16018
16051
|
enabled: true,
|
|
16019
16052
|
scopes: [],
|
|
16020
16053
|
authMethods: ['api_key'],
|
|
16021
|
-
categories: ['
|
|
16054
|
+
categories: ['marketing & social media'],
|
|
16022
16055
|
fields: [{
|
|
16023
16056
|
name: 'handwrytten-api-key',
|
|
16024
16057
|
label: 'Handwrytten API Key',
|
|
@@ -16158,7 +16191,7 @@ const connectorsConfig = [{
|
|
|
16158
16191
|
enabled: true,
|
|
16159
16192
|
scopes: [],
|
|
16160
16193
|
authMethods: ['api_key'],
|
|
16161
|
-
categories: ['collaboration & communication'
|
|
16194
|
+
categories: ['collaboration & communication'],
|
|
16162
16195
|
fields: [{
|
|
16163
16196
|
name: 'heartbeat-api-key',
|
|
16164
16197
|
label: 'Heartbeat API Key',
|
|
@@ -16244,7 +16277,8 @@ const connectorsConfig = [{
|
|
|
16244
16277
|
logo: '_side/thirdparty/logos/help_scout.svg',
|
|
16245
16278
|
enabled: true,
|
|
16246
16279
|
scopes: [],
|
|
16247
|
-
authMethods: ['api_key']
|
|
16280
|
+
authMethods: ['api_key'],
|
|
16281
|
+
categories: ['sales & customer support']
|
|
16248
16282
|
}, {
|
|
16249
16283
|
id: 'helpdesk',
|
|
16250
16284
|
title: 'Helpdesk',
|
|
@@ -16417,7 +16451,8 @@ const connectorsConfig = [{
|
|
|
16417
16451
|
enumValues: [],
|
|
16418
16452
|
readOnly: false,
|
|
16419
16453
|
iconType: ''
|
|
16420
|
-
}]
|
|
16454
|
+
}],
|
|
16455
|
+
categories: ['analytics & data']
|
|
16421
16456
|
}, {
|
|
16422
16457
|
id: 'heygen',
|
|
16423
16458
|
title: 'HeyGen',
|
|
@@ -16505,7 +16540,7 @@ const connectorsConfig = [{
|
|
|
16505
16540
|
enabled: true,
|
|
16506
16541
|
scopes: [],
|
|
16507
16542
|
authMethods: ['api_key'],
|
|
16508
|
-
categories: ['
|
|
16543
|
+
categories: ['collaboration & communication'],
|
|
16509
16544
|
fields: [{
|
|
16510
16545
|
name: 'heyy-api-token',
|
|
16511
16546
|
label: 'Heyy API Token',
|
|
@@ -17205,7 +17240,8 @@ const connectorsConfig = [{
|
|
|
17205
17240
|
enumValues: [],
|
|
17206
17241
|
readOnly: true,
|
|
17207
17242
|
iconType: 'info'
|
|
17208
|
-
}]
|
|
17243
|
+
}],
|
|
17244
|
+
categories: ['ai & machine learning']
|
|
17209
17245
|
}, {
|
|
17210
17246
|
id: 'ibm-x-force-exchange',
|
|
17211
17247
|
title: 'IBM X-Force Exchange',
|
|
@@ -17945,7 +17981,8 @@ const connectorsConfig = [{
|
|
|
17945
17981
|
action: 'trigger-resource',
|
|
17946
17982
|
resourceId: 'jinaAi',
|
|
17947
17983
|
inngestId: ''
|
|
17948
|
-
}]
|
|
17984
|
+
}],
|
|
17985
|
+
categories: ['ai & machine learning']
|
|
17949
17986
|
}, {
|
|
17950
17987
|
id: 'jobnimbus',
|
|
17951
17988
|
title: 'JobNimbus',
|
|
@@ -18333,7 +18370,8 @@ const connectorsConfig = [{
|
|
|
18333
18370
|
enumValues: [],
|
|
18334
18371
|
readOnly: false,
|
|
18335
18372
|
iconType: ''
|
|
18336
|
-
}]
|
|
18373
|
+
}],
|
|
18374
|
+
categories: ['advertising & marketing']
|
|
18337
18375
|
}, {
|
|
18338
18376
|
id: 'kibana',
|
|
18339
18377
|
title: 'Kibana',
|
|
@@ -18508,7 +18546,7 @@ const connectorsConfig = [{
|
|
|
18508
18546
|
enabled: true,
|
|
18509
18547
|
scopes: [],
|
|
18510
18548
|
authMethods: ['api_key'],
|
|
18511
|
-
categories: ['analytics & data'
|
|
18549
|
+
categories: ['analytics & data'],
|
|
18512
18550
|
fields: [{
|
|
18513
18551
|
name: 'klazify-api-key',
|
|
18514
18552
|
label: 'Klazify API Key',
|
|
@@ -18746,7 +18784,7 @@ const connectorsConfig = [{
|
|
|
18746
18784
|
enabled: true,
|
|
18747
18785
|
scopes: [],
|
|
18748
18786
|
authMethods: ['api_key'],
|
|
18749
|
-
categories: ['sales & customer support'
|
|
18787
|
+
categories: ['sales & customer support'],
|
|
18750
18788
|
fields: [{
|
|
18751
18789
|
name: 'la-growth-machine-api-key',
|
|
18752
18790
|
label: 'La Growth Machine API Key',
|
|
@@ -18918,7 +18956,8 @@ const connectorsConfig = [{
|
|
|
18918
18956
|
enumValues: [],
|
|
18919
18957
|
readOnly: true,
|
|
18920
18958
|
iconType: 'info'
|
|
18921
|
-
}]
|
|
18959
|
+
}],
|
|
18960
|
+
categories: ['ai & machine learning']
|
|
18922
18961
|
}, {
|
|
18923
18962
|
id: 'langsmith',
|
|
18924
18963
|
title: 'Langsmith',
|
|
@@ -18998,7 +19037,8 @@ const connectorsConfig = [{
|
|
|
18998
19037
|
action: 'trigger-resource',
|
|
18999
19038
|
resourceId: 'langsmith',
|
|
19000
19039
|
inngestId: ''
|
|
19001
|
-
}]
|
|
19040
|
+
}],
|
|
19041
|
+
categories: ['ai & machine learning']
|
|
19002
19042
|
}, {
|
|
19003
19043
|
id: 'langwatch',
|
|
19004
19044
|
title: 'LangWatch',
|
|
@@ -19047,7 +19087,8 @@ const connectorsConfig = [{
|
|
|
19047
19087
|
enumValues: [],
|
|
19048
19088
|
readOnly: true,
|
|
19049
19089
|
iconType: 'info'
|
|
19050
|
-
}]
|
|
19090
|
+
}],
|
|
19091
|
+
categories: ['ai & machine learning']
|
|
19051
19092
|
}, {
|
|
19052
19093
|
id: 'laposta',
|
|
19053
19094
|
title: 'Laposta',
|
|
@@ -19115,7 +19156,7 @@ const connectorsConfig = [{
|
|
|
19115
19156
|
enabled: true,
|
|
19116
19157
|
scopes: [],
|
|
19117
19158
|
authMethods: ['api_key'],
|
|
19118
|
-
categories: ['
|
|
19159
|
+
categories: ['sales & customer support'],
|
|
19119
19160
|
fields: [{
|
|
19120
19161
|
name: 'leadboxer-api-key',
|
|
19121
19162
|
label: 'LeadBoxer API Key',
|
|
@@ -19253,7 +19294,7 @@ const connectorsConfig = [{
|
|
|
19253
19294
|
enabled: true,
|
|
19254
19295
|
scopes: [],
|
|
19255
19296
|
authMethods: ['api_key'],
|
|
19256
|
-
categories: ['
|
|
19297
|
+
categories: ['collaboration & communication'],
|
|
19257
19298
|
fields: [{
|
|
19258
19299
|
name: 'leexi-api-key-id',
|
|
19259
19300
|
label: 'Leexi API Key ID',
|
|
@@ -19623,7 +19664,8 @@ const connectorsConfig = [{
|
|
|
19623
19664
|
logo: '_side/thirdparty/logos/linkedin_ads.svg',
|
|
19624
19665
|
enabled: true,
|
|
19625
19666
|
scopes: [],
|
|
19626
|
-
authMethods: ['api_key']
|
|
19667
|
+
authMethods: ['api_key'],
|
|
19668
|
+
categories: ['advertising & marketing']
|
|
19627
19669
|
}, {
|
|
19628
19670
|
id: 'linkhut',
|
|
19629
19671
|
title: 'Linkhut',
|
|
@@ -19850,7 +19892,7 @@ const connectorsConfig = [{
|
|
|
19850
19892
|
enabled: true,
|
|
19851
19893
|
scopes: [],
|
|
19852
19894
|
authMethods: ['api_key'],
|
|
19853
|
-
categories: ['
|
|
19895
|
+
categories: ['document & file management'],
|
|
19854
19896
|
fields: [{
|
|
19855
19897
|
name: 'llmwhisperer-region',
|
|
19856
19898
|
label: 'LLMWhisperer Region',
|
|
@@ -20021,7 +20063,8 @@ const connectorsConfig = [{
|
|
|
20021
20063
|
enumValues: [],
|
|
20022
20064
|
readOnly: true,
|
|
20023
20065
|
iconType: 'info'
|
|
20024
|
-
}]
|
|
20066
|
+
}],
|
|
20067
|
+
categories: ['ai & machine learning']
|
|
20025
20068
|
}, {
|
|
20026
20069
|
id: 'lodgify',
|
|
20027
20070
|
title: 'Lodgify',
|
|
@@ -20125,7 +20168,7 @@ const connectorsConfig = [{
|
|
|
20125
20168
|
enabled: true,
|
|
20126
20169
|
scopes: [],
|
|
20127
20170
|
authMethods: ['api_key'],
|
|
20128
|
-
categories: ['
|
|
20171
|
+
categories: ['marketing & social media']
|
|
20129
20172
|
}, {
|
|
20130
20173
|
id: 'loyverse',
|
|
20131
20174
|
title: 'Loyverse',
|
|
@@ -20225,7 +20268,8 @@ const connectorsConfig = [{
|
|
|
20225
20268
|
enumValues: [],
|
|
20226
20269
|
readOnly: true,
|
|
20227
20270
|
iconType: 'info'
|
|
20228
|
-
}]
|
|
20271
|
+
}],
|
|
20272
|
+
categories: ['ai & machine learning']
|
|
20229
20273
|
}, {
|
|
20230
20274
|
id: 'lusha',
|
|
20231
20275
|
title: 'Lusha',
|
|
@@ -20260,7 +20304,8 @@ const connectorsConfig = [{
|
|
|
20260
20304
|
enumValues: [],
|
|
20261
20305
|
readOnly: false,
|
|
20262
20306
|
iconType: ''
|
|
20263
|
-
}]
|
|
20307
|
+
}],
|
|
20308
|
+
categories: ['sales & customer support']
|
|
20264
20309
|
}, {
|
|
20265
20310
|
id: 'magnetic',
|
|
20266
20311
|
title: 'Magnetic',
|
|
@@ -20487,7 +20532,7 @@ const connectorsConfig = [{
|
|
|
20487
20532
|
enabled: true,
|
|
20488
20533
|
scopes: [],
|
|
20489
20534
|
authMethods: ['api_key'],
|
|
20490
|
-
categories: ['marketing & social media'
|
|
20535
|
+
categories: ['marketing & social media'],
|
|
20491
20536
|
fields: [{
|
|
20492
20537
|
name: 'mailercloud-api-key',
|
|
20493
20538
|
label: 'Mailercloud API Key',
|
|
@@ -20842,7 +20887,7 @@ const connectorsConfig = [{
|
|
|
20842
20887
|
enabled: true,
|
|
20843
20888
|
scopes: [],
|
|
20844
20889
|
authMethods: ['api_key'],
|
|
20845
|
-
categories: ['
|
|
20890
|
+
categories: ['finance & accounting'],
|
|
20846
20891
|
fields: [{
|
|
20847
20892
|
name: 'marketstack-api-access-key',
|
|
20848
20893
|
label: 'Marketstack API Access Key',
|
|
@@ -20977,7 +21022,8 @@ const connectorsConfig = [{
|
|
|
20977
21022
|
enumValues: [],
|
|
20978
21023
|
readOnly: true,
|
|
20979
21024
|
iconType: 'info'
|
|
20980
|
-
}]
|
|
21025
|
+
}],
|
|
21026
|
+
categories: ['data & analytics']
|
|
20981
21027
|
}, {
|
|
20982
21028
|
id: 'melo',
|
|
20983
21029
|
title: 'Melo',
|
|
@@ -21463,7 +21509,8 @@ const connectorsConfig = [{
|
|
|
21463
21509
|
enumValues: [],
|
|
21464
21510
|
readOnly: true,
|
|
21465
21511
|
iconType: 'info'
|
|
21466
|
-
}]
|
|
21512
|
+
}],
|
|
21513
|
+
categories: ['ai & machine learning']
|
|
21467
21514
|
}, {
|
|
21468
21515
|
id: 'minerstat',
|
|
21469
21516
|
title: 'Minerstat',
|
|
@@ -21631,7 +21678,8 @@ const connectorsConfig = [{
|
|
|
21631
21678
|
action: 'trigger-resource',
|
|
21632
21679
|
resourceId: 'mistral',
|
|
21633
21680
|
inngestId: ''
|
|
21634
|
-
}]
|
|
21681
|
+
}],
|
|
21682
|
+
categories: ['ai & machine learning']
|
|
21635
21683
|
}, {
|
|
21636
21684
|
id: 'mixmax',
|
|
21637
21685
|
title: 'Mixmax',
|
|
@@ -21647,7 +21695,7 @@ const connectorsConfig = [{
|
|
|
21647
21695
|
enabled: true,
|
|
21648
21696
|
scopes: [],
|
|
21649
21697
|
authMethods: ['api_key'],
|
|
21650
|
-
categories: ['
|
|
21698
|
+
categories: ['sales & customer support'],
|
|
21651
21699
|
fields: [{
|
|
21652
21700
|
name: 'mixmax-api-token',
|
|
21653
21701
|
label: 'Mixmax API Token',
|
|
@@ -21935,7 +21983,8 @@ const connectorsConfig = [{
|
|
|
21935
21983
|
enumValues: [],
|
|
21936
21984
|
readOnly: true,
|
|
21937
21985
|
iconType: 'info'
|
|
21938
|
-
}]
|
|
21986
|
+
}],
|
|
21987
|
+
categories: ['developer tools & devops']
|
|
21939
21988
|
}, {
|
|
21940
21989
|
id: 'moneybird',
|
|
21941
21990
|
title: 'Moneybird',
|
|
@@ -22046,7 +22095,8 @@ const connectorsConfig = [{
|
|
|
22046
22095
|
transformResults: ''
|
|
22047
22096
|
}
|
|
22048
22097
|
}
|
|
22049
|
-
}]
|
|
22098
|
+
}],
|
|
22099
|
+
categories: ['data & analytics']
|
|
22050
22100
|
}, {
|
|
22051
22101
|
id: 'moonclerk',
|
|
22052
22102
|
title: 'Moonclerk',
|
|
@@ -22131,7 +22181,8 @@ const connectorsConfig = [{
|
|
|
22131
22181
|
enumValues: [],
|
|
22132
22182
|
readOnly: true,
|
|
22133
22183
|
iconType: 'info'
|
|
22134
|
-
}]
|
|
22184
|
+
}],
|
|
22185
|
+
categories: ['ai & machine learning']
|
|
22135
22186
|
}, {
|
|
22136
22187
|
id: 'moosend',
|
|
22137
22188
|
title: 'Moosend',
|
|
@@ -22284,7 +22335,8 @@ const connectorsConfig = [{
|
|
|
22284
22335
|
enumValues: [],
|
|
22285
22336
|
readOnly: false,
|
|
22286
22337
|
iconType: ''
|
|
22287
|
-
}]
|
|
22338
|
+
}],
|
|
22339
|
+
categories: ['productivity & project management']
|
|
22288
22340
|
}, {
|
|
22289
22341
|
id: 'moz',
|
|
22290
22342
|
title: 'Moz',
|
|
@@ -22517,7 +22569,8 @@ const connectorsConfig = [{
|
|
|
22517
22569
|
enumValues: [],
|
|
22518
22570
|
readOnly: false,
|
|
22519
22571
|
iconType: ''
|
|
22520
|
-
}]
|
|
22572
|
+
}],
|
|
22573
|
+
categories: ['data & analytics']
|
|
22521
22574
|
}, {
|
|
22522
22575
|
id: 'nango',
|
|
22523
22576
|
title: 'Nango',
|
|
@@ -22760,7 +22813,8 @@ const connectorsConfig = [{
|
|
|
22760
22813
|
enumValues: [],
|
|
22761
22814
|
readOnly: true,
|
|
22762
22815
|
iconType: 'info'
|
|
22763
|
-
}]
|
|
22816
|
+
}],
|
|
22817
|
+
categories: ['data & analytics']
|
|
22764
22818
|
}, {
|
|
22765
22819
|
id: 'nethunt-crm',
|
|
22766
22820
|
title: 'NetHunt CRM',
|
|
@@ -22776,7 +22830,7 @@ const connectorsConfig = [{
|
|
|
22776
22830
|
enabled: true,
|
|
22777
22831
|
scopes: [],
|
|
22778
22832
|
authMethods: ['api_key'],
|
|
22779
|
-
categories: ['crm'
|
|
22833
|
+
categories: ['crm']
|
|
22780
22834
|
}, {
|
|
22781
22835
|
id: 'netsuite',
|
|
22782
22836
|
title: 'Netsuite',
|
|
@@ -23262,7 +23316,8 @@ const connectorsConfig = [{
|
|
|
23262
23316
|
enumValues: [],
|
|
23263
23317
|
readOnly: true,
|
|
23264
23318
|
iconType: 'info'
|
|
23265
|
-
}]
|
|
23319
|
+
}],
|
|
23320
|
+
categories: ['productivity & project management']
|
|
23266
23321
|
}, {
|
|
23267
23322
|
id: 'nozbe-teams',
|
|
23268
23323
|
title: 'Nozbe Teams',
|
|
@@ -23330,7 +23385,7 @@ const connectorsConfig = [{
|
|
|
23330
23385
|
enabled: true,
|
|
23331
23386
|
scopes: [],
|
|
23332
23387
|
authMethods: ['api_key'],
|
|
23333
|
-
categories: ['
|
|
23388
|
+
categories: ['collaboration & communication'],
|
|
23334
23389
|
fields: [{
|
|
23335
23390
|
name: 'ntfy-server-url',
|
|
23336
23391
|
label: 'Ntfy Server URL',
|
|
@@ -23477,7 +23532,8 @@ const connectorsConfig = [{
|
|
|
23477
23532
|
enumValues: [],
|
|
23478
23533
|
readOnly: true,
|
|
23479
23534
|
iconType: 'info'
|
|
23480
|
-
}]
|
|
23535
|
+
}],
|
|
23536
|
+
categories: ['ai & machine learning']
|
|
23481
23537
|
}, {
|
|
23482
23538
|
id: 'ocr-web-service',
|
|
23483
23539
|
title: 'OCR Web Service',
|
|
@@ -23594,7 +23650,8 @@ const connectorsConfig = [{
|
|
|
23594
23650
|
enumValues: [],
|
|
23595
23651
|
readOnly: false,
|
|
23596
23652
|
iconType: ''
|
|
23597
|
-
}]
|
|
23653
|
+
}],
|
|
23654
|
+
categories: ['crm']
|
|
23598
23655
|
}, {
|
|
23599
23656
|
id: 'oksign',
|
|
23600
23657
|
title: 'Oksign',
|
|
@@ -23610,7 +23667,7 @@ const connectorsConfig = [{
|
|
|
23610
23667
|
enabled: true,
|
|
23611
23668
|
scopes: [],
|
|
23612
23669
|
authMethods: ['api_key'],
|
|
23613
|
-
categories: ['
|
|
23670
|
+
categories: ['document & file management'],
|
|
23614
23671
|
fields: [{
|
|
23615
23672
|
name: 'oksign-api-key',
|
|
23616
23673
|
label: 'Oksign API Key',
|
|
@@ -24107,7 +24164,8 @@ const connectorsConfig = [{
|
|
|
24107
24164
|
enumValues: [],
|
|
24108
24165
|
readOnly: false,
|
|
24109
24166
|
iconType: ''
|
|
24110
|
-
}]
|
|
24167
|
+
}],
|
|
24168
|
+
categories: ['data & analytics']
|
|
24111
24169
|
}, {
|
|
24112
24170
|
id: 'openweather-api',
|
|
24113
24171
|
title: 'OpenWeather API',
|
|
@@ -24225,7 +24283,8 @@ const connectorsConfig = [{
|
|
|
24225
24283
|
enumValues: [],
|
|
24226
24284
|
readOnly: false,
|
|
24227
24285
|
iconType: ''
|
|
24228
|
-
}]
|
|
24286
|
+
}],
|
|
24287
|
+
categories: ['collaboration & communication']
|
|
24229
24288
|
}, {
|
|
24230
24289
|
id: 'outlook-calendar',
|
|
24231
24290
|
title: 'Outlook Calendar',
|
|
@@ -25012,7 +25071,8 @@ const connectorsConfig = [{
|
|
|
25012
25071
|
enumValues: [],
|
|
25013
25072
|
readOnly: false,
|
|
25014
25073
|
iconType: ''
|
|
25015
|
-
}]
|
|
25074
|
+
}],
|
|
25075
|
+
categories: ['design & creative tools']
|
|
25016
25076
|
}, {
|
|
25017
25077
|
id: 'peopledatalabs',
|
|
25018
25078
|
title: 'People Data Labs',
|
|
@@ -25172,7 +25232,7 @@ const connectorsConfig = [{
|
|
|
25172
25232
|
enabled: true,
|
|
25173
25233
|
scopes: [],
|
|
25174
25234
|
authMethods: ['api_key'],
|
|
25175
|
-
categories: ['
|
|
25235
|
+
categories: ['security & identity tools'],
|
|
25176
25236
|
fields: [{
|
|
25177
25237
|
name: 'persona-api-key',
|
|
25178
25238
|
label: 'Persona API Key',
|
|
@@ -25328,7 +25388,8 @@ const connectorsConfig = [{
|
|
|
25328
25388
|
enumValues: [],
|
|
25329
25389
|
readOnly: true,
|
|
25330
25390
|
iconType: 'info'
|
|
25331
|
-
}]
|
|
25391
|
+
}],
|
|
25392
|
+
categories: ['ai & machine learning']
|
|
25332
25393
|
}, {
|
|
25333
25394
|
id: 'piggy',
|
|
25334
25395
|
title: 'Piggy',
|
|
@@ -25452,7 +25513,7 @@ const connectorsConfig = [{
|
|
|
25452
25513
|
enabled: true,
|
|
25453
25514
|
scopes: ['read', 'write'],
|
|
25454
25515
|
authMethods: ['api_key', 'oauth2'],
|
|
25455
|
-
categories: ['ai & machine learning'
|
|
25516
|
+
categories: ['ai & machine learning'],
|
|
25456
25517
|
fields: [{
|
|
25457
25518
|
name: 'pinecone-api-key',
|
|
25458
25519
|
label: 'Pinecone API Key',
|
|
@@ -25780,7 +25841,7 @@ const connectorsConfig = [{
|
|
|
25780
25841
|
enabled: true,
|
|
25781
25842
|
scopes: [],
|
|
25782
25843
|
authMethods: ['api_key'],
|
|
25783
|
-
categories: ['scheduling & booking'
|
|
25844
|
+
categories: ['scheduling & booking']
|
|
25784
25845
|
}, {
|
|
25785
25846
|
id: 'plasmic',
|
|
25786
25847
|
title: 'Plasmic',
|
|
@@ -25882,7 +25943,8 @@ const connectorsConfig = [{
|
|
|
25882
25943
|
logo: '_side/thirdparty/logos/plausible_analytics.svg',
|
|
25883
25944
|
enabled: true,
|
|
25884
25945
|
scopes: [],
|
|
25885
|
-
authMethods: ['api_key']
|
|
25946
|
+
authMethods: ['api_key'],
|
|
25947
|
+
categories: ['analytics & data']
|
|
25886
25948
|
}, {
|
|
25887
25949
|
id: 'plisio',
|
|
25888
25950
|
title: 'Plisio',
|
|
@@ -26037,7 +26099,7 @@ const connectorsConfig = [{
|
|
|
26037
26099
|
enabled: true,
|
|
26038
26100
|
scopes: [],
|
|
26039
26101
|
authMethods: ['api_key'],
|
|
26040
|
-
categories: ['finance & accounting'
|
|
26102
|
+
categories: ['finance & accounting'],
|
|
26041
26103
|
fields: [{
|
|
26042
26104
|
name: 'poof-api-key',
|
|
26043
26105
|
label: 'Poof API Key',
|
|
@@ -26127,7 +26189,8 @@ const connectorsConfig = [{
|
|
|
26127
26189
|
enumValues: [],
|
|
26128
26190
|
readOnly: false,
|
|
26129
26191
|
iconType: ''
|
|
26130
|
-
}]
|
|
26192
|
+
}],
|
|
26193
|
+
categories: ['data & analytics']
|
|
26131
26194
|
}, {
|
|
26132
26195
|
id: 'postgrid',
|
|
26133
26196
|
title: 'Postgrid',
|
|
@@ -26195,7 +26258,7 @@ const connectorsConfig = [{
|
|
|
26195
26258
|
enabled: true,
|
|
26196
26259
|
scopes: [],
|
|
26197
26260
|
authMethods: ['api_key'],
|
|
26198
|
-
categories: ['developer tools & devops'
|
|
26261
|
+
categories: ['developer tools & devops'],
|
|
26199
26262
|
fields: [{
|
|
26200
26263
|
name: 'postman-api-key',
|
|
26201
26264
|
label: 'Postman API Key',
|
|
@@ -26882,7 +26945,8 @@ const connectorsConfig = [{
|
|
|
26882
26945
|
enumValues: [],
|
|
26883
26946
|
readOnly: true,
|
|
26884
26947
|
iconType: 'info'
|
|
26885
|
-
}]
|
|
26948
|
+
}],
|
|
26949
|
+
categories: ['ai & machine learning']
|
|
26886
26950
|
}, {
|
|
26887
26951
|
id: 'quaderno',
|
|
26888
26952
|
title: 'Quaderno',
|
|
@@ -27278,7 +27342,8 @@ const connectorsConfig = [{
|
|
|
27278
27342
|
enumValues: [],
|
|
27279
27343
|
readOnly: false,
|
|
27280
27344
|
iconType: ''
|
|
27281
|
-
}]
|
|
27345
|
+
}],
|
|
27346
|
+
categories: ['collaboration & communication']
|
|
27282
27347
|
}, {
|
|
27283
27348
|
id: 'recruitee',
|
|
27284
27349
|
title: 'Recruitee',
|
|
@@ -27376,7 +27441,8 @@ const connectorsConfig = [{
|
|
|
27376
27441
|
logo: '_side/thirdparty/logos/reddit_ads.svg',
|
|
27377
27442
|
enabled: true,
|
|
27378
27443
|
scopes: [],
|
|
27379
|
-
authMethods: ['api_key']
|
|
27444
|
+
authMethods: ['api_key'],
|
|
27445
|
+
categories: ['advertising & marketing']
|
|
27380
27446
|
}, {
|
|
27381
27447
|
id: 'redis',
|
|
27382
27448
|
title: 'Redis',
|
|
@@ -27425,7 +27491,8 @@ const connectorsConfig = [{
|
|
|
27425
27491
|
enumValues: [],
|
|
27426
27492
|
readOnly: true,
|
|
27427
27493
|
iconType: 'info'
|
|
27428
|
-
}]
|
|
27494
|
+
}],
|
|
27495
|
+
categories: ['data & analytics']
|
|
27429
27496
|
}, {
|
|
27430
27497
|
id: 'referralrock',
|
|
27431
27498
|
title: 'ReferralRock',
|
|
@@ -27475,7 +27542,8 @@ const connectorsConfig = [{
|
|
|
27475
27542
|
enumValues: [],
|
|
27476
27543
|
readOnly: false,
|
|
27477
27544
|
iconType: ''
|
|
27478
|
-
}]
|
|
27545
|
+
}],
|
|
27546
|
+
categories: ['marketing & social media']
|
|
27479
27547
|
}, {
|
|
27480
27548
|
id: 'refiner',
|
|
27481
27549
|
title: 'Refiner',
|
|
@@ -28032,7 +28100,7 @@ const connectorsConfig = [{
|
|
|
28032
28100
|
enabled: true,
|
|
28033
28101
|
scopes: [],
|
|
28034
28102
|
authMethods: ['api_key'],
|
|
28035
|
-
categories: ['ai & machine learning'
|
|
28103
|
+
categories: ['ai & machine learning'],
|
|
28036
28104
|
fields: [{
|
|
28037
28105
|
name: 'rev-ai-client-api-key',
|
|
28038
28106
|
label: 'Rev AI Client API Key',
|
|
@@ -28214,7 +28282,8 @@ const connectorsConfig = [{
|
|
|
28214
28282
|
enumValues: [],
|
|
28215
28283
|
readOnly: false,
|
|
28216
28284
|
iconType: ''
|
|
28217
|
-
}]
|
|
28285
|
+
}],
|
|
28286
|
+
categories: ['productivity & project management']
|
|
28218
28287
|
}, {
|
|
28219
28288
|
id: 'roboflow',
|
|
28220
28289
|
title: 'Roboflow',
|
|
@@ -28373,7 +28442,8 @@ const connectorsConfig = [{
|
|
|
28373
28442
|
enumValues: [],
|
|
28374
28443
|
readOnly: false,
|
|
28375
28444
|
iconType: ''
|
|
28376
|
-
}]
|
|
28445
|
+
}],
|
|
28446
|
+
categories: ['developer tools & devops']
|
|
28377
28447
|
}, {
|
|
28378
28448
|
id: 'rootly',
|
|
28379
28449
|
title: 'Rootly',
|
|
@@ -28477,7 +28547,7 @@ const connectorsConfig = [{
|
|
|
28477
28547
|
enabled: true,
|
|
28478
28548
|
scopes: [],
|
|
28479
28549
|
authMethods: ['api_key'],
|
|
28480
|
-
categories: ['
|
|
28550
|
+
categories: ['analytics & data']
|
|
28481
28551
|
}, {
|
|
28482
28552
|
id: 'runpod',
|
|
28483
28553
|
title: 'RunPod',
|
|
@@ -28565,7 +28635,7 @@ const connectorsConfig = [{
|
|
|
28565
28635
|
enabled: true,
|
|
28566
28636
|
scopes: [],
|
|
28567
28637
|
authMethods: ['api_key'],
|
|
28568
|
-
categories: ['crm'
|
|
28638
|
+
categories: ['crm'],
|
|
28569
28639
|
fields: [{
|
|
28570
28640
|
name: 'salesflare-api-key',
|
|
28571
28641
|
label: 'Salesflare API Key',
|
|
@@ -28801,7 +28871,7 @@ const connectorsConfig = [{
|
|
|
28801
28871
|
enabled: true,
|
|
28802
28872
|
scopes: [],
|
|
28803
28873
|
authMethods: ['api_key'],
|
|
28804
|
-
categories: ['ai & machine learning'
|
|
28874
|
+
categories: ['ai & machine learning']
|
|
28805
28875
|
}, {
|
|
28806
28876
|
id: 'scheduleonce',
|
|
28807
28877
|
title: 'Scheduleonce',
|
|
@@ -28817,7 +28887,7 @@ const connectorsConfig = [{
|
|
|
28817
28887
|
enabled: true,
|
|
28818
28888
|
scopes: [],
|
|
28819
28889
|
authMethods: ['api_key', 'oauth2'],
|
|
28820
|
-
categories: ['scheduling & booking'
|
|
28890
|
+
categories: ['scheduling & booking'],
|
|
28821
28891
|
fields: [{
|
|
28822
28892
|
name: 'scheduleonce-api-key',
|
|
28823
28893
|
label: 'Scheduleonce API Key',
|
|
@@ -29097,7 +29167,8 @@ const connectorsConfig = [{
|
|
|
29097
29167
|
enumValues: [],
|
|
29098
29168
|
readOnly: true,
|
|
29099
29169
|
iconType: 'info'
|
|
29100
|
-
}]
|
|
29170
|
+
}],
|
|
29171
|
+
categories: ['data & analytics']
|
|
29101
29172
|
}, {
|
|
29102
29173
|
id: 'seat-geek',
|
|
29103
29174
|
title: 'Seat Geek',
|
|
@@ -29406,7 +29477,7 @@ const connectorsConfig = [{
|
|
|
29406
29477
|
enabled: true,
|
|
29407
29478
|
scopes: [],
|
|
29408
29479
|
authMethods: ['api_key'],
|
|
29409
|
-
categories: ['marketing & social media'
|
|
29480
|
+
categories: ['marketing & social media'],
|
|
29410
29481
|
fields: [{
|
|
29411
29482
|
name: 'sender-api-token',
|
|
29412
29483
|
label: 'Sender API Token',
|
|
@@ -29833,7 +29904,8 @@ const connectorsConfig = [{
|
|
|
29833
29904
|
enumValues: [],
|
|
29834
29905
|
readOnly: true,
|
|
29835
29906
|
iconType: 'info'
|
|
29836
|
-
}]
|
|
29907
|
+
}],
|
|
29908
|
+
categories: ['data & analytics']
|
|
29837
29909
|
}, {
|
|
29838
29910
|
id: 'serphouse',
|
|
29839
29911
|
title: 'Serphouse',
|
|
@@ -30091,7 +30163,7 @@ const connectorsConfig = [{
|
|
|
30091
30163
|
enabled: true,
|
|
30092
30164
|
scopes: [],
|
|
30093
30165
|
authMethods: ['api_key'],
|
|
30094
|
-
categories: ['e-commerce'
|
|
30166
|
+
categories: ['e-commerce'],
|
|
30095
30167
|
fields: [{
|
|
30096
30168
|
name: 'shipday-api-key',
|
|
30097
30169
|
label: 'Shipday API Key',
|
|
@@ -30577,7 +30649,7 @@ const connectorsConfig = [{
|
|
|
30577
30649
|
enabled: true,
|
|
30578
30650
|
scopes: [],
|
|
30579
30651
|
authMethods: ['api_key'],
|
|
30580
|
-
categories: ['
|
|
30652
|
+
categories: ['analytics & data'],
|
|
30581
30653
|
fields: [{
|
|
30582
30654
|
name: 'simplekpi-username',
|
|
30583
30655
|
label: 'Simplekpi Username',
|
|
@@ -30782,7 +30854,8 @@ const connectorsConfig = [{
|
|
|
30782
30854
|
enumValues: [],
|
|
30783
30855
|
readOnly: true,
|
|
30784
30856
|
iconType: 'info'
|
|
30785
|
-
}]
|
|
30857
|
+
}],
|
|
30858
|
+
categories: ['data & analytics']
|
|
30786
30859
|
}, {
|
|
30787
30860
|
id: 'sitespeakai',
|
|
30788
30861
|
title: 'Sitespeakai',
|
|
@@ -30921,7 +30994,7 @@ const connectorsConfig = [{
|
|
|
30921
30994
|
enabled: true,
|
|
30922
30995
|
scopes: [],
|
|
30923
30996
|
authMethods: ['api_key'],
|
|
30924
|
-
categories: ['
|
|
30997
|
+
categories: ['collaboration & communication'],
|
|
30925
30998
|
fields: [{
|
|
30926
30999
|
name: 'slite-api-key',
|
|
30927
31000
|
label: 'Slite API Key',
|
|
@@ -31080,7 +31153,8 @@ const connectorsConfig = [{
|
|
|
31080
31153
|
logo: '_side/thirdparty/logos/snapchat.svg',
|
|
31081
31154
|
enabled: true,
|
|
31082
31155
|
scopes: [],
|
|
31083
|
-
authMethods: ['api_key']
|
|
31156
|
+
authMethods: ['api_key'],
|
|
31157
|
+
categories: ['social media']
|
|
31084
31158
|
}, {
|
|
31085
31159
|
id: 'snowflake',
|
|
31086
31160
|
title: 'Snowflake',
|
|
@@ -31335,7 +31409,8 @@ const connectorsConfig = [{
|
|
|
31335
31409
|
enumValues: [],
|
|
31336
31410
|
readOnly: true,
|
|
31337
31411
|
iconType: 'info'
|
|
31338
|
-
}]
|
|
31412
|
+
}],
|
|
31413
|
+
categories: ['developer tools & devops']
|
|
31339
31414
|
}, {
|
|
31340
31415
|
id: 'splitwise',
|
|
31341
31416
|
title: 'Splitwise',
|
|
@@ -31562,7 +31637,7 @@ const connectorsConfig = [{
|
|
|
31562
31637
|
enabled: true,
|
|
31563
31638
|
scopes: [],
|
|
31564
31639
|
authMethods: ['api_key'],
|
|
31565
|
-
categories: ['ai & machine learning'
|
|
31640
|
+
categories: ['ai & machine learning']
|
|
31566
31641
|
}, {
|
|
31567
31642
|
id: 'stack-exchange',
|
|
31568
31643
|
title: 'Stack Exchange',
|
|
@@ -31789,7 +31864,7 @@ const connectorsConfig = [{
|
|
|
31789
31864
|
enabled: true,
|
|
31790
31865
|
scopes: [],
|
|
31791
31866
|
authMethods: ['api_key'],
|
|
31792
|
-
categories: ['productivity & project management'
|
|
31867
|
+
categories: ['productivity & project management'],
|
|
31793
31868
|
fields: [{
|
|
31794
31869
|
name: 'stormboard-api-key',
|
|
31795
31870
|
label: 'Stormboard API Key',
|
|
@@ -31841,7 +31916,7 @@ const connectorsConfig = [{
|
|
|
31841
31916
|
enabled: true,
|
|
31842
31917
|
scopes: [],
|
|
31843
31918
|
authMethods: ['api_key', 'oauth2'],
|
|
31844
|
-
categories: ['
|
|
31919
|
+
categories: ['document & file management'],
|
|
31845
31920
|
fields: [{
|
|
31846
31921
|
name: 'storyblok-api-token',
|
|
31847
31922
|
label: 'Storyblok API Token',
|
|
@@ -32086,43 +32161,8 @@ const connectorsConfig = [{
|
|
|
32086
32161
|
enumValues: [],
|
|
32087
32162
|
readOnly: false,
|
|
32088
32163
|
iconType: ''
|
|
32089
|
-
}]
|
|
32090
|
-
|
|
32091
|
-
id: 'supadata',
|
|
32092
|
-
title: 'Supadata',
|
|
32093
|
-
description: 'Supadata is a web and video-to-text API that extracts structured data from vi...',
|
|
32094
|
-
providerUrl: '',
|
|
32095
|
-
icon: {
|
|
32096
|
-
name: 'AiOutlineBarChart',
|
|
32097
|
-
style: {
|
|
32098
|
-
fontSize: 'large'
|
|
32099
|
-
}
|
|
32100
|
-
},
|
|
32101
|
-
logo: '_side/thirdparty/logos/supadata.svg',
|
|
32102
|
-
enabled: true,
|
|
32103
|
-
scopes: [],
|
|
32104
|
-
authMethods: ['api_key'],
|
|
32105
|
-
categories: ['data & analytics'],
|
|
32106
|
-
fields: [{
|
|
32107
|
-
name: 'supadata-api-key',
|
|
32108
|
-
label: 'Supadata API Key',
|
|
32109
|
-
type: 'string',
|
|
32110
|
-
placeholder: 'Your Supadata API key for authenticating requests. You can obtain this from your Supadata dashboard.',
|
|
32111
|
-
description: '',
|
|
32112
|
-
required: true,
|
|
32113
|
-
defaultValue: '',
|
|
32114
|
-
isConfigField: true,
|
|
32115
|
-
isSecret: true,
|
|
32116
|
-
secretSource: {
|
|
32117
|
-
type: 'vault',
|
|
32118
|
-
secretType: 'ENVIRONMENT_VAR',
|
|
32119
|
-
secretKey: 'SUPADATA_API_KEY'
|
|
32120
|
-
},
|
|
32121
|
-
uiWidget: 'password',
|
|
32122
|
-
enumValues: [],
|
|
32123
|
-
readOnly: false,
|
|
32124
|
-
iconType: ''
|
|
32125
|
-
}]
|
|
32164
|
+
}],
|
|
32165
|
+
categories: ['crm']
|
|
32126
32166
|
}, {
|
|
32127
32167
|
id: 'supabase',
|
|
32128
32168
|
title: 'Supabase',
|
|
@@ -32193,6 +32233,42 @@ const connectorsConfig = [{
|
|
|
32193
32233
|
readOnly: true,
|
|
32194
32234
|
iconType: 'info'
|
|
32195
32235
|
}]
|
|
32236
|
+
}, {
|
|
32237
|
+
id: 'supadata',
|
|
32238
|
+
title: 'Supadata',
|
|
32239
|
+
description: 'Supadata is a web and video-to-text API that extracts structured data from vi...',
|
|
32240
|
+
providerUrl: '',
|
|
32241
|
+
icon: {
|
|
32242
|
+
name: 'AiOutlineBarChart',
|
|
32243
|
+
style: {
|
|
32244
|
+
fontSize: 'large'
|
|
32245
|
+
}
|
|
32246
|
+
},
|
|
32247
|
+
logo: '_side/thirdparty/logos/supadata.svg',
|
|
32248
|
+
enabled: true,
|
|
32249
|
+
scopes: [],
|
|
32250
|
+
authMethods: ['api_key'],
|
|
32251
|
+
categories: ['data & analytics'],
|
|
32252
|
+
fields: [{
|
|
32253
|
+
name: 'supadata-api-key',
|
|
32254
|
+
label: 'Supadata API Key',
|
|
32255
|
+
type: 'string',
|
|
32256
|
+
placeholder: 'Your Supadata API key for authenticating requests. You can obtain this from your Supadata dashboard.',
|
|
32257
|
+
description: '',
|
|
32258
|
+
required: true,
|
|
32259
|
+
defaultValue: '',
|
|
32260
|
+
isConfigField: true,
|
|
32261
|
+
isSecret: true,
|
|
32262
|
+
secretSource: {
|
|
32263
|
+
type: 'vault',
|
|
32264
|
+
secretType: 'ENVIRONMENT_VAR',
|
|
32265
|
+
secretKey: 'SUPADATA_API_KEY'
|
|
32266
|
+
},
|
|
32267
|
+
uiWidget: 'password',
|
|
32268
|
+
enumValues: [],
|
|
32269
|
+
readOnly: false,
|
|
32270
|
+
iconType: ''
|
|
32271
|
+
}]
|
|
32196
32272
|
}, {
|
|
32197
32273
|
id: 'superchat',
|
|
32198
32274
|
title: 'Superchat',
|
|
@@ -32244,7 +32320,7 @@ const connectorsConfig = [{
|
|
|
32244
32320
|
enabled: true,
|
|
32245
32321
|
scopes: [],
|
|
32246
32322
|
authMethods: ['api_key'],
|
|
32247
|
-
categories: ['scheduling & booking'
|
|
32323
|
+
categories: ['scheduling & booking'],
|
|
32248
32324
|
fields: [{
|
|
32249
32325
|
name: 'supersaas-api-key',
|
|
32250
32326
|
label: 'Supersaas API Key',
|
|
@@ -33384,7 +33460,7 @@ const connectorsConfig = [{
|
|
|
33384
33460
|
enabled: true,
|
|
33385
33461
|
scopes: [],
|
|
33386
33462
|
authMethods: ['api_key'],
|
|
33387
|
-
categories: ['design & creative tools'
|
|
33463
|
+
categories: ['design & creative tools'],
|
|
33388
33464
|
fields: [{
|
|
33389
33465
|
name: 'tinypng-api-key',
|
|
33390
33466
|
label: 'TinyPNG API Key',
|
|
@@ -33511,7 +33587,8 @@ const connectorsConfig = [{
|
|
|
33511
33587
|
enumValues: [],
|
|
33512
33588
|
readOnly: false,
|
|
33513
33589
|
iconType: ''
|
|
33514
|
-
}]
|
|
33590
|
+
}],
|
|
33591
|
+
categories: ['collaboration & communication']
|
|
33515
33592
|
}, {
|
|
33516
33593
|
id: 'together-ai',
|
|
33517
33594
|
title: 'Together AI',
|
|
@@ -33560,7 +33637,8 @@ const connectorsConfig = [{
|
|
|
33560
33637
|
enumValues: [],
|
|
33561
33638
|
readOnly: true,
|
|
33562
33639
|
iconType: 'info'
|
|
33563
|
-
}]
|
|
33640
|
+
}],
|
|
33641
|
+
categories: ['ai & machine learning']
|
|
33564
33642
|
}, {
|
|
33565
33643
|
id: 'toggl',
|
|
33566
33644
|
title: 'Toggl',
|
|
@@ -34310,7 +34388,8 @@ const connectorsConfig = [{
|
|
|
34310
34388
|
enumValues: [],
|
|
34311
34389
|
readOnly: true,
|
|
34312
34390
|
iconType: 'info'
|
|
34313
|
-
}]
|
|
34391
|
+
}],
|
|
34392
|
+
categories: ['ai & machine learning']
|
|
34314
34393
|
}, {
|
|
34315
34394
|
id: 'updown-io',
|
|
34316
34395
|
title: 'Updown.io',
|
|
@@ -34430,7 +34509,8 @@ const connectorsConfig = [{
|
|
|
34430
34509
|
enumValues: [],
|
|
34431
34510
|
readOnly: true,
|
|
34432
34511
|
iconType: 'info'
|
|
34433
|
-
}]
|
|
34512
|
+
}],
|
|
34513
|
+
categories: ['data & analytics']
|
|
34434
34514
|
}, {
|
|
34435
34515
|
id: 'upstash-vector',
|
|
34436
34516
|
title: 'Upstash Vector',
|
|
@@ -34498,7 +34578,8 @@ const connectorsConfig = [{
|
|
|
34498
34578
|
enumValues: [],
|
|
34499
34579
|
readOnly: true,
|
|
34500
34580
|
iconType: 'info'
|
|
34501
|
-
}]
|
|
34581
|
+
}],
|
|
34582
|
+
categories: ['ai & machine learning']
|
|
34502
34583
|
}, {
|
|
34503
34584
|
id: 'uptimerobot',
|
|
34504
34585
|
title: 'Uptimerobot',
|
|
@@ -34765,7 +34846,8 @@ const connectorsConfig = [{
|
|
|
34765
34846
|
enumValues: [],
|
|
34766
34847
|
readOnly: true,
|
|
34767
34848
|
iconType: 'info'
|
|
34768
|
-
}]
|
|
34849
|
+
}],
|
|
34850
|
+
categories: ['ai & machine learning']
|
|
34769
34851
|
}, {
|
|
34770
34852
|
id: 'vectorshift',
|
|
34771
34853
|
title: 'Vectorshift',
|
|
@@ -34781,7 +34863,7 @@ const connectorsConfig = [{
|
|
|
34781
34863
|
enabled: true,
|
|
34782
34864
|
scopes: [],
|
|
34783
34865
|
authMethods: ['api_key'],
|
|
34784
|
-
categories: ['ai & machine learning'
|
|
34866
|
+
categories: ['ai & machine learning'],
|
|
34785
34867
|
fields: [{
|
|
34786
34868
|
name: 'vectorshift-api-key',
|
|
34787
34869
|
label: 'Vectorshift API Key',
|
|
@@ -35030,7 +35112,8 @@ const connectorsConfig = [{
|
|
|
35030
35112
|
enumValues: [],
|
|
35031
35113
|
readOnly: true,
|
|
35032
35114
|
iconType: 'info'
|
|
35033
|
-
}]
|
|
35115
|
+
}],
|
|
35116
|
+
categories: ['ai & machine learning']
|
|
35034
35117
|
}, {
|
|
35035
35118
|
id: 'waboxapp',
|
|
35036
35119
|
title: 'Waboxapp',
|
|
@@ -35303,7 +35386,8 @@ const connectorsConfig = [{
|
|
|
35303
35386
|
enumValues: [],
|
|
35304
35387
|
readOnly: true,
|
|
35305
35388
|
iconType: 'info'
|
|
35306
|
-
}]
|
|
35389
|
+
}],
|
|
35390
|
+
categories: ['ai & machine learning']
|
|
35307
35391
|
}, {
|
|
35308
35392
|
id: 'webex',
|
|
35309
35393
|
title: 'Webex',
|
|
@@ -35681,7 +35765,7 @@ const connectorsConfig = [{
|
|
|
35681
35765
|
enabled: true,
|
|
35682
35766
|
scopes: [],
|
|
35683
35767
|
authMethods: ['api_key', 'oauth2'],
|
|
35684
|
-
categories: ['
|
|
35768
|
+
categories: ['e-commerce'],
|
|
35685
35769
|
fields: [{
|
|
35686
35770
|
name: 'wix-api-key',
|
|
35687
35771
|
label: 'Wix API Key',
|
|
@@ -35747,7 +35831,7 @@ const connectorsConfig = [{
|
|
|
35747
35831
|
enabled: true,
|
|
35748
35832
|
scopes: [],
|
|
35749
35833
|
authMethods: ['api_key'],
|
|
35750
|
-
categories: ['
|
|
35834
|
+
categories: ['sales & customer support'],
|
|
35751
35835
|
fields: [{
|
|
35752
35836
|
name: 'wiza-api-key',
|
|
35753
35837
|
label: 'Wiza API Key',
|
|
@@ -36089,7 +36173,8 @@ const connectorsConfig = [{
|
|
|
36089
36173
|
enumValues: [],
|
|
36090
36174
|
readOnly: true,
|
|
36091
36175
|
iconType: 'info'
|
|
36092
|
-
}]
|
|
36176
|
+
}],
|
|
36177
|
+
categories: ['ai & machine learning']
|
|
36093
36178
|
}, {
|
|
36094
36179
|
id: 'xata',
|
|
36095
36180
|
title: 'Xata',
|
|
@@ -36105,7 +36190,7 @@ const connectorsConfig = [{
|
|
|
36105
36190
|
enabled: true,
|
|
36106
36191
|
scopes: [],
|
|
36107
36192
|
authMethods: ['api_key', 'oauth2'],
|
|
36108
|
-
categories: ['developer tools & devops'
|
|
36193
|
+
categories: ['developer tools & devops'],
|
|
36109
36194
|
fields: [{
|
|
36110
36195
|
name: 'xata-api-key',
|
|
36111
36196
|
label: 'Xata API Key',
|
|
@@ -36361,7 +36446,7 @@ const connectorsConfig = [{
|
|
|
36361
36446
|
enabled: true,
|
|
36362
36447
|
scopes: [],
|
|
36363
36448
|
authMethods: ['api_key'],
|
|
36364
|
-
categories: ['ai & machine learning'
|
|
36449
|
+
categories: ['ai & machine learning'],
|
|
36365
36450
|
fields: [{
|
|
36366
36451
|
name: 'zep-api-url',
|
|
36367
36452
|
label: 'Zep API URL',
|
|
@@ -36518,7 +36603,7 @@ const connectorsConfig = [{
|
|
|
36518
36603
|
enabled: true,
|
|
36519
36604
|
scopes: [],
|
|
36520
36605
|
authMethods: ['api_key'],
|
|
36521
|
-
categories: ['crm'
|
|
36606
|
+
categories: ['crm'],
|
|
36522
36607
|
fields: [{
|
|
36523
36608
|
name: 'zixflow-api-key',
|
|
36524
36609
|
label: 'Zixflow API Key',
|
|
@@ -36682,7 +36767,7 @@ const connectorsConfig = [{
|
|
|
36682
36767
|
enabled: true,
|
|
36683
36768
|
scopes: [],
|
|
36684
36769
|
authMethods: ['api_key'],
|
|
36685
|
-
categories: ['collaboration & communication'
|
|
36770
|
+
categories: ['collaboration & communication'],
|
|
36686
36771
|
fields: [{
|
|
36687
36772
|
name: 'zulip-domain',
|
|
36688
36773
|
label: 'Zulip Domain',
|