skip to Main Content

I would like to create bot in whatsapp. The Idea is here when a user sends a whatsapp message to my phone number that should reply to them.

I have researched twillio since it’s like a sandbox twillio uses it own whatsapp number and So when a new user comes the user should send the sandbox number. Then I searched for whatsapp API I don’t have any company or anything so there I can’t use the official whatsapp API.

Is there some other way of using whatsapp API when I recieve a message it should reply immediately.

2

Answers


  1. Unfortunately, since WhatsApp is only opening its APIs to its trusted/business partners, you can only access it using their services. Some of the examples includes,

    1. Vonage
    2. Infobip
    3. Wati
    4. Twilio as you mentioned

    If these are not enough for you, you can always write your own bot in Python using selenium to scrape the web app for WhatsApp and listen to new message by checking the page regularly.

    Login or Signup to reply.
  2. check out this website: https://wwebjs.dev/.
    I recently used it and it worked for me.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search