This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

o

Workflow notifications

Comala Document Management will send email notifications for the following events:

  • assignees will receive a notification when they are assigned to review a page/blog.
  • the expiry date is reached for content with the Content Expiry workflow applied.

On-screen notification messages will also be created for example, when reviewers have undertaken an approval decision:

For content with the Content Expiry workflow applied, when the expiry date is reached, the content state will change to Expired and email notifications will be sent to

  • users who are watching the content


The email notifications will come from no-reply@comalatech.com, not from the address that normally sends emails related to built-in Confluence functionality.

Custom notifications

Custom notifications can be added using JSON triggers. A trigger can be set for a specific event to create one or more notifications.

In the Content Expiry workflow when the content in the Approved state expires a JSON trigger is used to:

  • send an email notification 
  • set an on-page message


Content Expiry Workflow JSON Trigger
[{"event":"on-expire","actions":
[{"action":"send-email","recipients":["@watchers","@approvers","@lastExpirator"],
"notification":
{"subject":"${content.title} has expired",
"title":"${content.title} has expired",
"body":"Hello, ${content.link} in the ${content.space} space has expired and needs to be reviewed"}},
{"action":"set-message","type":"info",
"title":"Expired",
"body":"The page has expired","tags":"state",
"mode":"autoClose"}]}]


A JSON trigger can be added using the JSON editor or workflow builder.

Related pages


  • No labels