This commit is contained in:
Hunter Kehoe 2023-08-08 12:31:09 -06:00
parent 528a67722b
commit ed4579469c
7 changed files with 179 additions and 33 deletions

View file

@ -329,6 +329,7 @@ format of the message. It's very straight forward:
| `click` | - | *URL* | `https://example.com` | Website opened when notification is [clicked](../publish.md#click-action) |
| `actions` | - | *JSON array* | *see [actions buttons](../publish.md#action-buttons)* | [Action buttons](../publish.md#action-buttons) that can be displayed in the notification |
| `attachment` | - | *JSON object* | *see below* | Details about an attachment (name, URL, size, ...) |
| `extras` | - | *JSON object* | `{"customField": "customValue"}` | Extra key:value pairs provided by the publisher |
**Attachment** (part of the message, see [attachments](../publish.md#attachments) for details):
@ -363,6 +364,9 @@ Here's an example for each message type:
"expires": 1643946728,
"url": "https://ntfy.sh/file/sPs71M8A2T.png"
},
"extras": {
"customField": "customValue"
},
"title": "Unauthorized access detected",
"message": "Movement detected in the yard. You better go check"
}