Notification
Reference for the Notification JSON element.
See also: Notification
Example
{
"phone_number": "+15551234567",
"include_image": true,
"rest_url": "https://example.com/alerts"
}
Fields
| Field | Type | Description |
|---|---|---|
phone_number | string | Phone number used for SMS notifications. |
include_image | boolean | Include an image when available. |
rest_url | string | REST endpoint that receives alert payloads when supported. |
last_detection | object | Most recent detection details in response payloads. |
alerting | boolean | Whether the notification target is currently alerting. |