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-db4b-4b67-9a3c-23f94d686a3b",
"to_staff_uuid": "123e4567-36d3-4ea6-98b9-23f94cd98f0b",
"sent_timestamp": "2026-03-01 12:00:00",
"delivered_timestamp": "2026-03-01 12:00:00",
"read_timestamp": "2026-03-01 12:00:00",
"regarding_job_uuid": "123e4567-5251-474e-8fb8-23f9484328cb",
"uuid": "123e4567-c00b-4d12-bc4d-23f941bae2eb"
}Response
Success
Example response
{
"message": "OK"
}