

InterviewSolution
Saved Bookmarks
1. |
Webhooks are commonly used to |
Answer» Answer: A WEBHOOK (also called a web callback or HTTP push API) is a way for an app to PROVIDE other applications with real-time INFORMATION. A webhook delivers data to other applications as it happens, meaning you GET data IMMEDIATELY. ... This makes webhooks much more efficient for both provider and consumer Explanation: Hope that helps you |
|