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
notificationChannelsand send logs innotificationSendLogs. - 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-managefor plugin state changes. - Do not design a complete workflow from scratch. Use
nocobase-workflow-managefor 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.