I have a scenario that uses Make API to watch the logs of another (lets call it "target scenario), and if a particular condition occurs in the log, I want to be able to send a notification to my Telegram channel. In this notification I would like to include a key piece of data from a given module in the target scenario.
Is there a Make API function (or another way) to return the output from module n
from an arbitrary executionID of a different scenario?
I was looking through the Make API documentation but couldn’t find something like this.
Thanks for any tips