Glossary
Webhook
An HTTP callback that pushes data to your endpoint on an event.
Instead of polling an API, a webhook POSTs JSON to a URL you control the instant something happens — for forms, on each submission.
Production-grade webhooks are signed, retried, and have a delivery log.