$ man webhooks
Engineering · Automation
Webhooks
URLs that external services call when an event happens.
why it matters
When someone replies to your Instantly campaign, the webhook fires. When a HeyReach connection accepts, the webhook fires. Webhooks turn events into triggers. Real-time automation.
how you use it
Give the external service a URL to call. When the event happens, they POST data to that URL. Your system processes it. No polling. No waiting. Instant.
related terms