I put together a Claude Code skill for Jotform — it gives you inline help with the REST API (all 40+ endpoints across user, forms, submissions, webhooks, folders, reports, and labels), conditional logic troubleshooting, payment gateway setup, and approval workflow configuration right in your editor.
npx skills add sales-skills/sales --skills sales-jotform
Then try prompting it with something like:
/sales-jotform My webhook isn't firing when I create submissions through the API — how do I get notified?
It covers the form builder, payment forms (Stripe, PayPal, Square), Jotform Sign, Workflows (approval chains with conditional branching), Tables, PDF Editor, App Builder, and the full API reference with regional endpoints (standard, EU, HIPAA), rate limits per plan, and SDK setup for all 11 client libraries. It also knows about the MCP server at jotform/mcp-server.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-jotform/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales
I put together a Claude Code skill for Jotform — it gives you inline help with the REST API (all 40+ endpoints across user, forms, submissions, webhooks, folders, reports, and labels), conditional logic troubleshooting, payment gateway setup, and approval workflow configuration right in your editor.
Then try prompting it with something like:
/sales-jotform My webhook isn't firing when I create submissions through the API — how do I get notified?It covers the form builder, payment forms (Stripe, PayPal, Square), Jotform Sign, Workflows (approval chains with conditional branching), Tables, PDF Editor, App Builder, and the full API reference with regional endpoints (standard, EU, HIPAA), rate limits per plan, and SDK setup for all 11 client libraries. It also knows about the MCP server at
jotform/mcp-server.Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-jotform/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales