Staff Messages
Create a new Staff Message
OAuth Scope
This endpoint requires the following OAuth scope publish_messages.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/staffmessage.json
Request body
Example request
{
"from_staff_uuid": "123e4567-f40a-4e88-a0dd-23d595f87fcb",
"to_staff_uuid": "123e4567-d60a-456e-a3fa-23d59a4b6dbb",
"sent_timestamp": "2026-02-01 12:00:00",
"delivered_timestamp": "2026-02-01 12:00:00",
"read_timestamp": "2026-02-01 12:00:00",
"regarding_job_uuid": "123e4567-f1e4-4b57-a30a-23d59be4551b",
"uuid": "123e4567-f4b2-455c-99c2-23d5978dde2b"
}Response
Success
Example response
{
"message": "OK"
}