Hello, hopefully you're doing great.
I am developing. A WhatsApp bot by using Meta APIs,
https://developers.facebook.com/docs/whatsapp
I have developed Django API for sending message and message is sent in the bot successfully. What i am failing is that i want to be have an ability of capturing input that user enter in the bot, then i take that input and pass it in the API (available) then the response of that API should be returned to the bot automatically.
Below is my API for sending message to the bot and is working fine.
And this is the actual bot. Now what i want is to abe to automatically capture that input "ID-M3247" and send it in the external API i have. Then the response to be returned in the bot automatically.
For example: Let's say that is the external API return user information based on use ID of user. So when user enter his/her Id the response should be "user information of that ID" be displayed in the bot automatically.
I need help please. Happy coding 🎉. Thank you!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJO%3DdV3cLQoXmHRqnZpx6fiJuWuSYfejmob4DmaH8Jf_0FSmng%40mail.gmail.com.