Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to have the "App Data Updated" or "App Reload Finished" webhook triggers listen for a specific app or apps? I am having trouble figuring out how to make an automation that does this:
When App 123 is Updated, take action XYZ
what is happening is - When ANY App is updated, take action XYZ.
Due to rate limiting, I don't want the Automation to be triggered constantly, since one of the actions in XYZ is to reload a different app.
Hi @Madolfsson - how can you call an automation to run from the load script? I have tried setting up a REST connection and using the GET curl from the start block as the URL, and then just opening that data connection during the load script execution, but I'm unable to get this working so far.