Update Chat
Update chat’s name, assign responsible, or close/re-open a chat.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
an id of the chat as appears in TimelinesAI (can be found in the URL of the chat page, or in the payload of outbound webhook). Supports sending messages to a group.
Body
Chat's name (must be unique in workspace)
256"John Doe"
Assign team member as responsible (specified by registration email in TimelinesAI) or unassign a chat from responsible by supplying an empty string ("").
"john.doe@acme.com"
Is the chart closed (true) or open (false)
false
Is the chat read (true) or unread (false)
true
Set the AI Agent (ChatGPT autoresponse) on or off for this chat. Setting true mirrors the in-app AI Agent switch — it clears any "auto-disabled by outgoing response" lock and re-arms the agent so it will reply to the next inbound message. Setting false turns the agent off for this chat.
true

