notification::delivery::send (public)
notification::delivery::send -delivery_method_id delivery_method_id \ [ -reply_object_id reply_object_id ] \ -notification_type_id notification_type_id \ [ -from_user_id from_user_id ] -to_user_id to_user_id \ -subject subject -content_text content_text \ -content_html content_html [ -file_ids file_ids ]
Defined in packages/notifications/tcl/delivery-method-procs.tcl
do the delivery of certain content to a particular user using a particular delivery method. This is just a wrapper proc that sets up the call to the service contract implementation for a given delivery method.
- Switches:
- -delivery_method_id (required)
- -reply_object_id (optional)
- -notification_type_id (required)
- -from_user_id (optional)
- -to_user_id (required)
- -subject (required)
- -content_text (required)
- -content_html (required)
- -file_ids (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.