Create webhooks
Webhooks are one of a few ways web applications can communicate with each other. It allows you to send real-time data from one application (server) to another (client) whenever a specified event occurs through a webhook URL which is provided by the ...