Get started with Heysheet
Heysheet lets developers send form submissions directly to Google Sheets using a simple API — no backend needed. This quickstart will walk you through:- Connecting your Google Sheet
- Sending a form submission
- Previewing data in your Sheet
1. Connect your Google Sheet
To begin:Authorize Google Sheets
Authorize Google Sheets
Map your sheet columns
Map your sheet columns
Once connected, Heysheet will let you map form fields to your sheet’s column headers.
This determines where each submitted value will be stored.
This determines where each submitted value will be stored.
2. Send your first submission
You can now start sending data to your sheet using the generated API endpoint.Send a POST request
Send a POST request
Here’s a sample You can also use 
fetch request to submit form data:curl or any HTTP client (like Axios, SuperAgent, etc).Secure your endpoint
Secure your endpoint
- Each endpoint is rate-limited and protected from abuse.
- For added security, you can enable CAPTCHA and domain whitelisting in the dashboard.
3. View responses in your Sheet
Once the form is submitted, data will appear instantly in your connected Google Sheet.📌 No need to refresh — it updates in real-time.

