prowlarr_notifications
Manage Prowlarr notification connections: list, create, update, delete, and test notifications (e.g., Discord, Telegram).
Instructions
prowlarr notifications operations on Prowlarr. Pass operation and an arguments dict matching that operation's parameters.
prowlarr_create_notification(body, force_save=None) — Create a notification. body is a NotificationResource (fetch prowlarr_list_notification_schemas for providers). force_save bypasses validation.
prowlarr_delete_notification(id) — Delete a notification by id.
prowlarr_get_notification(id) — Get a single notification by id.
prowlarr_list_notification_schemas() — List notification provider schemas. Read this before creating or updating a notification.
prowlarr_list_notifications() — List all configured notification connections (Discord, Telegram, etc.).
prowlarr_notification_action(name, body) — Run a named action on a notification (e.g. a custom provider action).
prowlarr_test_all_notifications() — Send a test message through every configured notification.
prowlarr_test_notification(body, force_test=None) — Send a test message through a notification connection without saving it.
prowlarr_update_notification(id, body, force_save=None) — Update a notification by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |