Div | ||
---|---|---|
| ||
Notification Service Home |
...
Excerpt |
---|
Initiates notification messages pertaining to relevant events and tasks. May , workflow milestones, etc. Notification may use a variety of mechanisms internal to the CollectionSpace system, such as Dashboard items and pop-up windows, and sending an event message to another service, writing a message to a log or audit trail; adding a Dashboard item; or generating a pop-up window. It may also use delivery mechanisms external to the system, such as sending email and SMS text messages.This service also handles logging and the creation of audit trails |
Notification mechanisms generally will be abstract, and should invoke a messaging layer.
Note | ||
---|---|---|
| ||
Much of the page structure and text below this point is boilerplate, copied in from the relevant New Service template. Further work is needed to complete this page. |
...
- Services that are consumed by or that are closely related to this one include Contact, Person, and Organization.
- To send automated notifications triggered by scheduled events or a monitored stream of system events, this service may also depend on Scheduler and Generic Eventing.
Background Documentation
...