Alert
An authenticated user sends an alert for the specified event to a specific notification recipient
Path parameters
eventIdstring · uuidRequired
Body
idstring · uuidOptional
The ID of the notification recipient to alert. The ID can be retrieved from the list of notification recipients for the organisation.
Responses
200
OK
application/json
post
POST /api/events/{eventId}/alert HTTP/1.1
Host: app.seedata.io
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}
200
OK
{
"message": "text"
}
Was this helpful?