Create a new notification configuration.
Required Role: ADMIN or OWNER
Tier Limits:
Supports event-driven notifications for:
threshold_gb in event_filters)Usage Threshold Example:
{
"name": "500GB Alert",
"event_type": "usage_threshold_reached",
"event_filters": {"threshold_gb": 500},
"apprise_url": "slack://token"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Schema for creating a notification config
1 - 255Supported notification event types
task_execution_started, task_execution_completed, task_execution_failed, task_execution_status_changed, task_created, task_updated, task_deleted, task_status_changed, secret_created, secret_updated, secret_deleted, location_created, location_updated, location_deleted Apprise URL (e.g., slack://token)
1 - 2048Jinja2 template for notification message
10000Successful Response
Schema for notification config API responses