Is is possible to send mail notification based on the overview table about pending translations(like a weekly synopsis). Can this be achieved using triggers-actions or some other module.

Comments

drewish’s picture

Version: 6.x-2.4 » 6.x-2.x-dev

Humm, that would be a pretty cool feature but I can't think of a simple way to do that. I don't have the time or the funding to take it on myself. If anyone would be interested in working on it I'd be very happy to review patches.

kle’s picture

Maybe this "wonder"-Module will help: Rules
(untested)

drupaledmonk’s picture

I achieved it using actions and triggers also using tokens(tokenized email). The trigger I used is node being published and the action used is a tokenized email with the url that triggered this action. Thanks a lot for your reply kle. The email is sent to a group of translators using http://drupal.org/node/435726 .

drewish’s picture

Mind a quick write up of what you did in case anyone else needs it in the future?