im stuck at “The request was accepted. Waiting for data.” i already refresh the connection it only does it with Facebook Ad Leads - I’m using a
once we click it get suck, but if i leave it on the scenario it actually works once we get a lead.
Welcome to the Make community!
This is because the module is an INSTANT (Webhook) trigger, and not a POLLING trigger.
There are two main types of triggers, Polling (scheduled), and Instant (webhooks). Polling triggers can only run on a schedule. Instant triggers can be run as soon as data is received by the webhook.
Polling means Make checks external service for changes (pull changes to Make).
Webhook (instant) triggers means external service calls Make when there are new changes (push changes to Make).
The module you are using uses a webhook, which means that if you run the scenario MANUALLY, you also need to send new data to it, by making the changes on the external service.
To find out more on the different types of Trigger modules, see refer to Types of Modules and Webhooks sections of the Make help center.
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
That’s exactly how an instant trigger is supposed to work. You can run it and generate the lead in Facebook and it will run, instantly!