Webhook
A webhook is an automated message sent from applications to other applications containing information about an event
- contain information about the event:
- the time it occurred
- the data associated with it
- and any other relevant information
- used to trigger automated actions
- e.g., sending an email or updating a database