Hi all,
I'm trying to create a custom action for "trend vision one" integration in soar. It is supposed to fetch details through API but when i'm trying to test it, getting error "Custom action name" not found as it is not getting imported from constants module.
I have to add action name in constants module, but it's in read mode only.
Can anyone help me in solving this one?
#constants module ide
#trend "get alert details" custom action error
Thanks a lot in advance
Shruti
Hello,
You need to either create a copy of constants, add the necessary code there and import the copy in your custom action, or directly in your custom action define the name without importing it from another module.