Skip to end of banner
Go to start of banner

Comala Document Management Cloud | Default and custom notifications

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 6 Current »

\uD83E\uDD14 Problem

CONFLUENCE CLOUD

How can I disable the Comala Document Management default email notifications, such as page assigned, page unassigned, etc.?

Comala Document Management Cloud approval assignment default email notification to assigneeComala Document Management default notification when a page is unassigned

(info)  Information

The default email notifications cannot be disabled for the Comala Document Management app in Confluence Cloud.

Custom notifications (including custom emails) created using workflow triggers can be managed in Comala Document Management Cloud app by editing the workflow template.

Workaround

If necessary, global email notifications can be disabled for the Confluence site for Confluence - this includes email notifications for all the apps. Custom email notifications for Comala Document Management Cloud events can be created using workflow triggers added to an applied workflow.

Disable Confluence Cloud email notifications

As a global administrator, navigate to

  • Global Administration

  • Configuration

  • uncheck the Email Notification checkbox

confluencecloud_globalconfiguration_emailnotifications_unchecked.png
  • choose Save configuration changes

Custom email notifications

Email notifications are created using workflow triggers. These can be modified or removed according to the needs.

Here is an email trigger example for a workflow state expiry, where the state has an added due date.

"triggers":
[
   {
      "event":"on-expire",
      "actions":[
         {
            "action":"send-email",
            "recipients":[
               "@watchers",
               "@creator",
               "@lastUpdatedBy"
            ],
            "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"
         }
      ]
   }
]

The recipients and the text details can be modified according to the

Product documentation

Knowledge articles

  • No labels