Conversation Sidebar Search Query Optimization & Sorting
Over the weekend we encountered an issue that required us to rollback an update to the query that returns conversations. The rollback also reverted the change that sorted conversations in a logical way prior to paginating them.
We have done some optimizations to the underlying query to improve performance (we will likely continue to look for optimizations on this query).
We are restoring the sort order of conversations loading in the sidebar back to most recent message descending.
Public API
We have released the first pieces of our Public API for the new Textel platform. We are actively working on the public facing documentation and will share when it is ready. While this release adds calls, it is still not complete enough for a client to use end to end.
Authentication Endpoints
Authenticate
Refresh Token
Generate API Key
Send Message Endpoint
Blast Schedule Messages Page
We are getting closer to launching Blast. In this release, we wrapped up the happy path step for Scheduling messages in a campaign.
Message & User Plan Management
We have created some of the underlying infrastructure that will allow us to store some user and message plan information on an account level so we can use this to display usage graphs and reports. This includes calls that will allow us to surface UI in our Account Manager tool to set an account's plan.
Bug Fixes
HIGH: Close Conversation & Flag Group Chat calls were missing an account ID parameter