Tools
| Name | Description |
|---|---|
deleteFormSubmissionDeletes a completed submission by its ID. | Deletes a completed submission by its ID. |
deletePartialFormSubmissionDeletes a partial/in-progress submission by its ID. | Deletes a partial/in-progress submission by its ID. |
createFormCouponCreates a new discount coupon to a specified form. | Creates a new discount coupon to a specified form. |
updateFormCouponUpdates an existing form coupon. | Updates an existing form coupon. |
deleteFormCouponDeletes a coupon from a form. | Deletes a coupon from a form. |
createFormProductCreates a form product. | Creates a form product. |
updateFormProductUpdates an existing form product. | Updates an existing form product. |
deleteFormProductDeletes an existing form product. | Deletes an existing form product. |
createSpaceCreates a new space. | Creates a new space. |
updateSpaceUpdates an existing space. | Updates an existing space. |
findFormProductFinds a form product by name. | Finds a form product by name. |
findFormFinds a form by title. | Finds a form by title. |
findSpaceFinds a space by name. | Finds a space by name. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_form_submissionTriggers when a completed form submission is received. | Triggers when a completed form submission is received. |
new_partial_form_submissionTriggers when a partial/in-progress submission is received. | Triggers when a partial/in-progress submission is received. |
Quick Start
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.