nocobase-notification-manage

Installation
SKILL.md

Goal

Guide NocoBase notification management work end-to-end: inspect notification plugins and channels, configure in-app message or email channels, wire workflow notification nodes, test delivery, and diagnose send logs.

Scope

  • Handle: notification manager usage, including channels in notificationChannels and send logs in notificationSendLogs.
  • Handle: in-app message channels (notificationType: in-app-message) and their workflow message fields.
  • Handle: email channels (notificationType: email) using SMTP transport.
  • Handle: workflow notification node guidance for node type notification.
  • Handle: delivery diagnosis using send logs, workflow job results, and channel configuration readback.

Non-Goals

  • Do not install, enable, or disable plugins directly. Use nocobase-plugin-manage for plugin state changes.
  • Do not design a complete workflow from scratch. Use nocobase-workflow-manage for trigger and node-chain authoring.
  • Do not create new notification channel types. Use plugin development guidance for custom providers.
  • Do not send real external email tests without explicit confirmation of recipients.
  • Do not expose or echo SMTP passwords, app passwords, or other channel secrets.
Installs
27
Repository
nocobase/skills
GitHub Stars
43
First Seen
Jun 15, 2026
nocobase-notification-manage — nocobase/skills