Webhook
A webhook is an automated message sent from one app to another when an event happens. Instead of repeatedly asking an API for updates (polling), the app pushes data to a URL you provide the moment something occurs. Webhooks power most real-time integrations between SaaS tools.