eavz
JotForm

JotForm

Build powerful online forms and collect submissions

5 actions
1 trigger

Actions

Name
list_forms

List all forms in your JotForm account

get_form

Get details of a specific form

get_submissions

Get submissions for a specific form

create_submission

Create a new submission for a form

custom_api_call

Make a custom API call to the JotForm API

Triggers

Name
new_submission

Triggers when a new submission is received for a form

Quick Start

TypeScript
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.