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-c938-4430-b824-23eb246a4d9b",
"to_staff_uuid": "123e4567-8225-4244-b2c6-23eb22e8202b",
"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-41ff-413a-b82b-23eb22d7b85b",
"uuid": "123e4567-db89-411f-ac41-23eb20bff8eb"
}Response
Success
Example response
{
"message": "OK"
}