Skip to main content

How to create an action with predefined widget attached to it.

  • February 6, 2025
  • 2 replies
  • 62 views

jaymin
Forum|alt.badge.img+6

Hi everyone,

I have a requirement where a predefined widget should be automatically attached to the case wall whenever a specific action is executed.

I came across the SOAR documentation, which mentions that VirusTotal actions provide predefined widgets (Reference Link). I’m looking for a similar implementation.

Does anyone know how can i create such predefined widgets and link them to custom actions? Any insights or guidance would be greatly appreciated!

Thanks!

2 replies

SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • February 7, 2025

A predefined widget is specifically one that comes with the marketplace integration pack.  To make your own we just use the HTML widget it's the same technology. 

Tip - If you like the OOTB widget style, use one and look at the HTML code, then copy paste it out and modify the data structure.  

Note - 'predefined' widgets also have 'Condition' applied so the widget hides if the Action hasn't executed. 

 




TomAtGoogle
Staff
Forum|alt.badge.img+5
  • Staff
  • February 7, 2025

There's also a community article that goes into some detail about this. Everything you need to know about Predefined Widgets