December 2022 Summaries
6 posts from Vonage
Filter
Month:
Year:
Post Summaries
Back to Blog
Vonage AI Studio provides businesses with a Low-Code/No-Code conversational AI platform for managing complex customer interactions, allowing human representatives to intervene and take over if needed. The platform offers escalation options in voice and text channels, including the ability to hand over conversations to live agents using Slack's Incoming Webhooks feature. A connector is built to integrate with Slack, enabling the transfer of conversation data between the AI Studio and the live agent, as well as sending and receiving messages through slash commands. This enables seamless communication between customers and live representatives while maintaining the integrity of the original conversation flow. The integration also allows for customization of settings, such as displaying conversations with live agents, transferring parameters, and setting response wait times.
Dec 15, 2022
1,265 words in the original blog post.
Ericsson's Autumn Hackathon was its largest ever, with over 1350 participants at 20 sites worldwide, working on almost 400 ideas. The event allowed employees to innovate, experiment, concentrate, and learn in a time-efficient manner, with challenges and inspirational sessions provided to inspire participation. Participants were encouraged to use Vonage APIs, which they found intuitive and easy to use, with many learning about the benefits of API-driven development. The event also highlighted the importance of community and collaboration, with participants sharing their experiences and ideas externally. The Hackathon/Non-Hackathon format enabled employees to work on projects they were passionate about, while also providing opportunities for learning and growth.
Dec 13, 2022
1,150 words in the original blog post.
Vonage DevCity is a three-day event at Cité des Sciences et de L'industrie in Paris, part of the apidays conference series, where developers can engage with Vonage's communication APIs and attend content sessions on topics such as AI Studio, Conversational Commerce, and API design. The event offers networking opportunities, entertainment, and exclusive swag prizes, including a brand new iPad mini. Vonage is a Gold Sponsor of the conference and will have an exhibition booth where developers can meet the team, run platform demos, and discuss their individual use cases for the APIs. The event also features a speed networking challenge and a free 10-year anniversary Soirée with French cuisine, a ballet performance, and a live DJ.
Dec 09, 2022
787 words in the original blog post.
In this three-part series, I'll walk through some of the key things you'll want to do to become happier with your shiny (old) project. To give some concrete examples, I'll tie everything together by explaining how I refactored and enhanced the open-source Vonage Python SDK, a library that makes HTTP calls to Vonage APIs, but the principles apply to any kind of software project. The series covers enhancements that directly benefit the user, such as custom error handling and input validation, making the code more robust and user-friendly. It also discusses the importance of asynchronous code, tooling, automation, best practices for handing over a project to someone else, and setting up automated tooling.
The final part focuses on handing over the project, including creating a seamless handover, documenting the state of the code, and writing a handover document that includes an overview of the codebase, how to get started with developing on the project, testing overview, work started but not finished, work planned to do, and anything else that's undocumented or non-obvious. The goal is to leave the code in a better state than you found it and make sure your successor can easily pick up where you left off.
Dec 08, 2022
3,040 words in the original blog post.
Zenhome is a PropTech startup that offers a collaborative platform for managing and monitoring renovation or construction projects through its two dedicated apps, "Brickeo Pro" and "Brickeo", providing a valuable tool for individuals and professionals alike. The company was founded in 2021 with an initial focus on addressing the problems faced by French households who undertake construction work or home remodeling, such as defects, trust issues, and difficulty in monitoring progress. By developing a cost-effective innovative service on mobile apps mixing several technologies together, Zenhome has successfully bootstrapped its growth. The company's biggest challenge was defining and developing a platform that addresses both professionals and individuals through a collaborative approach, which it overcame by adopting an agile methodology. With the use of Vonage's Video API, Zenhome enhances customer experience and enables live interactive video sessions. As the company continues to grow and innovate, its goal is to become a leading platform for monitoring construction sites and home remodeling projects in several European countries.
Dec 07, 2022
846 words in the original blog post.
The Vonage Video Express extension for Firebase is a tool that helps developers quickly create multiparty video conferencing applications using the Vonage Video API. The extension provides an easy-to-use interface for integrating video chat into existing Firebase projects, abstracting away low-level details such as credentials management and applying optimizations to improve performance. By installing the extension, developers can leverage the power of Vonage's cloud-based video platform within their Firebase applications, enabling seamless video conferencing capabilities with minimal setup and configuration.
Dec 05, 2022
412 words in the original blog post.