If you wanna learn in the next 20 minutes how to build a WhatsApp ChatBot AI with Laravel 10 and AWS Lambda You are in the right place.
Today, I'm going to show you, step by step, How to create a WhatsApp ChatBot AI using basic tools Like, Laravel 10, Aws Lambda ( serverless ) and ngrok In order to create your first WhatsApp AI chatbot that can detect text in every image you are uploading, and send it back as a text message :)
Topics:
Youtube video:
https://youtu.be/xOmW322ZIOI
#laravel #whatsapp #aws
I used ultramsg for the WhatsApp API part since it made sending and receiving messages way easier without dealing with too much setup. You still need to handle webhook routes in Laravel, but ultramsg gave me a cleaner structure to work with. Plus, their docs are simple enough that I didn’t have to spend hours figuring things out. It saved me a ton of time during testing.