Dispatch Platform connector
create_alert
Create a dispatcher-visible alert in the approved synthetic demo cluster. This tool is not generally available.
POSTWriteDemo cluster only
This write is restricted to an approved synthetic demo cluster. It is not generally available and must not be used with a production tenant.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| title | string | Required | Short alert title. |
| message | string | Required | Alert message or details. |
| type | string | Required | Alert type. REQUESTBOOKINGREQUESTBOOKINGDRIVERUSEROTHERDVPANICSMS |
| entity_id | integer | Optional | Entity ID for alert types that require one. |
| site_id | integer | Optional | Site ID. |
| user_id | integer | Optional | User ID. |
| status | string | Optional | Alert status. NEWASSIGNEDDELETED |
| snooze_until | integer | Optional | Unix timestamp, or 0 when not snoozed. |
| auto_delete | integer | Optional | Whether the platform should automatically delete the alert. 01 |
This page documents the restricted write contract. No example payload or response body is included.
