autobrr_notifications
Manage autobrr notification channels: create, delete, update, list, and test alerts for Discord, Telegram, and more, and fetch Pushover sound options.
Instructions
autobrr notifications operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_create_notification(body={}) — Create a notification. WRITE: this modifies your autobrr instance.
autobrr_delete_notification(notification_id) — Delete a notification. DESTRUCTIVE: this deletes data.
autobrr_get_notification(notification_id) — Fetch a single notification by id.
autobrr_get_pushover_sounds(token='') — Fetch available Pushover sounds for an app token. Query params: token (Pushover application token).
autobrr_list_notifications() — List notifications (Discord, Telegram, etc.).
autobrr_test_notification(body={}) — Send a test notification. WRITE: this modifies your autobrr instance.
autobrr_update_notification(notification_id, body={}) — Update a notification. WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |