I'm using the Flag module to allow authors to approve (or flag) certain types of content that anonymous users upload.

Everything is working well, but I would like to extend the approval feature so it can be done using a notification email as well. I can trigger an email without issue using the Rules module, but I would like to embed the non-ajax version of the flag link to simplify the approval process.

Is it possible to retrieve and send a 'flag' link via email using only the Flag and Rules module? Otherwise, what would be the best way to go about allowing users to flag content via automated notification emails?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

As far as I know, the Flags module in Drupal 7 has full Rules support since several months, but only in the -dev version, so have you tried something never than the beta?

This ought to be enough to accomplish what you ask for, but I may misunderstand where you are having problems with the integration.

link|improve this answer
This was exactly what I was hoping for. I see that they have added native support for flags with tokens like [node:flag-something]. Way cool. – Citricguy Jan 13 at 14:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.