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-300b-45f5-99a6-23eb26b8ed3b",
"to_staff_uuid": "123e4567-98e0-4f74-b7a9-23eb20de454b",
"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-bc79-46f8-9a95-23eb231b9acb",
"uuid": "123e4567-e772-4d56-95b1-23eb2ce6b7fb"
}Response
Success
Example response
{
"message": "OK"
}