#197 · You too can go from pimply gamer to $400K/mo

youtube ↗AI & Automation

How can I convert a polling (asset) trigger in Make.com into an instant trigger?

There's no built‑in way to turn a polling trigger into an instant one in Make.com. First, check if the service offers a webhook alternative; if so, use that webhook instead of the polling trigger. If no webhook exists, you’re stuck with polling for now, though it’s inefficient and will likely be replaced by webhook‑based systems in the future.

make.comtriggerswebhook

Related answers

youtube ↗Agency Operations

How do I set up the webhook on the Upwork scraper in Maker School?

There is no webhook on the Upwork scraper in Maker School. I'm not really sure what you're referring to. You're referring to the HTTP request. You have to call the automation page, though there have been some issues. I don't recommend using my own scraper; I use Upwork. The Upwork extractor is good, and the Upwork scraper without stale job posts works well. The most popular scraper is now rated poorly, so try the newer ones—they're more reliable. Cloud Genius is the next option.

upworkwebhookscraper
youtube ↗AI & Automation

How does the weight node interact with the webhook and the Upwork scraper template? Are there best practices for configuring both to avoid delays or missed updates, and is there a better or easier way?

The weight (actually wait) node in Make simply pauses the scenario for a set amount of time; it isn’t a webhook. The webhook URL is generated at runtime and the scenario resumes when the webhook is called. You can define a callback URL in Appify so that when the Upwork actor finishes it calls that webhook and the flow continues. In the example Santi uses n8.pulsense.com/webhook as the callback. There’s also a newer Appify API endpoint that runs the actor synchronously and returns the data set items directly, eliminating the need for the wait‑node‑plus‑webhook pattern. Using that endpoint is the simpler, more reliable way to avoid delays or missed updates.

weight nodewebhookupwork scrapermake
youtube ↗AI & Automation

How do you hand over a Make.com workflow to a client after building the automation?

Normally you create the automation inside the Scenario Builder, then schedule a kickoff call with the client. During the call you walk them through signing up for a Make.com account, often sharing your screen and guiding them step‑by‑step. Once they have their own Make.com environment, you can build the automation directly in that workspace. When the automation is ready, you deliver it within their environment, completing the hand‑off and turning the lead into an official client.

make.comworkflow handoffclient onboardingautomation