Back to Glossary
apis-automationintermediateunit-4

Webhook

Definition

A notification sent automatically from one system to another when something happens.

In Plain English

A webhook is like a doorbell—when someone arrives, it automatically alerts you instead of you constantly checking.

Real-World Example

When someone pays on Stripe, a webhook notifies your system instantly, triggering order fulfillment.

Why It Matters for Your Work

Webhooks enable real-time integrations instead of periodic checking, which is slower and more resource-intensive.

Common Mistake

Not handling webhook failures. If your system is down, you might miss important notifications.

Related Terms

View API
API

A way for software systems to communicate and share data with each other.

View Trigger
Trigger

An event that starts an automated workflow.

View Endpoint
Endpoint

A specific URL where an API receives requests.

More apis-automation Terms