An open API service indexing awesome lists of open source software.

https://github.com/XoXoHarsh/Whatsapp_Messaging_Template

This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.
https://github.com/XoXoHarsh/Whatsapp_Messaging_Template

Last synced: 3 months ago
JSON representation

This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.

Awesome Lists containing this project

README

        

# WHATSAPP MESSAGING TEMPLATE

## Description

This repository hosts a Node.js script designed for sending messages to multiple users on WhatsApp. This script provides a convenient way to automate messaging tasks, enabling efficient communication with your audience. Whether you need to send notifications, updates, or personalized messages, this script offers flexibility and ease of use.

`Library Used :` whatsapp-web.js

## How to use the project

- Clone the project
- Go inside the project folder and in terminal write the command `npm install` to install the dependencies
- Write the name and phone of the user inside user.js
- Write the message inside the sendmessage function
- Run the script in the terminal using `npm start`.