---
title: "Update Pushover settings"
method: POST
path: "/api/v1/edit/pushover"
tags: ["Mailboxes"]
---

# Update Pushover settings

`POST /api/v1/edit/pushover`

Using this endpoint it is possible to update the pushover settings for mailboxes

## Request body

- object
  - `attr` object
    - `active` number — Enables pushover 1 disable pushover 0
    - `evaluate_x_prio` number — Send the Push with High priority
    - `key` string — Pushover key
    - `only_x_prio` number — Only send push for prio mails
    - `sound` string — Set notification sound
    - `senders` string — Only send push for emails from these senders
    - `senders_regex` string — Regex to match senders for which a push will be send
    - `text` string — Custom push noficiation text
    - `title` string — Push title
    - `token` string — Pushover token
  - `items` object — contains list of mailboxes you want to delete

## Response `200`

OK

- object
  - `log` unknown[] — contains request object
    - unknown
  - `msg` unknown[]
    - unknown
  - `type` 'success' | 'danger' | 'error'

## Other responses

- `401` — Unauthorized

## Changes

- **2022-11-17** `be01bf2f637c` — 1 info
  - added the new optional request property `attr/sound`
- **2020-06-07** `47523aca063a` — 1 warning
  - removed the request property `attr/sound`

[Change history](https://skmtc.dev/mailcow/apis/mailcow-api/changes/api/v1/edit/pushover/post.md)

---

[API](https://skmtc.dev/mailcow/apis/mailcow-api.md) · [All operations](https://skmtc.dev/mailcow/apis/mailcow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailcow/mailcow-api/revisions/ae01d1d7886a/schema)
