Question 3 of 10Pro Only
What are webhooks, and how do they differ from polling as an integration pattern?
Sample answer preview
Webhooks and polling are two approaches for one system to learn about changes in another system. They represent a push versus pull model, and understanding their trade-offs helps architects design efficient integrations. Polling is the pull model.
webhookspollingpush modelpull modelidempotencysignature verification