• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

I want to send Message to everyone in my google sheet.

Status
Not open for further replies.

Oliver

Member
Hi,

Please can you guide me to how i can extract each and every telephone number out of google sheet and send a WhatsApp message with zoom link for meeting to EACH of the people in google sheet.... Some kind of an array... Not sure

Also.... I will have to delay between each one in order not to get spam blocked. But I'm sure a simple delay can sort that.

Kindly Advise, Sorry if its been asked before?
 

Fagun Shah

Well-known member
Hi,

Please can you guide me to how i can extract each and every telephone number out of google sheet and send a WhatsApp message with zoom link for meeting to EACH of the people in google sheet.... Some kind of an array... Not sure

Also.... I will have to delay between each one in order not to get spam blocked. But I'm sure a simple delay can sort that.

Kindly Advise, Sorry if its been asked before?
Are all the numbers in a single column?
 

Oliver

Member
Are all the numbers in a single column?
Yes they are.

1624024056205.png
 

Fagun Shah

Well-known member
I think I have created something similar before, there will be total of 2 workflow to achieve this.

In first workflow you get all the numbers/rows using Get Rows action of google sheet. Then use iterator to separate each row and go through them one-by-one. Then use counter and API to send data to 2nd workflow using API module of pabbly.

Basically we are sending webhook to pabbly's another workflow.

Then in next workflow capture that data and pass counter value in Delay module and then use your whatapp message app's action. It will send 1 message per minute. Less than 1 minute delay is not possible.

Attaching PDFs of both the Workflows, and if you get stuck PM me on FB - https://www.facebook.com/fagun.shah.7/
 

Attachments

  • Sidhant Jain 1-Minute Delay Message Part2-compressed.pdf
    119.7 KB · Views: 251
  • Sidhant Jain 1-Minute Delay Message Part1-compressed.pdf
    207.5 KB · Views: 190

Oliver

Member
I think I have created something similar before, there will be total of 2 workflow to achieve this.

In first workflow you get all the numbers/rows using Get Rows action of google sheet. Then use iterator to separate each row and go through them one-by-one. Then use counter and API to send data to 2nd workflow using API module of pabbly.

Basically we are sending webhook to pabbly's another workflow.

Then in next workflow capture that data and pass counter value in Delay module and then use your whatapp message app's action. It will send 1 message per minute. Less than 1 minute delay is not possible.

Attaching PDFs of both the Workflows, and if you get stuck PM me on FB - https://www.facebook.com/fagun.shah.7/
Thank You
 
Status
Not open for further replies.
Top