Give a form a webhook URL and Formspark posts every submission to it as JSON, the moment it arrives.
Run whatever you need on the other end: write to your own database, kick off a job, or hand the data to another service.
This is the same mechanism behind our Zapier and Make integrations. If a tool can receive a webhook, Formspark can talk to it.
Requests go to public addresses only and time out after two seconds. Formspark does not retry, so treat the call as a notification rather than a delivery guarantee.
Check out the documentation for more information.