Paperform
Actions
| 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/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.