- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-27-2025 03:04 AM
So looking at a way for when an analyst is working on an incident/case in XSIAM so that, if they add any notes, change the assignment, change severity, run commands in warroom etc - that these changes are sent automatically to a backend webhook via http post or API.
anyone done this before or know if possible?
thanks in adv
06-05-2025 12:16 AM
Ok so for anyone interested.. not something that is supported it seems.. however there are ways.
in my case, this will require a Job to be scheduled to trigger a playbook, the playbook will run the 'core-get-incidents' script that i can set on a time base for the 'since_modification_time' input say to 1 hour.. that means any change to an incident in the last hour (severity, assignment,status) will be added to the context data and this can be send to the webhook url as a payload.
then up to the devs on the webhook end to compare the data received to that of the already existing incident in the backend and update the fields if the changes are found to have changed.
bit of a process but the only we can get something at least. in this instance we use swimlane soar in the backend and there is no integration content pack yet for this platform..
hope this helps
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!