Best of Twilio2024

  1. 1
    Article
    Avatar of colkgirlCode Like A Girl·2y

    How I created an AWS System to crush the Architect exam

    The post shares insights on building a notification system using AWS services to help revise for the AWS Solutions Architect Certification. The system sends PowerPoint slides as WhatsApp messages using Lambda, S3, EventBridge, and Twilio, assisting in timely and structured revision. The architecture is scalable and can be used for any revision needs.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Get Roast if task is uncompleted

    An AI Roasting bot and to-do list platform motivates users to complete their tasks with humor, using Twilio's API and Google's Gemini API. This bot generates funny, tailored roast messages based on user-submitted goals and sends periodic roasting reminders until tasks are completed.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Link Eater: The WhatsApp Bot That Digests Content for You

    Link Eater is an AI-powered bot that summarizes web content and YouTube videos directly through WhatsApp, allowing users to quickly grasp key points without navigating through lengthy content. It uses technologies like Node.js, Express.js, Twilio WhatsApp API, OpenAI GPT-3.5, YouTube Data API, and Jina AI. Users can send a URL to the bot, which then responds with a concise summary, making it useful for quick information digestion while engaging in chats and discussions.

  4. 4
    Article
    Avatar of devtoDEV·2y

    Your personal fitness trainer at your service!

    A fitness bot for WhatsApp was developed using Twilio's WhatsApp Sandbox, Azure OpenAI, and other features. The bot provides motivational quotes, workout and diet plans, reminders via voice calls, and answers to fitness-related queries. Users can interact with it using specific commands for personalized responses.

  5. 5
    Article
    Avatar of devtoDEV·2y

    Empowering Fitness with Twilio: Your Personal GymBuddy for Seamless Communication and Progress Tracking!

    GymBuddy is a web application designed to assist fitness enthusiasts by tracking their workout performance and nutritional intake. Key features include performance metrics, nutrition tracking, daily motivational quotes, and interactive progress charts. The application utilizes React.js and Chakra UI on the frontend, and Flask on the backend. It integrates Twilio API for communication and Cohere API for AI-driven content. Users can log their workout details via WhatsApp, which updates a dynamic dashboard.

  6. 6
    Article
    Avatar of devtoDEV·2y

    AI Taxi Dispatch Operator

    AI Operators can enhance business efficiency by automating the order collection process, reducing operational costs and improving productivity. A specific use case is the AI Taxi Dispatch Operator, which automates booking and dispatch using Twilio WhatsApp Messaging and OpenAI technology. This setup ensures seamless communication, gathers necessary booking details, and notifies both the company and clients effectively.

  7. 7
    Article
    Avatar of baeldungBaeldung·2y

    Sending WhatsApp Messages in Spring Boot Using Twilio

    Learn how to send WhatsApp messages using Twilio within a Spring Boot application. Discover the setup process for Twilio and WhatsApp Business Account (WABA), explore the necessary configurations, and implement functionality to send messages and handle user replies. The tutorial also covers sending templated notifications, creating webhook endpoints for handling replies, and testing the integration using MockServer.

  8. 8
    Article
    Avatar of wearedotnetWe Are .NET·2y

    How to create your Own AI Bot on WhatsApp Using the ABP Framework

    Learn how to create a WhatsApp bot incorporating ChatGPT's conversational AI by integrating an ABP.io application template with Twilio and the OpenAI API. The tutorial covers setting up the ABP.io project, configuring Twilio for WhatsApp messaging, and connecting to OpenAI’s API to enable a powerful AI-driven communication tool on WhatsApp. Key implementation steps, including setting up API credentials, creating service classes, handling WhatsApp messages, and deploying the bot, are detailed for an end-to-end solution.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    Scalable SMS Realtime Voting with Twilio, Supabase, Hookdeck, and Next.js

    Learn how to set up scalable, secure, real-time SMS voting using Twilio, Supabase, Hookdeck, and Next.js. The guide walks through phone number verification with Twilio Verify, inbound SMS handling with Twilio Programmable Messaging, and real-time data updates with Supabase. It also covers webhook management using Hookdeck and detailed instructions on managing project environment with Git, Node.js, and key configurations.