Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anyway to send WhatsApp message using node js?

Is anyone aware about api that can be used to send WhatsApp message using node.

Api like whatsmate have stopped their premium services and only provide trial account.

like image 829
Kartik Patel Avatar asked Aug 01 '16 11:08

Kartik Patel


People also ask

Does WhatsApp use node JS?

We can send WhatsApp messages using the Twilio API in NodeJS using the following approach. Features of Twilio: Widely used module for sending text messages.

Can I send WhatsApp message via API?

Install the WhatsApp Business API Client — Install your API client. Once your client is working, you can update your application settings. Start using the client — Register your phone number with an API call to /account and send a test message with a call to /messages .

Is there any free API to send WhatsApp message?

Note: The Free API is only for personal use. CallMeBot can now send WhatsApp Text Messages! Super easy using one simple API call.

Can you automate sending WhatsApp messages?

WhatsApp does not have a feature to schedule any message within the app. Having said that, there are several third-party apps available on Google Play Store that lets users schedule any message at the given time and date.

What is the best WhatsApp node implementation for MEAN stack?

If you need WhatsApp node implementation for MERN or MEAN stack or just for creating a bot. WhatsApp-node-api is a wrapper for whatsapp-web.js it allows sending messages with very little setup and the process is straightforward. I broke down the process into three steps; Install & Setup — setting up whatsapp-node-api api.js server

Is there any API that can be used to send WhatsApp message?

Is anyone aware about api that can be used to send WhatsApp message using node. Api like whatsmate have stopped their premium services and only provide trial account. Show activity on this post. There is no official whatsapp API, whatever you can find on the internet is "illegal" and whatsapp will ban them eventually.

How to send messages via WhatsApp with Twilio API?

How you can use Node.js to send messages via WhatsApp with Twilio's API. Once you sign up for the Twilio account, activate the Sandbox for Whatsapp. This enable you a shared phone number and allows you to test with WhatsApp service. Then you have to opt in sending a message to the phone number provided from the sandbox.

Is it possible to send WhatsApp messages without user interaction?

Its impossible to send WhatsApp messages without user interaction. This one is really working. I'll try to automate it using puppeteer. Thanks for the codes... Can we send an image file taken from a html form to WhatsApp using JavaScript? I find this way is a better way to send a msg to WhatsApp unknowing number.


Video Answer


1 Answers

There is no official whatsapp API, whatever you can find on the internet is "illegal" and whatsapp will ban them eventually. Check this one API who was quite good at the start:

https://github.com/venomous0x/WhatsAPI

like image 117
Marcel Caferati Avatar answered Oct 19 '22 03:10

Marcel Caferati