John-Philip Johansson
Dec 27, 2016
visibility 6354
star star star star star
(2 votes)

Introducing Notifications in Content Approvals (Beta)

This feature was released as a Beta feature in CMS UI 10.3.0 and is still under development.

You can read more about how you enable Beta features in Fredrik Tjärnbergs blog post.

You can also read more about Content Approvals in my previous blog post.

Notifications require WebSockets and configuring your email server.

What are Notifications?

Notifications were released as public beta in CMS 9.4.0 and is used by CMS UI 9.4.0 to show notifications related to Projects. A notification is sent instantly to the recipient and shows up in the UI in the "bell icon". Any unread messages will later be emailed out to the user. In CMS 10.3.0, emails can also be sent out instantly instead of waiting for the Notification dispatcher scheduled job.

Notifications on Content Approval events

In CMS UI 10.3.0 notifications are also used to send Content Approval-related messages, and it uses the new instant emails as well.

In the screenshot below, Lina has received a notification that Alfred has sent a page to be reviewed, and she is one of the approvers that should approve or decline the change.

Image blog-notifications-lina-ui.PNG

Lina also receives an email about this, as seen below.

Image blog-notifications-lina-email.PNG

Lina decides to approve the changes and since this scenario only has one step, the page is now ready to be published. In the screenshot below, Alfred is notified about this.

Image blog-notifications-alfred.PNG

Notifications are sent when content is awaiting approval, has been approved, declined, or aborted. Those events are available on the ApprovalEngineEvents which can be hooked into.

Dec 27, 2016

Comments

error Please login to comment.
Latest blogs
Extending a Contract: What You Can Override

Contracts share fields across content types — but not every field setting can be overridden. Push the same contract onto several components, and CM...

Chirag Khanna | Sep 18, 2026 |

Building a Blazor Server UI Inside the Optimizely CMS 13 Admin Shell

What I learned shipping a Blazor Server UI inside Optimizely CMS 13 — Razor components in a NuGet package, the Blazor hub next to MapContent(),...

Stanisław Szołkowski | Sep 17, 2026 |

Giving Optimizely 13 Content Types Meaningful Icons and Thumbnails

When working with an Optimizely CMS solution that has evolved over time, it is common to end up with many content types. As the number grows, the...

Pär Wissmark | Sep 16, 2026 |

force-dynamic vs connection() for Optimizely Graph

If you have built an Optimizely CMS SDK site, you already know getContentByPath on a catch-all. This post is about the part that file never says ou...

Chirag Khanna | Sep 16, 2026 |