umbraco-notifications

Implement Umbraco toast notifications via the Context API with TypeScript examples.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/albanist/umbraco_CLI --skill umbraco-notifications-albanist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-notifications
Source: https://github.com/albanist/umbraco_CLI/tree/main/skills/foundation/umbraco-notifications
Command: npx skills add https://github.com/albanist/umbraco_CLI --skill umbraco-notifications-albanist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers understand and implement user feedback mechanisms within the Umbraco backoffice, ensuring a smoother user experience through timely and informative notifications.

Core Features & Use Cases

  • Display Feedback: Show success, error, or warning messages to users.
  • Action Confirmation: Confirm the results of user actions.
  • Error Handling: Provide clear error messages when operations fail.
  • Use Case: After a user successfully saves a content item, a "Saved successfully!" notification can be displayed. If an error occurs during saving, a "Save failed. Please try again." notification can alert the user.

Quick Start

Use the umbraco-notifications skill to display a success message to the user.

Frequently Asked Questions about umbraco-notifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I show toast notifications in the Umbraco backoffice?

To show toast notifications in the Umbraco backoffice, use the Context API to display success, error, or warning messages. This provides immediate user feedback for interactions like saving content.

How does the Umbraco notification system handle user feedback?

The Umbraco notification system handles user feedback by utilizing the Context API to trigger toast-style messages. It displays success, error, or warning states to confirm actions or alert users about failures.

Do I need TypeScript to implement Umbraco backoffice notifications?

Yes, you need TypeScript to implement Umbraco backoffice notifications, as this Skill requires an understanding of Umbraco's front-end architecture and TypeScript to utilize the Context API effectively.

What is the best way to display error messages during Umbraco content saving?

The best way to display error messages during Umbraco content saving is using the notification system via the Context API to show a warning or error toast. This alerts users when an operation fails.

Can I use the Context API to confirm successful user actions in Umbraco?

Yes, you can use the Context API to confirm successful user actions in Umbraco. The notification system allows you to display success messages, such as showing a confirmation after a content item saves successfully.