May 2024 Summaries
11 posts from Vonage
Filter
Month:
Year:
Post Summaries
Back to Blog
This tutorial provides a step-by-step guide on how to integrate WhatsApp with Google Sheets using Vonage's no-code/low-code platform, AI Studio. The integration allows users to send WhatsApp messages from Google Sheets automatically and also enter new data into Google Sheets from WhatsApp. To achieve this, the tutorial requires creating a WhatsApp chatbot that handles user product feedback, deploying the web app, and configuring custom parameters in AI Studio. The final agent is a simple flow that greets the user by name, collects product feedback, and sends the data to the Google spreadsheet. The tutorial also provides additional resources for further learning and extension of the agent.
May 30, 2024
1,776 words in the original blog post.
This is an overview of Code Hub, a platform that provides prebuilt solutions for common communication workflows and browser-based coding environments. It offers an intuitive interface to browse use cases, including templates such as WhatsApp ChatGPT Bot, Voice ChatGPT Bot, and SMS ChatGPT Bot, which can help businesses adopt tools like ChatGPT more easily. The platform allows users to deploy applications instantly with minimal configuration, making it easier to develop and test communication workflows. With Code Hub, users can create custom solutions using APIs such as Vonage Messages API, Voice API, Video API, Number Insight API, and OpenAI API DALL-E, and get started with a simple use case walkthrough for the SMS ChatGPT Bot template.
May 28, 2024
706 words in the original blog post.
A Python virtual environment is a self-contained environment containing a specific Python interpreter version and its associated dependencies. It provides isolated copies of the Python environment, allowing developers to install and test different packages without affecting their global Python environment. Virtual environments are useful for managing dependencies, preventing conflicts, and maintaining clean project setups, especially when working on multiple projects with different requirements or testing new packages and configurations. They offer flexibility and consistency needed for effective Python development workflows.
May 23, 2024
1,202 words in the original blog post.
Vonage's AI Studio low-code platform enables small and medium businesses to build a custom, cost-effective customer experience solution tailored to their needs. The platform integrates SMS and Slack for seamless communication, allowing teams to respond to customer inquiries directly from Slack. With the integration, customers can connect with support agents over SMS, Voice (phone), or WhatsApp and receive responses in Slack. The solution is particularly beneficial for startups already using Slack for team communications. By following this tutorial, businesses can create a powerful customer support system that combines AI-powered chatbots with human agent assistance.
May 21, 2024
3,094 words in the original blog post.
This tutorial showcases a security-enhanced system that protects users from SIM Swap attacks by verifying their phone numbers and sending verification codes to prevent unauthorized access to accounts. The application uses the Verify API for authentication and the SIM Swap API to detect recent SIM swaps, which can indicate potential identity theft or takeover risks. The system follows a client-server architecture, with the server-side implementation using Node.js and Express to integrate with Vonage's APIs. The client-side implementation involves HTML, CSS, JavaScript, and forms for user interaction, while the `client.js` file handles form submissions and authentication logic. By implementing this security-enhanced system, users can protect themselves from SIM Swap attacks and ensure secure access to their accounts.
May 20, 2024
1,638 words in the original blog post.
The SIM Swap API is a beta feature that allows developers to determine if the SIM card linked to a phone number has recently changed, enabling an additional layer of security in environments where having an uncompromised phone number is crucial. The API includes two endpoints: one to check if a SIM swap occurred during a specified time period and another to retrieve the date when the last swap happened. To use the API, developers need to authenticate themselves using a JWT token and obtain an access token, which can then be used to make API calls. The SIM Swap API belongs to Vonage Network APIs, a collection of APIs that expose network capabilities of mobile carriers. Integrating the SIM Swap API can complement various scenarios, including adding a risk factor or fraud score to individuals, strengthening traditional 2FA methods, and monitoring fraudulent activity on customers' phone numbers.
May 16, 2024
1,287 words in the original blog post.
We are pleased to announce that developers can now get in-depth analytical usage of the Verify API right from the Vonage Dashboard! The Verify API allows developers to integrate Two-Factor Authentication (2FA) within their applications without having to hand-roll a solution. It can use various channels such as Silent Authentication, SMS, and Voice to perform a Verify workflow. Developers can now access easy-to-read visuals for their usage of this API, which can help drive important business decisions. To access the dashboard, simply log in to your Vonage account and expand the Analytics header. From there, you can view high-level and detailed analytics, including successful vs. failed requests, territory breakdowns, and aggregated spend totals. You can also track usage per channel, including fallback channels and user-picked mechanisms. Additionally, a new Verify log provides debugging information such as API keys, device phone numbers, and carrier data. The feature is part of ongoing API evolution, with future updates to be announced through the Developer Community Slack, Vonage Dashboard account, or social media.
May 15, 2024
487 words in the original blog post.
This tutorial guides developers through building a voicemail system using Express.js and Socket.io, integrating with the Vonage Voice API to enable call handling, event processing, and real-time updates for voicemail messages. The project utilizes ngrok to expose the local development server to the internet, allowing it to be accessed remotely. A virtual phone number is also linked to the application to facilitate incoming calls. The system includes routes for answering calls, processing events, and saving voicemails, with a user interface that displays received voicemail messages in real-time using Socket.io connections.
May 14, 2024
1,516 words in the original blog post.
Vonage has released a Fraud Protection solution on the AWS Marketplace, providing businesses with tools to validate users' identities and detect malicious bots or fraudsters. The solution includes APIs for 2FA tools, global number checking, communications fraud monitoring, alerting, and blocking. It also integrates with Amazon Rekognition and generative AI capabilities for advanced fraud protection and feedback. The solution can be used to check and block numbers in real-time, evaluate the legitimacy of a number based on its history, and prevent SIM swap attacks. Additionally, Vonage offers a Node.js library that provides an interface for determining which rules to use and generating output usable in other systems like Amazon Bedrock. The solution is designed to help businesses combat fraud and protect their brands and reputations.
May 09, 2024
2,307 words in the original blog post.
The Vonage Client SDK for Android, iOS, and Web was released last year, initially with In-app Voice and later with In-app Messaging capabilities. A transition guide is available to help developers switch from the previous version of the SDK, covering changes to client instantiation and session management, as well as new features like muting and hanging up. For more information and support, developers can refer to the Vonage Client SDK documentation or tutorials, and reach out to the Vonage Community Slack or [email protected] for assistance.
May 07, 2024
143 words in the original blog post.
In today's digital age, Conversational AI agents can provide quick and efficient support to customers while reducing the need for human customer support agents. Companies like Klarna have already seen success with AI assistants handling a large number of customer service chats. Vonage's no-code/low-code platform called AI Studio allows even small businesses to leverage virtual assistants to yield big savings. To deflect immediate requests for human agents, Vonage has implemented a strategy that helps lower agent requests by up to 30% and ensures users are nudged to interact with the virtual assistant instead of immediately being connected with human agents. This involves creating a new parameter to track user interactions, updating flows to direct users to the virtual assistant, and handling broad queries that might confuse the agent. By implementing this strategy, businesses can increase efficiency and reduce costs while providing better customer experiences.
May 02, 2024
1,326 words in the original blog post.