Skip to main content

How can we use an action from Integration-A in a custom action in Integration-B ?

  • December 24, 2024
  • 1 reply
  • 28 views

shubham8agar
Forum|alt.badge.img+5

I'm looking for the method for using an action from Integration-A within a custom-action in Integration-B in Google SecOps SOAR. How this can be done?

1 reply

JeremyLand
Staff
Forum|alt.badge.img+7
  • Staff
  • December 26, 2024

You wont be able to directly reference anything in Integration-A from code Integration-B. Depending on the use case you can either:

1: Design your custom action to accept the relevant bits as parameters and then use a playbook to call the action from integration-A and pass the results to your custom actions.
2: Copy that original action over so it exists in Integration-B.  The easiest method is typically use the export -> items option (In the IDE page, the button looks like a list icon above the integrations/types selector) on the original action then importing that file into Integration-B