I want to make dynamic whatsapp chatbots based on configuration specified by users and the only resources I have found regarding it are 3rd party services. I know there is an official Whatsapp API present thought which we can programatically send messages however I have no idea how to make a chatbot using it.
I also saw a portion in the API called webhooks through which you can listen to incoming messages sent by user. Is that how we can make a chatbot or is there some other way?
Any kind of guidance on this would be appreciated. Thanks