Form submission to signed PDF
Turn a WordPress form entry into a prefilled agreement, send it for signature, then archive the completed PDF and alert your team.
- WPForms
- WPsigner
- Google Drive
- Slack
Seamlessly integrate with CRMs, automation platforms, messaging apps, and more. Build powerful e-signature workflows without writing code.
Powerful APIs and webhooks for seamless automation
Collect payment as part of a document signing workflow
Verify signer identity with government ID, facial biometrics, and liveness detection
Send signature requests and notifications through multiple channels
SMS notifications and signature reminders via Twilio
Explore integrationSend signing links and updates directly to WhatsApp
Explore integrationInstant notifications and document links via Telegram bot
Explore integrationConnect WPsigner to thousands of apps with no-code automation
Automate workflows with 5,000+ apps using triggers and actions
Explore integrationVisual workflow automation with advanced logic and branching
Explore integrationSelf-hosted workflow automation with full data control
Explore integrationTrigger signing workflows and route completed-document events through Pabbly Connect
Explore integrationOfficial addon: WPsigner triggers, actions, and tokens inside Automator recipes, on the same WordPress site
Explore integrationSync signed documents and signer data with your CRM
Create deals and contacts when documents are signed
Explore integrationTrack deals with connected signature workflows
Explore integrationMarketing automation and contact management for WordPress
Explore integrationNative integrations with popular WordPress plugins
Generate signature requests from form submissions
Explore integrationSimple form-to-signature document workflows
Explore integrationAdvanced form integration with conditional logic
Explore integrationStart signature workflows from Contact Form 7 submissions
Explore integrationGenerate documents and signing requests from Formidable Forms entries
Explore integrationDesign signature forms with drag-and-drop builder
Explore integrationCollect signatures on orders, contracts, and agreements
Explore integrationManage agency contracts from the MainWP Dashboard, linked to Clients and Sites
Explore integrationManage student agreements and enrollment contracts
Automatically save signed documents to your cloud
Auto-upload signed PDFs to Drive folders
Explore integrationSync completed documents to Dropbox
Explore integrationStore documents in Microsoft OneDrive
Explore integrationStore signed documents in S3 buckets
Explore integrationHot cloud storage for signed documents
Explore integrationBack up completed PDFs to low-cost B2 object storage
Explore integrationZero egress fee storage with global CDN
Explore integrationGet instant notifications in your team channels
No integrations match your search.
Connected workflows
Combine WPsigner integrations to collect data, send agreements, store completed PDFs, and notify your team without moving documents to an envelope SaaS.
Turn a WordPress form entry into a prefilled agreement, send it for signature, then archive the completed PDF and alert your team.
Generate the right agreement after checkout, collect signatures or payment, and keep the completed record attached to the workflow.
Create documents through the REST API and react to signing events with a workflow that stays under your control.
Create signature requests, manage templates, fetch signed documents, and retrieve audit logs, all through our comprehensive REST API.
const response = await fetch('/wp-json/insigner/v1/documents', {
method: 'POST',
headers: {
'X-WPS-Signature': hmacSignature,
'Content-Type': 'application/json'
},
body: JSON.stringify({
title: 'Service Agreement',
template_id: 42,
signers: [
{ name: 'John Doe', email: 'john@example.com' }
]
})
});
const document = await response.json();
// Returns: document_id, signing_url, status... document.created When a new document is created document.sent When document is sent to signers document.viewed When a signer views the document document.signed When a signer completes their signature document.completed When all parties have signed document.declined When a signer declines to sign document.expired When document reaches expiration signer.reminded When a reminder is sent Receive instant HTTP callbacks when important events occur. Perfect for triggering automations, updating external systems, or building custom integrations.
WPsigner supports workflows with Gravity Forms, WPForms, Fluent Forms, Contact Form 7, Formidable Forms, Elementor, WooCommerce, MainWP, LearnDash, and Uncanny Automator. Availability and setup can vary by integration.
Yes. Use the REST API, signed webhooks, Uncanny Automator on the same WordPress site, or a cloud platform such as Zapier, Make, n8n, or Pabbly Connect.
WPsigner remains self-hosted. Data only leaves your WordPress site when you explicitly configure an external service, such as cloud storage, messaging, CRM, identity verification, or automation.
Connect your existing tools to streamline document signing while keeping WPsigner self-hosted on WordPress.