Let’s say i have a Google sheet with 1k contacts and a column with there phone. I want to send a whatsapp message to each of them but with a 20s delay between each message. I’ve already configured Whapi(api used for sending), but I’m having trouble creating the full flow.
If anyone can point me in a direction I will greatly appreciate it.
Thanks.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
It should be possible to use Wait node for this. Can you please update the question and share your workflow? I can check how you can modify it to add this node.
I will share it in the morning as i am in bed at the moment. But so far i got:
Read Google Sheets
Send message via Whapi Module
Check message status via Webhook
Update Google Sheets status column
I haven’t tested with more then 1 row, but i assume it will try and send them with no delay. I am rather new to this type of automation so idk all available modules. I understand i can put a wait=20s after Step 4, but how do i make it go to the next row after that?