Job Message

Post a chat message on a job. Omit itemToMakeId and operationId to post on the job-level chat; supply both to post on one operation's chat. The message appears in the in-app job chat, and each mentioned user is subscribed to that chat.

post/api/jobs/{jobId}/messages

Path parameters

jobIdstring required

The job

Request body

bodystring required

Message text

itemToMakeIdstring nullable

Id of the item-to-make to post on. Must be supplied together with operationId; omit both to post on the job itself.

operationIdstring nullable

Id of the operation to post on. Must be supplied together with itemToMakeId; omit both to post on the job itself.

mentionsstring[] nullable

User Ids to @mention in the message. Please reference /api/users endpoints.

Response

Message posted

idstring required

The id of the created record

Changes

Changed in 1 of the 23 revisions of this API.1