webhook
Webhook (noun) means an arrangement in which one online service automatically sends a message to a web address you have given it whenever a particular event happens, so your own system finds out immediately instead of having to keep asking. Example: “Set up a webhook so we get told the moment a payment clears.”
How to use webhook
Learner’s notesIn plain EnglishA way for one website to tell yours the moment something happens.
Technical; standard wording in developer documentation.
Think of it as leaving your phone number with a shop: rather than ringing every hour to ask whether the order has arrived, you get a call when it does.
Trace the full origin ↓Fill the gap
Can you complete this real example?
Set up a _____ so we get told the moment a payment clears.
Etymology
A compound of web and hook, in the programming sense of a hook as a place where extra behaviour can be attached.