Hello

I have the actions module installed. I created an action which sends an email. Basically, the purpose of this email is to notify the sites admin any time content is updated.

Now, my question is, how do I fire that action?

I think I have to make a module which utilizes the hook_update function, but I'm at a loss on how to tell the actions module to fire the action during hook_update.

Any help, links, etc would be appreciated.

Note, I have the workflow module, but it does't quite work for this scenario.

thanks!