create_notification_action_by_name
Trigger a specific notification action by name to send alerts or execute custom notifications in Sonarr.
Instructions
Create Notification.
POST /api/v3/notification/action/{name}
Args: name: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |