Playbook Input and Output
A playbook is a logical workflow that consists of nodes to perform a well-defined set of actions. Nodes in a playbook are interconnected and may require input to perform an action.
You can pass input to a playbook node in one of the following ways:
Use dynamic paths to:
Fetch data from a node (memory/app/custom/input) and pass it as input to another node
Fetch event data to pass it as input to a playbook node
Fetch the current system time as an input to a playbook node
Use static or definite values to pass input manually to a playbook node. For example, pass a URL or IP address as an input value.
After the successful execution of a node, you can utilize the node output and pass it as an input to another node in the playbook workflow.