Back to all terms
77Network & protocols

Webhook

Webhook

When an event happens, the server pushes data to a URL you configured, so you do not have to poll.

For example

After a user pays, the system notifies my server through a webhook.

Resources

Copy prompt

Write a webhook handler that verifies the signature and handles retries safely.

Related terms

See all