Hi folks,
I am developing a custom integration and have an action that takes a single IP address as an input and makes certain API calls and fetches detailed information about this IP.
While integrating this action in a playbook, I noticed a use-case, that probably needs to be handled.
Suppose, my action is a part of a playbook, that furthers gets run for a case, where I have multiple events. Each event in the case has a unique Source IP Address. In the action step in the playbook, the input parameter is passed as [Event.sourceAddress], then which event's IP Address would be considered ?
Also, I assume IP address of only one of the many events will be considered, then what should I do to run this action for all the Source IP addresses of all the events in the case ?
Hope the use-case is clear.
Thanks.