Google sheet or Excel to Whatsapp
Status: Open · Asked by Mango on · 0 views
Hi,
I have one Google sheet, it has the header has the following (Name, Job title, ID expiration date, etc.
I want to know how to use connect to connect that sheet and send WhatsApp message reminder before ID expiration with 1 months and repeat the same reminder once a week.
Only i need to check the ID Expiration filed and send the reminder if ID going to be expired _
Any help will be appreciated.
Thanks in Advance
Mango
Hi @Mango,
For this use case, you will need to set up Google Sheets as your trigger application. Then, utilize the Date/Time Formatter's 'Add/Subtract Time' feature to retrieve dates, such as one month before the expiration date. After that, employ the 'Delay Until' feature in conjunction with the WhatsApp Cloud API action application to send the message at the specified time. Finally, use multiple 'Delay For' steps, along with the WhatsApp Cloud API, to send messages on a weekly basis.
Note: You can replace the WhatsApp Cloud API with any application of your choice if you want to use any other application to send the messages.

To setup Google Sheets as your trigger application. Only the first half is relevant for your use case.
youtube.com/watch?v=lq2L1OxVvIk
To understand Date/Time Formatter
youtube.com/watch?v=XpRkxwytOOg
To understand Delay module
youtube.com/watch?v=HJ967vgDLVw
To setup WhatsApp Cloud API as your action application. Only the second half is relevant for your use case.