parentint

Dict

Gives access to the parent integration's namespace from a child integration during a synchronous callint integration run. The full set of special variables are available on the parent.

Asynchronous integrations have no reference to their parent integrations.

# Access the parent's input
parentint.input.payload

# Returns the parent integration's Integration Run History Item
parentint.run_history_id 

Last updated

Was this helpful?