Description:
There is currently no way for a marketplace app to detect which automations are installed on a board via the API.
Use case:
We want to guide users toward setting up automations that enhance our app's functionality. Without the ability to check whether relevant automations are already installed, we have no way to know whether to prompt the user or not â meaning we either show the nudge to everyone (including those who already set it up, creating noise) or show it to no one and miss the opportunity entirely.
Requested feature:
A GraphQL query that returns the automations installed on a given board, ideally including:
Automation name / template ID
Enabled/disabled status
Which app it belongs to
This would allow apps to deliver contextual, personalized guidance without being intrusive.