Learn how to use Heysheet’s form submission webhook to send form data to your own server or third-party services. The perfect REST API for form data.
POST
request to when a new submission is received.POST
request to your webhook URL with a JSON payload containing the form data.
X-Heysheet-Signature
header in each webhook request. You can then verify this signature on your server to ensure the request is authentic.
This makes Heysheet a secure and reliable form submission API endpoint for your application.