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!
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.
There's also a community article that goes into some detail about this. Everything you need to know about Predefined Widgets