← All Blogs

How to enable in-app Notifications using TinyMCE APIs

16 July, 2025

How to enable in-app Notifications using TinyMCE APIs blog

Notifications add value to an app by helping to build conversations between users. They can also help make an interface less hostile by sharing important information. And it’s because they’re so useful that you’re being flooded by feature requests that are asking for notifications to be added to your app. Now (please).

However, because of the noise, it’s hard to set aside the time to figure out the necessary requirements: does it need an opt-in and opt-out feature? Audience segmentation? Personalization? 

The work involved just keeps piling up. 

The good news is that in-app notifications (the kind of notifications that give useful information on screen after a change or event), are easy to handle with a reliable rich text editor such as TinyMCE. The editor has a notifications API that can communicate vital information to the user, and is easy and quick to set up. In this article, you'll find a guide on how to set up and manage notifications in the TinyMCE rich text editor, with NotificationManager API.

Read the full blog on Tiny.

Thanks for reading 💜


I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I come across while surfing the web.

Connect with me through Twitter • LinkedIn • Github or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer

🚀 Come Join my Newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Building a Realtime Chat App with React, Laravel, and WebSockets
Learn to create a real-time messaging app with a modern tech stack and Ably platform APIs.
Setup and Customize Bootstrap in Next.js
Learn how to improve the look and feel of the Next project by configuring the default Bootstrap behaviour.
Handling Undo/Redo Functions in Rich Text Editors
Learn how to implement Undo/Redo functionality in a Rich text editor in your JS application.