Hi
the title is self explanatory..
thanks
Simone

Comments

WorldFallz’s picture

cimo’s picture

Thanks for the hint, but I can t really seem to find these function, any idea?
Simone

WorldFallz’s picture

the answer was as descriptive as your post ;-)

Create a rule that fires when saving content and add a condition to check if it meets the particular criteria of "a specific node".

cimo’s picture

I see, if anybody interested I used:
EVENT: after updating existing event
CONDITION: check for a truth value [node:nid]
Action: send a mail to an arbitrary mail address

thanks for your help
Simone

cimo’s picture

mmm
why isn t [node:body] included in the tokens replacement for the mail s content?
SImone

cimo’s picture

Maybe with php evaluation code? I am trying with

print $node but it doesn t work.

Isn t the given example wrong?

"PHP code inside of delimiters will be evaluated and replaced by its output. E.g. <? echo 1+1?> will be replaced by 2. "