0nmcp 2.2.0 → 2.3.0
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/cli.js +143 -0
- package/lib/badges.json +5 -5
- package/lib/catalog.json +653 -3
- package/lib/stats.json +647 -35
- package/package.json +12 -10
- package/vault/sync.js +250 -0
package/lib/stats.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-
|
|
3
|
-
"catalogVersion": "
|
|
4
|
-
"services":
|
|
5
|
-
"tools":
|
|
6
|
-
"actions":
|
|
7
|
-
"triggers":
|
|
8
|
-
"categories":
|
|
2
|
+
"generated": "2026-03-03T09:49:34.405Z",
|
|
3
|
+
"catalogVersion": "2.2.0",
|
|
4
|
+
"services": 48,
|
|
5
|
+
"tools": 545,
|
|
6
|
+
"actions": 104,
|
|
7
|
+
"triggers": 155,
|
|
8
|
+
"categories": 21,
|
|
9
9
|
"perService": {
|
|
10
10
|
"crm": {
|
|
11
11
|
"name": "CRM",
|
|
@@ -214,29 +214,205 @@
|
|
|
214
214
|
"actions": 3,
|
|
215
215
|
"triggers": 3,
|
|
216
216
|
"total": 15
|
|
217
|
+
},
|
|
218
|
+
"quickbooks": {
|
|
219
|
+
"name": "QuickBooks",
|
|
220
|
+
"category": "accounting",
|
|
221
|
+
"tools": 21,
|
|
222
|
+
"actions": 3,
|
|
223
|
+
"triggers": 4,
|
|
224
|
+
"total": 28
|
|
225
|
+
},
|
|
226
|
+
"asana": {
|
|
227
|
+
"name": "Asana",
|
|
228
|
+
"category": "project",
|
|
229
|
+
"tools": 16,
|
|
230
|
+
"actions": 2,
|
|
231
|
+
"triggers": 4,
|
|
232
|
+
"total": 22
|
|
233
|
+
},
|
|
234
|
+
"intercom": {
|
|
235
|
+
"name": "Intercom",
|
|
236
|
+
"category": "support",
|
|
237
|
+
"tools": 15,
|
|
238
|
+
"actions": 2,
|
|
239
|
+
"triggers": 4,
|
|
240
|
+
"total": 21
|
|
241
|
+
},
|
|
242
|
+
"dropbox": {
|
|
243
|
+
"name": "Dropbox",
|
|
244
|
+
"category": "storage",
|
|
245
|
+
"tools": 10,
|
|
246
|
+
"actions": 2,
|
|
247
|
+
"triggers": 3,
|
|
248
|
+
"total": 15
|
|
249
|
+
},
|
|
250
|
+
"whatsapp": {
|
|
251
|
+
"name": "WhatsApp",
|
|
252
|
+
"category": "communication",
|
|
253
|
+
"tools": 6,
|
|
254
|
+
"actions": 1,
|
|
255
|
+
"triggers": 3,
|
|
256
|
+
"total": 10
|
|
257
|
+
},
|
|
258
|
+
"instagram": {
|
|
259
|
+
"name": "Instagram",
|
|
260
|
+
"category": "social",
|
|
261
|
+
"tools": 10,
|
|
262
|
+
"actions": 2,
|
|
263
|
+
"triggers": 3,
|
|
264
|
+
"total": 15
|
|
265
|
+
},
|
|
266
|
+
"twitter": {
|
|
267
|
+
"name": "Twitter / X",
|
|
268
|
+
"category": "social",
|
|
269
|
+
"tools": 16,
|
|
270
|
+
"actions": 2,
|
|
271
|
+
"triggers": 3,
|
|
272
|
+
"total": 21
|
|
273
|
+
},
|
|
274
|
+
"tiktok": {
|
|
275
|
+
"name": "TikTok",
|
|
276
|
+
"category": "social",
|
|
277
|
+
"tools": 11,
|
|
278
|
+
"actions": 2,
|
|
279
|
+
"triggers": 2,
|
|
280
|
+
"total": 15
|
|
281
|
+
},
|
|
282
|
+
"google_ads": {
|
|
283
|
+
"name": "Google Ads",
|
|
284
|
+
"category": "advertising",
|
|
285
|
+
"tools": 9,
|
|
286
|
+
"actions": 2,
|
|
287
|
+
"triggers": 2,
|
|
288
|
+
"total": 13
|
|
289
|
+
},
|
|
290
|
+
"facebook_ads": {
|
|
291
|
+
"name": "Facebook Ads",
|
|
292
|
+
"category": "advertising",
|
|
293
|
+
"tools": 11,
|
|
294
|
+
"actions": 2,
|
|
295
|
+
"triggers": 3,
|
|
296
|
+
"total": 16
|
|
297
|
+
},
|
|
298
|
+
"plaid": {
|
|
299
|
+
"name": "Plaid",
|
|
300
|
+
"category": "finance",
|
|
301
|
+
"tools": 9,
|
|
302
|
+
"actions": 2,
|
|
303
|
+
"triggers": 2,
|
|
304
|
+
"total": 13
|
|
305
|
+
},
|
|
306
|
+
"square": {
|
|
307
|
+
"name": "Square",
|
|
308
|
+
"category": "payments",
|
|
309
|
+
"tools": 17,
|
|
310
|
+
"actions": 2,
|
|
311
|
+
"triggers": 3,
|
|
312
|
+
"total": 22
|
|
313
|
+
},
|
|
314
|
+
"tiktok_ads": {
|
|
315
|
+
"name": "TikTok Ads",
|
|
316
|
+
"category": "advertising",
|
|
317
|
+
"tools": 12,
|
|
318
|
+
"actions": 1,
|
|
319
|
+
"triggers": 2,
|
|
320
|
+
"total": 15
|
|
321
|
+
},
|
|
322
|
+
"x_ads": {
|
|
323
|
+
"name": "X Ads",
|
|
324
|
+
"category": "advertising",
|
|
325
|
+
"tools": 11,
|
|
326
|
+
"actions": 1,
|
|
327
|
+
"triggers": 2,
|
|
328
|
+
"total": 14
|
|
329
|
+
},
|
|
330
|
+
"linkedin_ads": {
|
|
331
|
+
"name": "LinkedIn Ads",
|
|
332
|
+
"category": "advertising",
|
|
333
|
+
"tools": 11,
|
|
334
|
+
"actions": 1,
|
|
335
|
+
"triggers": 2,
|
|
336
|
+
"total": 14
|
|
337
|
+
},
|
|
338
|
+
"instagram_ads": {
|
|
339
|
+
"name": "Instagram Ads",
|
|
340
|
+
"category": "advertising",
|
|
341
|
+
"tools": 8,
|
|
342
|
+
"actions": 1,
|
|
343
|
+
"triggers": 2,
|
|
344
|
+
"total": 11
|
|
345
|
+
},
|
|
346
|
+
"smartlead": {
|
|
347
|
+
"name": "SmartLead",
|
|
348
|
+
"category": "marketing",
|
|
349
|
+
"tools": 12,
|
|
350
|
+
"actions": 2,
|
|
351
|
+
"triggers": 3,
|
|
352
|
+
"total": 17
|
|
353
|
+
},
|
|
354
|
+
"zapier": {
|
|
355
|
+
"name": "Zapier",
|
|
356
|
+
"category": "automation",
|
|
357
|
+
"tools": 5,
|
|
358
|
+
"actions": 1,
|
|
359
|
+
"triggers": 2,
|
|
360
|
+
"total": 8
|
|
361
|
+
},
|
|
362
|
+
"mulesoft": {
|
|
363
|
+
"name": "MuleSoft",
|
|
364
|
+
"category": "integration",
|
|
365
|
+
"tools": 7,
|
|
366
|
+
"actions": 1,
|
|
367
|
+
"triggers": 2,
|
|
368
|
+
"total": 10
|
|
369
|
+
},
|
|
370
|
+
"azure": {
|
|
371
|
+
"name": "Azure",
|
|
372
|
+
"category": "cloud",
|
|
373
|
+
"tools": 11,
|
|
374
|
+
"actions": 2,
|
|
375
|
+
"triggers": 3,
|
|
376
|
+
"total": 16
|
|
377
|
+
},
|
|
378
|
+
"pipedrive": {
|
|
379
|
+
"name": "Pipedrive",
|
|
380
|
+
"category": "crm",
|
|
381
|
+
"tools": 19,
|
|
382
|
+
"actions": 3,
|
|
383
|
+
"triggers": 5,
|
|
384
|
+
"total": 27
|
|
385
|
+
},
|
|
386
|
+
"linkedin": {
|
|
387
|
+
"name": "LinkedIn",
|
|
388
|
+
"category": "social",
|
|
389
|
+
"tools": 8,
|
|
390
|
+
"actions": 2,
|
|
391
|
+
"triggers": 3,
|
|
392
|
+
"total": 13
|
|
217
393
|
}
|
|
218
394
|
},
|
|
219
395
|
"perCategory": {
|
|
220
396
|
"crm": {
|
|
221
397
|
"label": "CRM",
|
|
222
|
-
"services":
|
|
223
|
-
"tools":
|
|
224
|
-
"actions":
|
|
225
|
-
"triggers":
|
|
398
|
+
"services": 3,
|
|
399
|
+
"tools": 55,
|
|
400
|
+
"actions": 9,
|
|
401
|
+
"triggers": 14
|
|
226
402
|
},
|
|
227
403
|
"payments": {
|
|
228
404
|
"label": "Payments",
|
|
229
|
-
"services":
|
|
230
|
-
"tools":
|
|
231
|
-
"actions":
|
|
232
|
-
"triggers":
|
|
405
|
+
"services": 2,
|
|
406
|
+
"tools": 33,
|
|
407
|
+
"actions": 5,
|
|
408
|
+
"triggers": 8
|
|
233
409
|
},
|
|
234
410
|
"communication": {
|
|
235
411
|
"label": "Communication",
|
|
236
|
-
"services":
|
|
237
|
-
"tools":
|
|
238
|
-
"actions":
|
|
239
|
-
"triggers":
|
|
412
|
+
"services": 5,
|
|
413
|
+
"tools": 44,
|
|
414
|
+
"actions": 9,
|
|
415
|
+
"triggers": 15
|
|
240
416
|
},
|
|
241
417
|
"ai": {
|
|
242
418
|
"label": "AI",
|
|
@@ -289,24 +465,80 @@
|
|
|
289
465
|
},
|
|
290
466
|
"storage": {
|
|
291
467
|
"label": "Storage",
|
|
292
|
-
"services":
|
|
293
|
-
"tools":
|
|
294
|
-
"actions":
|
|
295
|
-
"triggers":
|
|
468
|
+
"services": 2,
|
|
469
|
+
"tools": 21,
|
|
470
|
+
"actions": 5,
|
|
471
|
+
"triggers": 6
|
|
296
472
|
},
|
|
297
473
|
"support": {
|
|
298
474
|
"label": "Support",
|
|
299
|
-
"services":
|
|
300
|
-
"tools":
|
|
301
|
-
"actions":
|
|
302
|
-
"triggers":
|
|
475
|
+
"services": 2,
|
|
476
|
+
"tools": 29,
|
|
477
|
+
"actions": 5,
|
|
478
|
+
"triggers": 9
|
|
303
479
|
},
|
|
304
480
|
"marketing": {
|
|
305
481
|
"label": "Marketing",
|
|
482
|
+
"services": 2,
|
|
483
|
+
"tools": 24,
|
|
484
|
+
"actions": 5,
|
|
485
|
+
"triggers": 8
|
|
486
|
+
},
|
|
487
|
+
"accounting": {
|
|
488
|
+
"label": "Accounting",
|
|
306
489
|
"services": 1,
|
|
307
|
-
"tools":
|
|
490
|
+
"tools": 21,
|
|
308
491
|
"actions": 3,
|
|
309
|
-
"triggers":
|
|
492
|
+
"triggers": 4
|
|
493
|
+
},
|
|
494
|
+
"project": {
|
|
495
|
+
"label": "Project Management",
|
|
496
|
+
"services": 1,
|
|
497
|
+
"tools": 16,
|
|
498
|
+
"actions": 2,
|
|
499
|
+
"triggers": 4
|
|
500
|
+
},
|
|
501
|
+
"social": {
|
|
502
|
+
"label": "Social Media",
|
|
503
|
+
"services": 4,
|
|
504
|
+
"tools": 45,
|
|
505
|
+
"actions": 8,
|
|
506
|
+
"triggers": 11
|
|
507
|
+
},
|
|
508
|
+
"advertising": {
|
|
509
|
+
"label": "Advertising",
|
|
510
|
+
"services": 6,
|
|
511
|
+
"tools": 62,
|
|
512
|
+
"actions": 8,
|
|
513
|
+
"triggers": 13
|
|
514
|
+
},
|
|
515
|
+
"finance": {
|
|
516
|
+
"label": "Finance",
|
|
517
|
+
"services": 1,
|
|
518
|
+
"tools": 9,
|
|
519
|
+
"actions": 2,
|
|
520
|
+
"triggers": 2
|
|
521
|
+
},
|
|
522
|
+
"automation": {
|
|
523
|
+
"label": "Automation",
|
|
524
|
+
"services": 1,
|
|
525
|
+
"tools": 5,
|
|
526
|
+
"actions": 1,
|
|
527
|
+
"triggers": 2
|
|
528
|
+
},
|
|
529
|
+
"integration": {
|
|
530
|
+
"label": "Integration",
|
|
531
|
+
"services": 1,
|
|
532
|
+
"tools": 7,
|
|
533
|
+
"actions": 1,
|
|
534
|
+
"triggers": 2
|
|
535
|
+
},
|
|
536
|
+
"cloud": {
|
|
537
|
+
"label": "Cloud",
|
|
538
|
+
"services": 1,
|
|
539
|
+
"tools": 11,
|
|
540
|
+
"actions": 2,
|
|
541
|
+
"triggers": 3
|
|
310
542
|
}
|
|
311
543
|
},
|
|
312
544
|
"allTools": [
|
|
@@ -599,7 +831,262 @@
|
|
|
599
831
|
"mongodb_update_many",
|
|
600
832
|
"mongodb_delete_one",
|
|
601
833
|
"mongodb_aggregate",
|
|
602
|
-
"mongodb_count"
|
|
834
|
+
"mongodb_count",
|
|
835
|
+
"quickbooks_create_invoice",
|
|
836
|
+
"quickbooks_list_invoices",
|
|
837
|
+
"quickbooks_get_invoice",
|
|
838
|
+
"quickbooks_send_invoice",
|
|
839
|
+
"quickbooks_create_customer",
|
|
840
|
+
"quickbooks_list_customers",
|
|
841
|
+
"quickbooks_get_customer",
|
|
842
|
+
"quickbooks_update_customer",
|
|
843
|
+
"quickbooks_create_payment",
|
|
844
|
+
"quickbooks_list_payments",
|
|
845
|
+
"quickbooks_list_accounts",
|
|
846
|
+
"quickbooks_get_account",
|
|
847
|
+
"quickbooks_create_bill",
|
|
848
|
+
"quickbooks_list_bills",
|
|
849
|
+
"quickbooks_create_estimate",
|
|
850
|
+
"quickbooks_send_estimate",
|
|
851
|
+
"quickbooks_create_item",
|
|
852
|
+
"quickbooks_list_items",
|
|
853
|
+
"quickbooks_get_item",
|
|
854
|
+
"quickbooks_profit_loss_report",
|
|
855
|
+
"quickbooks_balance_sheet",
|
|
856
|
+
"asana_create_task",
|
|
857
|
+
"asana_list_tasks",
|
|
858
|
+
"asana_get_task",
|
|
859
|
+
"asana_update_task",
|
|
860
|
+
"asana_delete_task",
|
|
861
|
+
"asana_create_project",
|
|
862
|
+
"asana_list_projects",
|
|
863
|
+
"asana_get_project",
|
|
864
|
+
"asana_create_section",
|
|
865
|
+
"asana_list_sections",
|
|
866
|
+
"asana_list_workspaces",
|
|
867
|
+
"asana_create_tag",
|
|
868
|
+
"asana_list_tags",
|
|
869
|
+
"asana_list_teams",
|
|
870
|
+
"asana_add_task_to_project",
|
|
871
|
+
"asana_search_tasks",
|
|
872
|
+
"intercom_create_contact",
|
|
873
|
+
"intercom_list_contacts",
|
|
874
|
+
"intercom_search_contacts",
|
|
875
|
+
"intercom_update_contact",
|
|
876
|
+
"intercom_create_conversation",
|
|
877
|
+
"intercom_list_conversations",
|
|
878
|
+
"intercom_reply_to_conversation",
|
|
879
|
+
"intercom_close_conversation",
|
|
880
|
+
"intercom_create_company",
|
|
881
|
+
"intercom_list_companies",
|
|
882
|
+
"intercom_create_tag",
|
|
883
|
+
"intercom_tag_contact",
|
|
884
|
+
"intercom_list_tags",
|
|
885
|
+
"intercom_create_article",
|
|
886
|
+
"intercom_list_articles",
|
|
887
|
+
"dropbox_list_folder",
|
|
888
|
+
"dropbox_list_folder_continue",
|
|
889
|
+
"dropbox_get_metadata",
|
|
890
|
+
"dropbox_create_folder",
|
|
891
|
+
"dropbox_delete",
|
|
892
|
+
"dropbox_move",
|
|
893
|
+
"dropbox_copy",
|
|
894
|
+
"dropbox_search",
|
|
895
|
+
"dropbox_create_shared_link",
|
|
896
|
+
"dropbox_list_shared_links",
|
|
897
|
+
"whatsapp_send_text",
|
|
898
|
+
"whatsapp_send_template",
|
|
899
|
+
"whatsapp_send_media",
|
|
900
|
+
"whatsapp_list_templates",
|
|
901
|
+
"whatsapp_upload_media",
|
|
902
|
+
"whatsapp_get_media_url",
|
|
903
|
+
"instagram_list_media",
|
|
904
|
+
"instagram_get_media",
|
|
905
|
+
"instagram_create_media_container",
|
|
906
|
+
"instagram_publish_media",
|
|
907
|
+
"instagram_list_comments",
|
|
908
|
+
"instagram_reply_to_comment",
|
|
909
|
+
"instagram_delete_comment",
|
|
910
|
+
"instagram_get_insights",
|
|
911
|
+
"instagram_list_stories",
|
|
912
|
+
"instagram_get_profile",
|
|
913
|
+
"twitter_create_tweet",
|
|
914
|
+
"twitter_delete_tweet",
|
|
915
|
+
"twitter_search_tweets",
|
|
916
|
+
"twitter_get_user",
|
|
917
|
+
"twitter_get_user_by_username",
|
|
918
|
+
"twitter_get_followers",
|
|
919
|
+
"twitter_get_following",
|
|
920
|
+
"twitter_create_list",
|
|
921
|
+
"twitter_get_lists",
|
|
922
|
+
"twitter_send_dm",
|
|
923
|
+
"twitter_get_tweet",
|
|
924
|
+
"twitter_get_user_tweets",
|
|
925
|
+
"twitter_like_tweet",
|
|
926
|
+
"twitter_unlike_tweet",
|
|
927
|
+
"twitter_retweet",
|
|
928
|
+
"twitter_unretweet",
|
|
929
|
+
"tiktok_list_videos",
|
|
930
|
+
"tiktok_get_video_info",
|
|
931
|
+
"tiktok_create_campaign",
|
|
932
|
+
"tiktok_list_campaigns",
|
|
933
|
+
"tiktok_get_campaign",
|
|
934
|
+
"tiktok_update_campaign",
|
|
935
|
+
"tiktok_create_ad_group",
|
|
936
|
+
"tiktok_list_ad_groups",
|
|
937
|
+
"tiktok_create_ad",
|
|
938
|
+
"tiktok_list_ads",
|
|
939
|
+
"tiktok_get_report",
|
|
940
|
+
"google_ads_search",
|
|
941
|
+
"google_ads_mutate_campaigns",
|
|
942
|
+
"google_ads_list_campaigns",
|
|
943
|
+
"google_ads_create_campaign",
|
|
944
|
+
"google_ads_list_ad_groups",
|
|
945
|
+
"google_ads_create_ad_group",
|
|
946
|
+
"google_ads_list_ads",
|
|
947
|
+
"google_ads_create_ad",
|
|
948
|
+
"google_ads_get_report",
|
|
949
|
+
"facebook_ads_create_campaign",
|
|
950
|
+
"facebook_ads_list_campaigns",
|
|
951
|
+
"facebook_ads_get_campaign",
|
|
952
|
+
"facebook_ads_update_campaign",
|
|
953
|
+
"facebook_ads_create_adset",
|
|
954
|
+
"facebook_ads_list_adsets",
|
|
955
|
+
"facebook_ads_create_ad",
|
|
956
|
+
"facebook_ads_list_ads",
|
|
957
|
+
"facebook_ads_get_insights",
|
|
958
|
+
"facebook_ads_create_audience",
|
|
959
|
+
"facebook_ads_list_audiences",
|
|
960
|
+
"plaid_create_link_token",
|
|
961
|
+
"plaid_exchange_public_token",
|
|
962
|
+
"plaid_get_accounts",
|
|
963
|
+
"plaid_get_balance",
|
|
964
|
+
"plaid_get_transactions",
|
|
965
|
+
"plaid_sync_transactions",
|
|
966
|
+
"plaid_get_identity",
|
|
967
|
+
"plaid_get_auth",
|
|
968
|
+
"plaid_get_institutions",
|
|
969
|
+
"square_create_payment",
|
|
970
|
+
"square_list_payments",
|
|
971
|
+
"square_get_payment",
|
|
972
|
+
"square_create_refund",
|
|
973
|
+
"square_create_customer",
|
|
974
|
+
"square_list_customers",
|
|
975
|
+
"square_get_customer",
|
|
976
|
+
"square_update_customer",
|
|
977
|
+
"square_delete_customer",
|
|
978
|
+
"square_create_order",
|
|
979
|
+
"square_list_orders",
|
|
980
|
+
"square_get_order",
|
|
981
|
+
"square_create_catalog_object",
|
|
982
|
+
"square_list_catalog",
|
|
983
|
+
"square_search_catalog",
|
|
984
|
+
"square_get_inventory",
|
|
985
|
+
"square_adjust_inventory",
|
|
986
|
+
"tiktok_ads_create_campaign",
|
|
987
|
+
"tiktok_ads_list_campaigns",
|
|
988
|
+
"tiktok_ads_update_campaign_status",
|
|
989
|
+
"tiktok_ads_create_adgroup",
|
|
990
|
+
"tiktok_ads_list_adgroups",
|
|
991
|
+
"tiktok_ads_update_adgroup",
|
|
992
|
+
"tiktok_ads_create_ad",
|
|
993
|
+
"tiktok_ads_list_ads",
|
|
994
|
+
"tiktok_ads_update_ad",
|
|
995
|
+
"tiktok_ads_get_report",
|
|
996
|
+
"tiktok_ads_create_audience",
|
|
997
|
+
"tiktok_ads_list_audiences",
|
|
998
|
+
"x_ads_list_campaigns",
|
|
999
|
+
"x_ads_create_campaign",
|
|
1000
|
+
"x_ads_get_campaign",
|
|
1001
|
+
"x_ads_update_campaign",
|
|
1002
|
+
"x_ads_list_line_items",
|
|
1003
|
+
"x_ads_create_line_item",
|
|
1004
|
+
"x_ads_list_promoted_tweets",
|
|
1005
|
+
"x_ads_create_promoted_tweet",
|
|
1006
|
+
"x_ads_get_stats",
|
|
1007
|
+
"x_ads_create_audience",
|
|
1008
|
+
"x_ads_list_audiences",
|
|
1009
|
+
"linkedin_ads_list_campaigns",
|
|
1010
|
+
"linkedin_ads_create_campaign",
|
|
1011
|
+
"linkedin_ads_get_campaign",
|
|
1012
|
+
"linkedin_ads_update_campaign",
|
|
1013
|
+
"linkedin_ads_list_campaign_groups",
|
|
1014
|
+
"linkedin_ads_create_campaign_group",
|
|
1015
|
+
"linkedin_ads_list_creatives",
|
|
1016
|
+
"linkedin_ads_create_creative",
|
|
1017
|
+
"linkedin_ads_get_analytics",
|
|
1018
|
+
"linkedin_ads_create_audience",
|
|
1019
|
+
"linkedin_ads_list_audiences",
|
|
1020
|
+
"instagram_ads_create_campaign",
|
|
1021
|
+
"instagram_ads_list_campaigns",
|
|
1022
|
+
"instagram_ads_create_adset",
|
|
1023
|
+
"instagram_ads_list_adsets",
|
|
1024
|
+
"instagram_ads_create_ad",
|
|
1025
|
+
"instagram_ads_list_ads",
|
|
1026
|
+
"instagram_ads_get_insights",
|
|
1027
|
+
"instagram_ads_get_ad_previews",
|
|
1028
|
+
"smartlead_create_campaign",
|
|
1029
|
+
"smartlead_list_campaigns",
|
|
1030
|
+
"smartlead_get_campaign",
|
|
1031
|
+
"smartlead_update_campaign",
|
|
1032
|
+
"smartlead_add_leads",
|
|
1033
|
+
"smartlead_list_leads",
|
|
1034
|
+
"smartlead_get_lead",
|
|
1035
|
+
"smartlead_add_email_account",
|
|
1036
|
+
"smartlead_list_email_accounts",
|
|
1037
|
+
"smartlead_get_campaign_stats",
|
|
1038
|
+
"smartlead_create_sequence",
|
|
1039
|
+
"smartlead_list_sequences",
|
|
1040
|
+
"zapier_list_zaps",
|
|
1041
|
+
"zapier_get_zap",
|
|
1042
|
+
"zapier_enable_zap",
|
|
1043
|
+
"zapier_disable_zap",
|
|
1044
|
+
"zapier_list_actions",
|
|
1045
|
+
"mulesoft_list_organizations",
|
|
1046
|
+
"mulesoft_list_environments",
|
|
1047
|
+
"mulesoft_list_apis",
|
|
1048
|
+
"mulesoft_get_api",
|
|
1049
|
+
"mulesoft_list_applications",
|
|
1050
|
+
"mulesoft_get_application",
|
|
1051
|
+
"mulesoft_deploy_application",
|
|
1052
|
+
"azure_list_subscriptions",
|
|
1053
|
+
"azure_list_resource_groups",
|
|
1054
|
+
"azure_create_resource_group",
|
|
1055
|
+
"azure_list_resources",
|
|
1056
|
+
"azure_get_resource",
|
|
1057
|
+
"azure_delete_resource",
|
|
1058
|
+
"azure_list_storage_accounts",
|
|
1059
|
+
"azure_list_vms",
|
|
1060
|
+
"azure_get_vm",
|
|
1061
|
+
"azure_start_vm",
|
|
1062
|
+
"azure_stop_vm",
|
|
1063
|
+
"pipedrive_create_deal",
|
|
1064
|
+
"pipedrive_list_deals",
|
|
1065
|
+
"pipedrive_get_deal",
|
|
1066
|
+
"pipedrive_update_deal",
|
|
1067
|
+
"pipedrive_delete_deal",
|
|
1068
|
+
"pipedrive_create_person",
|
|
1069
|
+
"pipedrive_list_persons",
|
|
1070
|
+
"pipedrive_get_person",
|
|
1071
|
+
"pipedrive_update_person",
|
|
1072
|
+
"pipedrive_delete_person",
|
|
1073
|
+
"pipedrive_create_organization",
|
|
1074
|
+
"pipedrive_list_organizations",
|
|
1075
|
+
"pipedrive_create_activity",
|
|
1076
|
+
"pipedrive_list_activities",
|
|
1077
|
+
"pipedrive_list_pipelines",
|
|
1078
|
+
"pipedrive_get_pipeline",
|
|
1079
|
+
"pipedrive_create_note",
|
|
1080
|
+
"pipedrive_list_notes",
|
|
1081
|
+
"pipedrive_search_items",
|
|
1082
|
+
"linkedin_create_post",
|
|
1083
|
+
"linkedin_get_profile",
|
|
1084
|
+
"linkedin_list_connections",
|
|
1085
|
+
"linkedin_get_organization",
|
|
1086
|
+
"linkedin_list_org_posts",
|
|
1087
|
+
"linkedin_delete_post",
|
|
1088
|
+
"linkedin_get_post",
|
|
1089
|
+
"linkedin_upload_image"
|
|
603
1090
|
],
|
|
604
1091
|
"allActions": [
|
|
605
1092
|
"crm_sync",
|
|
@@ -666,7 +1153,46 @@
|
|
|
666
1153
|
"file_backup",
|
|
667
1154
|
"data_export",
|
|
668
1155
|
"collection_sync",
|
|
669
|
-
"index_optimize"
|
|
1156
|
+
"index_optimize",
|
|
1157
|
+
"quickbooks_sync",
|
|
1158
|
+
"invoice_report",
|
|
1159
|
+
"revenue_summary",
|
|
1160
|
+
"asana_sync",
|
|
1161
|
+
"task_report",
|
|
1162
|
+
"intercom_sync",
|
|
1163
|
+
"support_report",
|
|
1164
|
+
"dropbox_sync",
|
|
1165
|
+
"backup_report",
|
|
1166
|
+
"whatsapp_broadcast",
|
|
1167
|
+
"instagram_schedule_post",
|
|
1168
|
+
"engagement_report",
|
|
1169
|
+
"twitter_schedule_post",
|
|
1170
|
+
"follower_report",
|
|
1171
|
+
"tiktok_schedule_post",
|
|
1172
|
+
"performance_report",
|
|
1173
|
+
"google_ads_optimize",
|
|
1174
|
+
"budget_report",
|
|
1175
|
+
"facebook_ads_optimize",
|
|
1176
|
+
"roi_report",
|
|
1177
|
+
"plaid_reconcile",
|
|
1178
|
+
"transaction_report",
|
|
1179
|
+
"square_sync",
|
|
1180
|
+
"sales_report",
|
|
1181
|
+
"tiktok_ads_optimize",
|
|
1182
|
+
"x_ads_optimize",
|
|
1183
|
+
"linkedin_ads_optimize",
|
|
1184
|
+
"instagram_ads_optimize",
|
|
1185
|
+
"smartlead_sync",
|
|
1186
|
+
"outreach_report",
|
|
1187
|
+
"zapier_sync",
|
|
1188
|
+
"mulesoft_sync",
|
|
1189
|
+
"azure_sync",
|
|
1190
|
+
"cost_report",
|
|
1191
|
+
"pipedrive_sync",
|
|
1192
|
+
"deal_report",
|
|
1193
|
+
"activity_summary",
|
|
1194
|
+
"linkedin_schedule_post",
|
|
1195
|
+
"engagement_report"
|
|
670
1196
|
],
|
|
671
1197
|
"allTriggers": [
|
|
672
1198
|
"contact_created",
|
|
@@ -761,7 +1287,69 @@
|
|
|
761
1287
|
"teams_message_received",
|
|
762
1288
|
"document_inserted",
|
|
763
1289
|
"document_updated",
|
|
764
|
-
"document_deleted"
|
|
1290
|
+
"document_deleted",
|
|
1291
|
+
"payment_received",
|
|
1292
|
+
"invoice_created",
|
|
1293
|
+
"invoice_overdue",
|
|
1294
|
+
"customer_created",
|
|
1295
|
+
"task_created",
|
|
1296
|
+
"task_completed",
|
|
1297
|
+
"task_assigned",
|
|
1298
|
+
"project_updated",
|
|
1299
|
+
"conversation_created",
|
|
1300
|
+
"conversation_replied",
|
|
1301
|
+
"contact_created",
|
|
1302
|
+
"tag_applied",
|
|
1303
|
+
"file_uploaded",
|
|
1304
|
+
"file_modified",
|
|
1305
|
+
"folder_created",
|
|
1306
|
+
"message_received",
|
|
1307
|
+
"message_delivered",
|
|
1308
|
+
"message_read",
|
|
1309
|
+
"comment_received",
|
|
1310
|
+
"mention_received",
|
|
1311
|
+
"media_published",
|
|
1312
|
+
"mention_received",
|
|
1313
|
+
"dm_received",
|
|
1314
|
+
"follower_gained",
|
|
1315
|
+
"video_published",
|
|
1316
|
+
"campaign_completed",
|
|
1317
|
+
"campaign_budget_exceeded",
|
|
1318
|
+
"conversion_received",
|
|
1319
|
+
"campaign_completed",
|
|
1320
|
+
"budget_exceeded",
|
|
1321
|
+
"lead_generated",
|
|
1322
|
+
"transactions_updated",
|
|
1323
|
+
"balance_changed",
|
|
1324
|
+
"payment_completed",
|
|
1325
|
+
"order_created",
|
|
1326
|
+
"inventory_updated",
|
|
1327
|
+
"campaign_completed",
|
|
1328
|
+
"budget_exhausted",
|
|
1329
|
+
"campaign_completed",
|
|
1330
|
+
"impression_goal_reached",
|
|
1331
|
+
"campaign_completed",
|
|
1332
|
+
"lead_form_submitted",
|
|
1333
|
+
"campaign_completed",
|
|
1334
|
+
"engagement_spike",
|
|
1335
|
+
"email_opened",
|
|
1336
|
+
"email_replied",
|
|
1337
|
+
"lead_bounced",
|
|
1338
|
+
"zap_triggered",
|
|
1339
|
+
"zap_error",
|
|
1340
|
+
"deployment_completed",
|
|
1341
|
+
"api_error",
|
|
1342
|
+
"resource_created",
|
|
1343
|
+
"vm_state_changed",
|
|
1344
|
+
"alert_triggered",
|
|
1345
|
+
"deal_created",
|
|
1346
|
+
"deal_updated",
|
|
1347
|
+
"deal_won",
|
|
1348
|
+
"deal_lost",
|
|
1349
|
+
"person_created",
|
|
1350
|
+
"post_engagement",
|
|
1351
|
+
"connection_accepted",
|
|
1352
|
+
"mention_received"
|
|
765
1353
|
],
|
|
766
1354
|
"allServiceIds": [
|
|
767
1355
|
"crm",
|
|
@@ -789,12 +1377,36 @@
|
|
|
789
1377
|
"mailchimp",
|
|
790
1378
|
"zoom",
|
|
791
1379
|
"microsoft",
|
|
792
|
-
"mongodb"
|
|
1380
|
+
"mongodb",
|
|
1381
|
+
"quickbooks",
|
|
1382
|
+
"asana",
|
|
1383
|
+
"intercom",
|
|
1384
|
+
"dropbox",
|
|
1385
|
+
"whatsapp",
|
|
1386
|
+
"instagram",
|
|
1387
|
+
"twitter",
|
|
1388
|
+
"tiktok",
|
|
1389
|
+
"google_ads",
|
|
1390
|
+
"facebook_ads",
|
|
1391
|
+
"plaid",
|
|
1392
|
+
"square",
|
|
1393
|
+
"tiktok_ads",
|
|
1394
|
+
"x_ads",
|
|
1395
|
+
"linkedin_ads",
|
|
1396
|
+
"instagram_ads",
|
|
1397
|
+
"smartlead",
|
|
1398
|
+
"zapier",
|
|
1399
|
+
"mulesoft",
|
|
1400
|
+
"azure",
|
|
1401
|
+
"pipedrive",
|
|
1402
|
+
"linkedin"
|
|
793
1403
|
],
|
|
794
1404
|
"crmTools": 245,
|
|
795
1405
|
"vaultTools": 4,
|
|
1406
|
+
"vaultContainerTools": 8,
|
|
1407
|
+
"deedTools": 6,
|
|
796
1408
|
"engineTools": 6,
|
|
797
1409
|
"appTools": 5,
|
|
798
|
-
"totalTools":
|
|
799
|
-
"totalCapabilities":
|
|
1410
|
+
"totalTools": 819,
|
|
1411
|
+
"totalCapabilities": 1078
|
|
800
1412
|
}
|