Create live connections for your web forms with WebHooks
We are pleased to announce that Formstack now supports WebHooks on all paid accounts. A Formstack WebHook will allow developers to more easily integrate web applications with Formstack web forms and data in near “real time.” When a web form is submitted, the WebHook can send all form data to a script or application running on another web server using a POST request. What happens next is up to the developer. The possibilities are endless.
An example of a web app that is using our WebHooks feature is Tweetbrite.com. Tweetbrite lets you connect a Formstack form to your Twitter account and auto-tweet whenever someone fills-out your form. The free service is mainly used for event registration forms, but can be used with any Formstack form.
Tweetbrite now supports Formstack WebHooks which means your tweets will be sent out almost immediately instead of the normal 5-10 minute delay. The old delay was caused by Tweetbrite having to check the Formstack servers every so often and look for new data. With WebHooks, the data is sent to Tweetbrite immediately when a form is submitted.
If you are developing an application that needs to be updated every time a Formstack form is submitted, WebHooks will take much less time to implement than our traditional API, and will also use less resources. The advantages of WebHooks is that the passing of data is immediate and you can pass all submitted form data at once.
To learn more about WebHooks and other web apps that integrate with our WebHook, visit our Formstack WebHooks page.

4 Responses to “Create live connections for your web forms with WebHooks”
Kurt Milam
Awesome news guys!
I’ve been waiting with bated breath for this announcement. Will give it a spin ASAP!
Kurt
Noah
Thanks, Kurt! I know we’ve had more than a few developers anxiously awaiting this feature (including myself). Please, let us know if you have any questions or suggestions.
Sean Calvillo
Quick question about webhooks. Does the post happen from the user’s browser or will it be coming from the formstack servers? I ask in the case of destination systems that are behind a firewall. Thanks in advance.
Noah
Sean – The POST comes from the Formstack servers, not the client.