Skip to main content
NEW Didit KYC Identity Verification is live, verify signers with government ID & biometrics for eIDAS Advanced signatures Learn more
33+ Integrations Available

WPsigner Integrations for WordPress & Automation

Seamlessly integrate with CRMs, automation platforms, messaging apps, and more. Build powerful e-signature workflows without writing code.

Identity Verification

Verify signer identity with government ID, facial biometrics, and liveness detection

WordPress Plugins

Native integrations with popular WordPress plugins

Connected workflows

Build an end-to-end signing workflow

Combine WPsigner integrations to collect data, send agreements, store completed PDFs, and notify your team without moving documents to an envelope SaaS.

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.

  1. WPForms
  2. WPsigner
  3. Google Drive
  4. Slack

Purchase to signed agreement

Generate the right agreement after checkout, collect signatures or payment, and keep the completed record attached to the workflow.

  1. WooCommerce
  2. WPsigner
  3. Stripe
  4. HubSpot

Self-hosted custom automation

Create documents through the REST API and react to signing events with a workflow that stays under your control.

  1. n8n
  2. REST API
  3. Webhooks
  4. Backblaze B2
REST API

Full Programmatic Control

Create signature requests, manage templates, fetch signed documents, and retrieve audit logs, all through our comprehensive REST API.

Create and send documents programmatically
Download signed PDFs and audit logs
Manage signers and reminders via API
HMAC-SHA256 authentication
View API Documentation
api-example.js
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...

Webhook Events

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
Webhooks

Real-Time Event Notifications

Receive instant HTTP callbacks when important events occur. Perfect for triggering automations, updating external systems, or building custom integrations.

8 distinct event types
HMAC signature verification
Automatic retry with exponential backoff
Detailed delivery logs for debugging
Learn About Webhooks

WPsigner integration questions

Which WordPress plugins integrate with WPsigner?

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.

Can I connect an app that is not listed?

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.

Do integrations move my signed documents outside WordPress?

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.

Ready to Automate Your Signature Workflows?

Connect your existing tools to streamline document signing while keeping WPsigner self-hosted on WordPress.