Platform Changes In 2025

July 2025
  • RTM API

    Whenever a conversation is marked as verified, a new list of past and current verifications is sent in the the RTM API event session:update_verify. Check out the reference for this event.

  • REST API

    A new REST API route has been added to request an identity verification for a conversation. Check out this new route.

March 2025
  • RTM API

    Whenever a conversation is marked as unread, an event is sent on the RTM API as message:acknowledge:unread:send. Check out the reference for this event.

  • REST API

    A new REST API route has been added to mark a conversation as unread. Check out this new route.

January 2025
  • RTM API

    Whenever an error occurs on a session, such as attempting to set an invalid email address, an event is sent on the RTM API as session:error. Check out the reference for this event.

  • RTM API

    Whenever a message delivery is ignored, such as ignored email deliveries, an event is sent on the RTM API as message:acknowledge:ignored. Check out the reference for this event.