Hello everyone,
I’m looking for an integration that offers custom widgets to display data retrieved from the integration. By "custom widgets," I mean the ability to add HTML code to a widget in order to display specific information.
I understand that Insights can be created, but they are displayed within the Insights widget.
What I need is a reference or example of HTML code used by the community to display integration-related data for cases or alerts, helping users view summarized information more effectively.
Thanks!
Solved! Go to Solution.
Hello,
When you create a view you can select the html widget from the tab on the left called General. Once you are in the html widget configuration screen you will see a few templates. However, if you click view more you will see the full array of templates we offer that covers a lot of common use cases. Sometimes that view more can hide them. Along with the html widget I also recommend using the Key-Value Widget when you are trying to list important fields you want the analysts to have up front so they can make quicker decisions. I often use these when building playbooks and call them 'Key Investigation Fields'. Typically I will create a separate key-value widget for each type of investigation, as the important fields might be different. I have included screenshots of where to find the sample html code in the platform.
Thanks for asking your question,
Ivan
Use the standard (and already installed) HTML widget (top image above)
Then in the HTML/JS code you reference output from any ACtion in the playbook. i.e. if you have an Action called "enrich sql" the HTML might say
<div>Results</div><div>[Enrich SQL.JSON Result]</div>
You don't need to install anything to make this work.
Many of the Actions in the marketplace that focus on questions, enrichments, searching, already have out of the box widgets build ("predefined widgets") but that doesn't stop you pointing your own widget at them.