Automator workflow triggered by another app

automator

Is it possible to trigger an Automator workflow/application when a specific action occurs in another application? I want to trigger the Automator script to play a particular track in iTunes when my Pomodoro work timer finishes.

If not possible can anyone recommend any other solutions? (please treat with kid gloves as am not a developer)

thnkx

Best Answer

You would probably need an API for the pomodoro app that you're using. The only other way this could be created is by looking for any change instantiated on your native os when the timer is done. Then create an apple script which watches for the identified trigger and plays the sound bite you want when this trigger to call on the custom apple script.