Hi.
I have a small use case in which I need help.
Sending a message to the WhatsApp group.
- I have an excel where I have 3 columns.
Name | Mobile | WhatsAppGroup - the WhatsAppGroup is the same for all the records.
- the message sending to the group is also always the same.
example
Hello “Name”, how are you?
(“Name” will be replaced by the name from excel).
P.S - I am using WhatApp API "https://api.whatsapp.com/send?phone="+Mobile+""
now to send messages to every contact in the excel over web.whatsapp.com but trying to send message to a group but no breakthrough yet.
looking for suggestions