Weavz
Paperform

Paperform

Capture Paperform submissions and automate form-driven workflows.

14 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
deleteFormSubmission

Deletes a completed submission by its ID.

deletePartialFormSubmission

Deletes a partial/in-progress submission by its ID.

createFormCoupon

Creates a new discount coupon to a specified form.

updateFormCoupon

Updates an existing form coupon.

deleteFormCoupon

Deletes a coupon from a form.

createFormProduct

Creates a form product.

updateFormProduct

Updates an existing form product.

deleteFormProduct

Deletes an existing form product.

createSpace

Creates a new space.

updateSpace

Updates an existing space.

findFormProduct

Finds a form product by name.

findForm

Finds a form by title.

findSpace

Finds a space by name.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_form_submission

Triggers when a completed form submission is received.

new_partial_form_submission

Triggers when a partial/in-progress submission is received.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('paperform', 'deleteFormSubmission', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'paperform',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Paperform to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Paperform support?

Paperform supports 14 tools including Delete Form Submission, Delete Partial Form Submission, Create Form Coupon, Update Form Coupon, Delete Form Coupon, and more.

Can I use Paperform with AI agents?

Yes. Add Paperform to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Paperform to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Paperform as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Paperform tools exposed by that workspace.

Does Paperform work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Paperform work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Paperform?

Paperform exposes 14 tools, including Delete Form Submission, Delete Partial Form Submission, Create Form Coupon, Update Form Coupon, Delete Form Coupon, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Paperform be used in stateful agent workflows?

Yes. Agents can combine Paperform tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Paperform use?

Paperform uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Paperform integration cost?

The Paperform integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Paperform support?

Paperform supports 2 triggers including New Form Submission, New Partial Form Submission.

Connect Paperform in minutes

Get 20,000 free action executions every month. No credit card required.