Home / Companies / Vonage / Blog / October 2025

October 2025 Summaries

11 posts from Vonage

Filter
Month: Year:
Post Summaries Back to Blog
Amanda Cavallaro, a Developer Advocate, presents a project that allows users to create an AI-powered digital wardrobe assistant using Vonage Messages API and Google Gemini API. By leveraging Rich Communication Services (RCS), users can text a bot to display images of their clothes, addressing the common issue of forgetting wardrobe contents. The tutorial requires setting up a Vonage API account, Node.js, and configuring webhooks through ngrok for seamless connectivity. The project involves creating a Vonage application, managing environment variables, and using a JSON file to store wardrobe data, which Gemini processes based on user queries. The RCS messages are then sent as Rich Card Carousel Messages displaying relevant clothing items. The tutorial encourages users to explore various RCS message types and provides resources for further learning and community engagement.
Oct 30, 2025 1,469 words in the original blog post.
Laravel 12 offers modernized starter kits that simplify the process of building new projects by providing pre-made solutions for routes, controllers, authentication, and front-end scaffolding. These kits support React and Vue for those preferring component-based or traditional JavaScript approaches, respectively, while Livewire offers a more PHP-centric option with Blade templates. Each kit integrates with Inertia.js to facilitate seamless communication between Laravel's backend and the interactive front-end, eliminating the need for custom APIs. They include features like TypeScript for type safety, TailwindCSS for styling, and reusable UI components, allowing developers to create responsive and dynamic interfaces efficiently. The starter kits also provide flexible layout options, enabling developers to switch between sidebar and header layouts or modify authentication page styles easily. Whether opting for highly interactive single-page applications or simpler PHP-based frameworks, these kits offer a solid foundation with reusable components and modular layouts, making it easier to experiment with different designs without rewriting code.
Oct 29, 2025 1,325 words in the original blog post.
The tutorial provides a comprehensive guide on using Python and Flask to send and receive WhatsApp messages through the Vonage Messages API, utilizing the Vonage WhatsApp Sandbox for quick and easy setup without requiring a WhatsApp Business Account. It details the necessary prerequisites, including a Vonage API account and tools like ngrok for webhook testing, and provides step-by-step instructions for setting up the development environment, configuring environment variables, and implementing the core logic for message handling in a Flask app. The app is designed to receive WhatsApp messages, reverse the text, and send a reply, demonstrating a full messaging loop. The guide concludes with suggestions for expanding the app's functionality, such as integrating OpenAI for conversational responses or exploring RCS messaging for Android users.
Oct 28, 2025 1,579 words in the original blog post.
Benjamin Aronov, a developer advocate at Vonage, offers a tutorial on detecting SIM swap fraud using the Vonage Identity Insights API with Go (Golang). The tutorial addresses the vulnerability of SMS-based two-factor authentication (2FA) to SIM swap attacks, where a fraudster transfers a victim's phone number to their SIM card. It guides developers through the process of integrating this API to monitor SIM swaps in real-time, providing steps for setting up a Vonage application, authenticating with JWT tokens, and constructing a Go script to interact with the API. This approach allows developers to enhance security by proactively identifying potential account hijackings. The tutorial encourages engagement with the developer community through Vonage's various platforms and emphasizes the importance of adapting these practices for production use after thorough testing.
Oct 23, 2025 2,473 words in the original blog post.
James Seconde, a Senior PHP Developer Advocate, shares a comprehensive tutorial on building a Rich Communication Services (RCS) messenger using Laravel and Livewire, integrating the Vonage Messages API. This guide illustrates how to leverage Livewire to simplify frontend complexities by handling state and behavior within PHP code, ultimately creating a real-time messaging web application. The tutorial walks through setting up Laravel with Livewire, creating models and migrations for conversations and messages, and utilizing Vonage's API for sending messages. It also covers setting up broadcasting with Laravel Reverb and Laravel Echo to handle real-time updates when messages are received via webhooks from Vonage. By employing these tools and techniques, developers can build a robust RCS messaging application that allows seamless connectivity, real-time messaging, and integration with existing cellular messaging applications.
Oct 21, 2025 4,714 words in the original blog post.
James Seconde, a Senior PHP Developer Advocate, provides a comprehensive tutorial on integrating the Vonage Reports API with Laravel to generate both synchronous and asynchronous reports, offering deeper insights into usage analytics beyond the standard 30-day record limit available on the Vonage API Dashboard. The tutorial outlines the setup process, including prerequisites like PHP8.2+, Laravel Installer, ngrok, and a Vonage API Account, and demonstrates how to create API endpoints for fetching and handling report data. The Vonage Reports API allows access to records from the last 13 months, and charges are based on the volume of records retrieved, with recommendations for switching to an Unlimited Plan for high-volume users. Practical examples are given for setting up routes in Laravel to create synchronous and asynchronous reports, as well as checking the status of reports and handling potential errors. This integration is particularly beneficial for users requiring detailed analytics, such as resellers who need to generate custom reports for sub-accounts and issue invoices, or those monitoring for fraudulent activities using the Fraud Defender functionality. The article encourages engagement with the Vonage developer community for further learning and support.
Oct 16, 2025 1,694 words in the original blog post.
The Vonage Reports API offers a centralized platform for users to manage and analyze their communications data more efficiently by providing a consistent view without the need to gather information from multiple sources. It supports tracking delivery status, accessing billing information, detecting fraud, and integrating live data into custom dashboards, making it a versatile tool for monitoring communications. The API is accessible to all Vonage customers with an API key and secret, offering various features like advanced filtering and flexible pricing options, including both Pay As You Go and Unlimited Plans. Users can retrieve data through synchronous or asynchronous queries, allowing for tailored data management depending on the size and urgency of the reports. The API supports a variety of Vonage products, ensuring a comprehensive overview of communication data, along with best practices to optimize its use. Whether it's usage and billing reports, campaign management, or fraud detection, the Reports API equips businesses with the tools needed for effective communication management.
Oct 09, 2025 976 words in the original blog post.
The Model Context Protocol (MCP) is an open standard enabling AI agents to seamlessly interact with APIs and contextual data without the need for custom integrations, providing a structured communication layer between AI models and external systems. Embraced by Vonage, MCP allows agents to perform tasks like sending messages or making calls based on plain-language instructions, with the ReAct Agent Framework facilitating decision-making. MCP is particularly beneficial for developers, enhancing the discoverability and usability of tools. Vonage has launched the Documentation MCP Server to enable AI agents to access its API documentation, and it plans to introduce a Tooling MCP Server to provide structured access to live account and configuration tools. This advancement supports modular and dynamic integration of communication capabilities, aligning with the growing prevalence of AI-powered development. Vonage encourages community involvement in exploring and building upon MCP's potential through projects and feedback.
Oct 08, 2025 1,379 words in the original blog post.
Amanda Cavallaro's blog post highlights the use of Vonage's Verify and Location Network APIs to enhance user identity verification and location accuracy. The Vonage Verify API provides a robust two-factor authentication solution that supports multiple channels and languages, ensuring reliable global use with reduced risk through silent authentication, which simplifies the user experience by operating in the background and eliminating the need for one-time passcodes. The Identity Insights API offers developers detailed information about phone numbers, including SIM swaps and carrier identification, while the Location Verification Insight API delivers accurate location data without requiring GPS hardware, making it ideal for various applications, such as confirming user presence within authorized regions for streaming services or online sign-ups. The post emphasizes the advantages of network-based location verification over IP-based geolocation to prevent fraud and ensure compliance with content licensing agreements, and invites developers to join the conversation through various Vonage community platforms.
Oct 07, 2025 939 words in the original blog post.
In Q3 2025, Vonage introduced several new features and updates aimed at enhancing developer experiences and improving API functionalities. Key developments included the launch of the Identity Insights API in beta, providing real-time phone number intelligence to bolster security and personalization, and the retirement of the Number Verification API in favor of a more streamlined Verify API with Silent Authentication. Video call features were upgraded with the release of VP9 with Scalable Video Coding and new controls in Video API v2.31.0, while post-call tools now offer transcription and AI-generated summaries to facilitate call analysis. Messaging enhancements saw the addition of Rich Communication Services (RCS) to the Verify API for richer authentication flows, and a Message Failover feature in the Messages API to ensure reliable delivery across multiple channels. To simplify developer workflows, Vonage embedded CAMARA APIs for network capabilities and launched a Vonage Documentation MCP Server for easy access to documentation within development environments. Additionally, a multilingual AI Assistant was introduced to provide instant support and resources across various platforms. These initiatives are designed to empower developers to create secure, engaging, and efficient applications with reduced complexity.
Oct 02, 2025 1,584 words in the original blog post.
Vonage sponsored the 2025 DevNetwork [API + Cloud + Data] Hackathon at API World in Santa Clara, focusing on enhancing app security using their APIs, such as the Verify API and soon-to-be-replaced Number Insights and SIM Swap APIs, which will transition to the new Identity Insights API. Participants worldwide collaborated to innovate secure and seamless authentication flows, with Zimrri Gudino's "Vonage WordPress Plugin" project emerging as the winner for its creative and efficient integration of Vonage APIs into WordPress. Beyond the hackathon, Vonage's involvement included talks on API design and the transformative power of network capabilities, highlighting the event's role as a catalyst for creativity and collaboration in the developer ecosystem.
Oct 01, 2025 874 words in the original blog post.