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-6724-42d3-8b51-23e93f160d5b",
"to_staff_uuid": "123e4567-2305-4b58-9594-23e933fc03db",
"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-9c09-4347-8f06-23e93fd2eb3b",
"uuid": "123e4567-0c24-472b-9153-23e936751f5b"
}Response
Success
Example response
{
"message": "OK"
}