Introduction
Webhooks are HTTP callbacks you can set up to receive new form results. Where our results API gives you a way to "ask" for your form's results, webhooks give you a way to be "told" each time there's a new one. This saves time and processing because you'll receive each new result in real-time, rather than periodically polling to see if there's anything new yet.
Creating Webhooks
The easiest way to create a custom webhook is with Server Post integration. For advanced integrations, you can programmatically create webhooks with our webhooks API.
An additional way to utilize webhooks is with Zapier integration. Your forms can integrate with Zapier which itself integrates with thousands of other services.