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 eventsession: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
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.