WhatsApp notifications

Hey @ALEKSEI_BARANOV
You can send one message to a list of users by simply using comma separated numbers in place of a single phone number.

This can be easily done using a Joined List column and then a template column inside Glide or a text join formula on Google Sheets

1 Like

Now there’s a better way of sending messaging and triggering them directly from inside Glide using the webhook action instead of the spreadsheet. You could have the script deployed as a web app with 2 parameters: (number, message) and use the link inside the trigger webhook action in Glide

2 Likes

thanks for the advice this is very helpful

1 Like

Hey @Manan_Mehta
Thank you :pray: that’s good :+1:

1 Like

Happy to help if you guys get stuck! Feel free to DM me

Hi Manan,
I hope you are well.
Thank you for your awesome contribution to Glide to use Whatsapp!
I had a question regarding the webhook action inside Glide instead of using a spreadsheet. Could you clarify? I would like to send automatically a whatsapp message at a specific datetime (each user has a different datetime).
Thank you in advance for your help!

1 Like

That functionality will not happen with the webhook action because webhooks can be triggered only on yhe click of a button. For a scheduled trigger, I would recommend using Google Apps Scripts.

You could have a column with the time mentioned and your script could run every minute with an if else condition which reads the time and send the notification if the current time matches that time.

1 Like

Hello. The demo app encountered a limitation.