CoworkerMessages
Get one CoworkerMessage
Retrieve a single CoworkerMessage record by its Id.
GET
Get one CoworkerMessage
A customer message (CoworkerMessage) records an incoming or outgoing email communication associated with a customer; operators can create outbound messages and inspect message history by customer or connected email account.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerMessage-Read role.Path Parameters
integer
required
The Id of the CoworkerMessage record to retrieve.
Code Examples
Response
200
integer
ID of the customer who sent or received this message; location access is determined through the customer’s InvoicingBusiness..
string
Display value for Coworker.FullName..
string
Display value for Coworker.Email..
string
Display value for Coworker.BillingName..
string
Display value for Coworker.CompanyName..
integer
ID of the optional connected email account used to send or receive this message; when omitted, the customer’s location default email settings are used..
string
Display value for EmailAccount.DisplayName..
string
Display value for EmailAccount.EmailAddress..
string
Message subject, limited to 254 characters..
string
HTML message body; canned-response tokens are expanded for the customer before an outgoing email is queued..
boolean
Whether the message is unread; the system clears this flag when the message is updated..
boolean
Whether the message was received from the customer (true) rather than sent to the customer (false); inbound messages are created by the email integration..
integer
Internal identifier assigned by the email provider when importing a message; it is not an automated message template ID..
string
Internal unique identifier of the reminder that generated this message, when applicable..
integer
Internal ID of the AI channel session used to associate this message with an AI conversation timeline..
string
Internal RFC 5322 Message-ID header used for email threading and replies; generated by the sending workflow..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response