eavz
Paperform

Paperform

14 actions
2 triggers

Actions

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/sdk'

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

const result = await weavz.actions.execute({
  integrationName: 'paperform',
  actionName: 'deleteFormSubmission',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Paperform support?

Paperform supports 14 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Paperform use?

Paperform uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Paperform integration cost?

The Paperform integration is included on all Weavz plans including the free tier with 1,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 2 minutes

Get 1,000 free actions every month. No credit card required.