Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Notification
notiff:cancel_notification
Cancel a scheduled notification before it's sent.
Write
High risk
Create Template
notiff:create_template
Create a new notification template.
Write
Medium risk
Delete Template
notiff:delete_template
Delete a notification template permanently.
Write
High risk
Get Delivery Stats
notiff:get_delivery_stats
Get delivery statistics and metrics for notifications.
Read
Low risk
Get Notification
notiff:get_notification
Fetch a single notification by ID with delivery status and metadata.
Read
Low risk
Get Template
notiff:get_template
Fetch a single notification template by ID with content and variables.
Read
Low risk
List Notifications
notiff:list_notifications
List notifications with optional filtering and pagination.
Read
Low risk
List Templates
notiff:list_templates
List notification templates with optional filtering and pagination.
Read
Low risk
Resend Notification
notiff:resend_notification
Resend a notification with the same content and settings.
Write
Medium risk
Send Notification
notiff:send_notification
Send a notification through the specified channel.
Write
Medium risk
Update Template
notiff:update_template
Update an existing notification template.
Write
Medium risk