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-fa45-4342-aed9-23c6fd268b8b",
"to_staff_uuid": "123e4567-40db-4be3-8b7a-23c6f8e9222b",
"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-91f2-4325-9a55-23c6f8fae9cb",
"uuid": "123e4567-29de-4d23-8aaf-23c6f9c764fb"
}Response
Success
Example response
{
"message": "OK"
}