You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Webhooks are callbacks over HTTP which enables external services to be notified when certain events happen. When an event occurs, all URLs registered with the event will be POSTed to with the appropriate data. This requires:
a means to define and store an event and URL (the webhook)
a means of executing the webhooks when the event occurs
Webhooks are callbacks over HTTP which enables external services to be notified when certain events happen. When an event occurs, all URLs registered with the event will be POSTed to with the appropriate data. This requires:
The initial events will include:
Read more about webhooks on the wiki
Originally reported as chop-dbhi/varify#4
The text was updated successfully, but these errors were encountered: