Update a thread
Update a thread’s status or assignee. Each change is recorded as a timeline entry.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Path Parameters
The id identifier.
Body
Response
Returns the updated thread object.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
thread The user this thread is assigned to, if any.
The communication channel for this thread. email today; additional channels may be added later.
email The other party’s address on this channel (email address today, phone number later).
The matched customer, if the counterparty resolved to one.
When the most recent message was sent or received.
The matched owner, if the counterparty resolved to one.
Whether the thread is open or closed.
open, closed The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.
Email-specific fields. Present when channel is email.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
The first page of timeline entries, newest first. Omitted unless include[]=timeline_entries.