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-585b-467f-8cff-23b2ec80edbb",
"to_staff_uuid": "123e4567-9c8b-43b0-893e-23b2e7dd5a2b",
"sent_timestamp": "2026-01-01 12:00:00",
"delivered_timestamp": "2026-01-01 12:00:00",
"read_timestamp": "2026-01-01 12:00:00",
"regarding_job_uuid": "123e4567-e354-4cce-b902-23b2e4b6e3bb",
"uuid": "123e4567-f7fa-44ae-bfe1-23b2eebfc45b"
}Response
Success
Example response
{
"message": "OK"
}