I have a "assigned to" CCK field in my content type , which is a cck user reference field(auto complete) with multiple values . I want to send notifications for each assigned users(user reference) on node insert ,update, delete and comment . is there any option to configure this using notification module .I am trying to implement custom notification api implementation but not getting worked .