Skip to main content

Starter prompts

Copy a prompt, swap the UUID, and let the agent write the integration

Copy a prompt, replace the UUID, and use it to send form data, events, or webhook payloads to your sheet.

Prompt library

Grouped by the job you want the AI to do.

Forms and user input

Collect name, email, and message from a contact form

prompt

Log email signups with timestamp and source

prompt

Collect user feedback with rating and comments

prompt

User tracking and analytics

Log every new user signup with metadata

prompt

Track which features users interact with

prompt

Log page views with referrer and user agent

prompt

Error handling and debugging

Log unhandled errors with stack traces

prompt

Track failed API calls for debugging

prompt

Capture console warnings in production

prompt

Webhooks and integrations

Log any incoming webhook payload

prompt

Log successful Stripe payments

prompt

Receive form submissions from Typeform, Tally, and similar tools

prompt

IoT and real-time data

Log IoT sensor readings

prompt

Track device online and offline status

prompt

Log GPS coordinates over time

prompt

E-commerce and orders

Log new orders with items and totals

prompt

Track when users abandon shopping carts

prompt

Log product page views for analytics

prompt

How to use these prompts

A few small edits usually make the generated code ready to use.

Replace `YOUR_UUID` with the spreadsheet UUID from your RowSink dashboard.
Be explicit about field names and whether the request should block the UI or fire in the background.
Use separate spreadsheet UUIDs when you want different flows, such as signups and errors, to land in different sheets.

Get the real endpoint first

Add the sheet, copy the URL, replace the UUID in any prompt above, and let the agent write the rest.