Posted by aendra on August 12, 2011 at 10:27am
I'm wanting to create a Rule, such that when a new Storm project is created, and an appointment date is selected via a CCK field I've added to that content type, the referenced organization will be emailed with that date.
Any idea how I'd do that? Using the Send Email action, I'm currently only given acting user and node creator as recipient options; how would I tell it to email the value of a loaded field?
Thanks! Apologies for the lack of documentation work; I'm just now finishing off the project I'm using Storm in relation to.

Comments
On another note -- how can
On another note -- how can you set up a rule to email the related organization when an invoice is created? There doesn't seem to be any tokens available for the person/organzation's email...
--
ændrew rininsland
news, photos, data, code.
aendrew.com :: @aendrew
Hi, there is no rule or token
Hi,
there is no rule or token support in storm yet. Please add the feature requests to the issue list of storm, if they are not already listed.
There are some tokens already
There are some tokens already in Storm - but only in the 2.x branch.
Look out for the implementations of hook_token_list and hook_token_values.
Oh, cool! Apologies, didn't
Oh, cool! Apologies, didn't see that issue. Thanks!
--
ændrew rininsland
news, photos, data, code.
aendrew.com :: @aendrew
Oh, ok, my fault. If there is
Oh, ok, my fault. If there is time we are going to improve this ...