Home / Companies / Vonage / Blog / Post Details
Content Deep Dive

Introducing Message Failover in Vonage Messages API

Blog post from Vonage

Post Details
Company
Date Published
Author
Karl Lingiah
Word Count
1,678
Language
English
Hacker News Points
-
Summary

Vonage has introduced a message failover feature in its Messages API, designed to enhance message delivery resilience by automatically sending fallback messages if the initial message is rejected. The Messages API supports multi-channel communication, allowing businesses to send and receive messages across various platforms such as SMS, MMS, RCS, and WhatsApp. The failover feature simplifies the process of implementing message resilience by enabling users to include a failover array in the JSON payload of a message request, which specifies alternative message objects to be sent automatically in case of rejection. This capability can be particularly useful when delivering messages across channels with varying device support and network coverage, such as transitioning from RCS to SMS if a device does not support RCS. The API provides tracking through unique message UUIDs and workflow IDs, allowing users to monitor the status progression of each message and its failover attempts. This innovation streamlines the development of robust messaging applications by integrating failover logic directly into the API request structure.