Added
Mark a conversation as done.POST /conversations/{conversationId}/mark-as-done removes a conversation from the inbox without sending a message and returns the updated conversation.Mark a conversation as open. POST /conversations/{conversationId}/mark-as-open moves a conversation back to the inbox without sending a message and returns the updated conversation.Added
Mark a conversation as read.POST /conversations/{conversationId}/mark-as-read clears a conversation’s unread indicator without sending a message and returns the updated conversation.Retry a failed message. POST /messages/{messageId}/retry re-attempts delivery of a message in a failed or undelivered state. Messages that have permanently failed with an error code cannot be retried.Added
List users.GET /users returns a paginated list of users in your Quo workspace.Get user by ID. GET /users/{userId} retrieves detailed information about a specific workspace user.API versioning
The Quo API now uses header-based versioning. Specify your target version by passing theQuo-Api-Version header on every request: