Prompt examples
Copy these into Claude, Cursor, Windsurf, or Zed. They work as-is — replace the form name or public_id with one of yours.
Reading
"List my forms. For each, show its name, kind, and whether it's published."
"Show me the last 25 submissions on the Contact form. Group them by category."
"Pull the 30-day stats for every form. Tell me which ones are getting the most submissions and which have the worst spam ratio."
"Open the AI insights for Contact. Summarize the dominant themes in two sentences."
Spam triage
"Triage today's spam folder for Contact. Walk me through each submission. Decide keep / mark not-spam / delete and apply via bulk_submissions when I confirm."
"Look at the last 50 spam submissions on Newsletter. Cluster them by reason. Propose two new entries for
custom_rules.blocked_emailsand one regex that would catch most of them. Show me the diff before patching."
"Are there any submissions in the inbox that look like spam but weren't caught? Mark them via mark_as_spam."
Submission management
"Re-categorize every uncategorized submission on Contact from the last 30 days. Use the form's existing categories. Show me 5 sample decisions before applying the rest."
"Find every submission on Contact with the email
*@example.comand delete them."
"Export the last 200 submissions on Contact as JSON."
Webhook auditing
"Audit every webhook on every form. For each, check the last 100 deliveries. Tell me which are unhealthy and why. Sort the report worst-first."
"My Slack webhook on Contact has been flaky. Pull its last 100 deliveries, bucket the failures by HTTP status, and propose a fix."
"Replay the most recent failed delivery on webhook
01HFY1A4X2. Tell me whether it succeeded this time."
Forms & autoresponders
"Draft an autoresponder for Contact. Friendly tone. Mention our 24-hour response window. Send a test to my account email — don't save until I confirm."
"Look at how Contact is currently configured. Suggest three improvements to its captcha, allowed origins, and notification email setup. Don't change anything yet."
"I want a new form for B2B SaaS sales leads. Draft the schema, captcha config, autoresponder body, and redirect URL. Return JSON; I'll create it manually."
Reporting
"Build me a weekly digest for Contact. One headline number, spam ratio movement vs. last week, top 3 themes, one outlier. Markdown, ready to paste into email."
"Run an integration health check across the team. Flag every form whose autoresponder is enabled but hasn't fired, and every webhook with <90% success rate."
Token hygiene
"List my API tokens. Tell me which are unused or have abilities they probably don't need."
"Mint a new read-only token called 'Reporting-Bot' with
forms:read,submissions:read,insights:read. Return the value once."
Built-in prompts
The server also ships eight named prompts (/triage-spam, /summarize-week, …). They surface as slash commands in clients that expose a prompt picker. See Prompts → for the catalogue.
What's next
- Tools → — the underlying action surface
- Prompts → — packaged, named workflows
- Troubleshooting → — when something refuses