Pushover integration (Communication). Imported from open-connector.
https://api.pushover.net/messages.json
| Param | Type | Required | Description |
|---|---|---|---|
| token | string | optional | Optional application API token override. |
| user | string | optional | Pushover user key or delivery group key. |
| device | string | optional | Optional target device name. |
| message | string | optional | Message body to send. |
| title | string | optional | Optional message title. |
| url | string | optional | Supplementary URL to show with the message. |
| url_title | string | optional | Display title for the supplementary URL. |
| priority | integer | optional | Message priority accepted by Pushover. |
| ttl | integer | optional | Seconds after which the message should expire. |
| retry | integer | optional | Retry interval in seconds for emergency priority messages. |
| expire | integer | optional | Retry expiration in seconds for emergency priority messages. |
| html | boolean | optional | Whether message text contains HTML formatting. |
| monospace | boolean | optional | Whether message text should use monospace formatting. |
| timestamp | integer | optional | Unix timestamp to attach to the message. |
| callback | string | optional | Callback URL for emergency notification receipts. |
| sound | string | optional | Pushover sound name. |
| tags | string | optional | Comma-separated tags for emergency retry cancellation. |
| attachment | object | optional | Optional image attachment uploaded through POST /api/files. |
| attachment_type | string | optional | MIME type for legacy inline base64 attachment input. |
| attachment_base64 | string | optional | Legacy base64-encoded image attachment content. |
/users/validate.json
/apps/limits.json
/teams.json
/icons/{input}.png
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/receipts/{input}.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/receipts/{input}/cancel.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/receipts/cancel_by_tag/{input}.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/glances.json
/groups.json
/groups.json
/groups/{input}.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/groups/{input}/add_user.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/groups/{input}/remove_user.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/groups/{input}/disable_user.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/groups/{input}/enable_user.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/groups/{input}/rename.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |
/licenses/assign.json
/licenses.json
/teams/add_user.json
/teams/remove_user.json
/users/login.json
/devices.json
/messages.json
/devices/{input}/update_highest_message.json
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | Path parameter: input |