Actions
| Name | Description |
|---|---|
list_formsList all forms in your JotForm account | List all forms in your JotForm account |
get_formGet details of a specific form | Get details of a specific form |
get_submissionsGet submissions for a specific form | Get submissions for a specific form |
create_submissionCreate a new submission for a form | Create a new submission for a form |
custom_api_callMake a custom API call to the JotForm API | Make a custom API call to the JotForm API |
Triggers
| Name | Description |
|---|---|
new_submissionTriggers when a new submission is received for a form | Triggers when a new submission is received for a form |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'jotform',
actionName: 'list_forms',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect JotForm to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does JotForm support?
JotForm supports 5 actions including List Forms, Get Form, Get Submissions, Create Submission, Custom API Call.
Can I use JotForm with AI agents?
Yes. Add JotForm to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does JotForm use?
JotForm uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the JotForm integration cost?
The JotForm integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does JotForm support?
JotForm supports 1 triggers including New Submission.
Connect JotForm in 2 minutes
Get 1,000 free actions every month. No credit card required.