I’m trying to build an automation in Make where Facebook leads get added to a Google Sheet and then get sent to one of our agents via WhatsApp (using the browser automation module – WhatsApp Web v3).
The flow mostly works, but I keep running into a few issues I can’t seem to solve:
1. Missing value of required parameter address
This pops up even though all fields seem filled in. I’ve checked everything in the module but still getting the error.
2. “Invalid URL” in the WhatsApp step
I’m using something like https://wa.me/40712345678?text=...
but the module keeps saying the URL is invalid. I’ve tried:
- Removing quotes
- Adding full
https://
prefix - Just the number
Still no luck. It just says the URL is not valid.
3. All leads go to the same agent
I added a list of agents in the sheet and a field called “Ultimul agent” to help rotate who gets the next lead. But for some reason, every lead goes to the same person instead of rotating properly.
What I’m trying to build
- New lead comes in from a Facebook form
- Gets added to a Google Sheet
- Based on who got the last lead, the next one goes to a different agent
- That agent gets the lead automatically via WhatsApp (browser automation)
If anyone’s done something similar or can help me figure out what I’m doing wrong (especially with the URL + the agent rotation logic), I’d seriously appreciate it.
Thanks in advance!
Integration Facebook Lead Ads, Google Sheets, Tools, HTTP.blueprint (1).json (104.6 KB)