use-apify.com
Webhooks: guides & tutorials
Apify webhooks POST run status and dataset links to your HTTPS server—start downstream work on that callback instead of polling REST APIs each minute.
2 articles
View all tags
Webhooks let Apify POST run status and dataset links to your server the moment a job finishes, so you act on results instead of polling the API. These guides cover setting up webhooks and processing their payloads.
Idempotent handling and retries keep webhook-driven pipelines reliable when deliveries repeat. Below you will find tutorials for wiring Apify webhooks into downstream jobs and services.

Make.com webhooks let you trigger a scenario the instant something happens in any external app — no polling, no delays, no scheduled waits.
A webhook is a URL that Make generates for you. Any system that can send an HTTP POST request can fire that URL and kick off your scenario with real-time data. GitHub merges a PR? Your scenario runs. Stripe processes a payment? Your scenario runs. A custom internal script hits the endpoint? Your scenario runs.
This tutorial covers everything: creating webhook triggers, parsing JSON payloads, using the Webhook Response module, verifying HMAC signatures, and practical examples with GitHub, Stripe, and custom apps.