# Integrations

> Connect WPsigner with forms, messaging apps, CRMs, cloud storage, automation platforms, and e-commerce tools.

edition: pro
Edition: Pro
AI note: This page requires WPsigner Pro. Do not tell Lite users they already have this feature.
HTML: https://docs.wpsigner.com/integrations/
Markdown: https://docs.wpsigner.com/md/integrations.md
Source file: integrations/index.md

---

WPsigner integrates with the tools you already use — from WordPress community and form plugins to CRM, messaging, storage, and automation services. Configure integrations from **WPsigner → More → Integrations** in your WordPress admin.

> **Requires WPsigner Pro**
Third-party integrations are not included in **Lite**. [Upgrade to Pro](https://wpsigner.com/pricing/?utm_source=docs&utm_medium=upgrade&utm_campaign=integrations) · [Lite vs Pro](/getting-started/lite-vs-pro/)

---

## Identity Verification (KYC)

Verify signer identity before they can sign using government-issued ID, selfie matching, and liveness detection.

| Integration | Description | Auth Method |
|-------------|-------------|-------------|
| [Didit.me](/integrations/didit/) | ID document verification with selfie and liveness detection | API Key + Workflow ID |

---

## Community

Give logged-in community members direct access to their signing documents.

| Integration | Description | Auth Method |
|-------------|-------------|-------------|
| [Fluent Community](/integrations/fluent-community/) | Add a Documents to sign link to member profiles and the community header | Direct PHP hooks (no API key) |

---

## Forms

Automatically create signing documents when a form is submitted. Form plugins support **inline content signing** (signature field + PDF + certificate) and/or **template feeds** (map fields, extra signers, auto-send).

| Integration | Description | License Required |
|-------------|-------------|-----------------|
| [Fluent Forms](/integrations/fluent-forms/) | Content signing, OTP, merge tags, and template feeds | Free or Pro |
| [WPForms](/integrations/wpforms/) | Create documents from WPForms submissions | Lite or Pro |
| [Gravity Forms](/integrations/gravity-forms/) | Feed-based with sub-field detection for Name/Address fields | Any license tier |
| [Elementor Forms](/integrations/elementor-forms/) | Auto-discover forms across your Elementor pages | Elementor Pro |
| [Contact Form 7](/integrations/contact-form-7/) | Inline signing tag, OTP, merge tags, and template feeds (parity with Fluent Forms) | Free |

---

## Messaging

Send signing requests, reminders, and completion notifications through messaging platforms. These work alongside email — they don't replace it.

| Integration | Description | Cost |
|-------------|-------------|------|
| [WhatsApp Business](/integrations/whatsapp/) | Send signing links via WhatsApp using the Meta Business API | Per-message (Meta pricing) |
| [Telegram](/integrations/telegram/) | Bot-based notifications with inline signing buttons | Free |
| [Slack](/integrations/slack/) | Channel notifications via Incoming Webhooks with Block Kit formatting | Free |
| [Twilio SMS](/integrations/twilio/) | Text message signing requests to any mobile phone | Per-message (Twilio pricing) |
| [Microsoft Teams](/integrations/teams/) | Adaptive Card notifications in Teams channels | Free |

---

## CRM

Sync signing events with your CRM — create contacts, log activities, and update properties when documents are signed.

| Integration | Description | Auth Method |
|-------------|-------------|-------------|
| [HubSpot](/integrations/hubspot/) | Find/create contacts, log timeline notes, update custom properties | Private App Token |
| [Pipedrive](/integrations/pipedrive/) | Find/create persons, create activities and notes | API Token |
| [FluentCRM](/integrations/fluentcrm/) | Tag contacts and log notes in FluentCRM | Direct PHP hooks (no API key) |

---

## Cloud Storage

Automatically back up signed PDFs to your cloud storage provider when a document is completed.

| Integration | Description | Auth Method |
|-------------|-------------|-------------|
| [Google Drive](/integrations/google-drive/) | One-click OAuth connection, automatic folder creation | OAuth 2.0 |
| [Dropbox](/integrations/dropbox/) | OAuth-based backup to a dedicated WPsigner folder | OAuth 2.0 |
| [OneDrive](/integrations/onedrive/) | Microsoft Graph API with chunked upload for large files | Azure App Registration |
| [Amazon S3](/integrations/amazon-s3/) | Direct S3 bucket upload with IAM credentials | Access Key + Secret |
| [Wasabi](/integrations/wasabi/) | S3-compatible storage with no egress fees | Access Key + Secret |
| [Cloudflare R2](/integrations/cloudflare-r2/) | Zero egress fees with global CDN distribution | Account ID + API Token |

---

## Automation

Connect WPsigner to thousands of apps through automation platforms. Use triggers (document events) and actions (create/send documents) to build custom workflows.

| Integration | Description | Type |
|-------------|-------------|------|
| [Zapier](/integrations/zapier/) | 6,000+ app connections with real-time REST Hook triggers | Cloud (SaaS) |
| [Make](/integrations/make/) | Visual scenario builder with advanced data mapping | Cloud (SaaS) |
| [n8n](/integrations/n8n/) | Self-hosted automation with full data control | Self-hosted |
| [Pabbly Connect](/integrations/pabbly/) | Budget-friendly automation with one-time pricing | Cloud (SaaS) |
| [WPsigner for Uncanny Automator](/addons/uncanny-automator/) | Native WordPress recipes: signing/payment/cloud triggers, prefill, messaging, and signer loops | Official addon ([full guide](/addons/uncanny-automator/)) |
| [n8n & Make Guide](/integrations/automation/) | Step-by-step guide for webhook-based integrations | Reference |

---

## E-Commerce & LMS

Trigger document signing from purchases or course enrollments.

| Integration | Description | Auth Method |
|-------------|-------------|-------------|
| [WooCommerce](/integrations/woocommerce/) | Create documents when orders reach a specific status, with product filtering | Direct PHP hooks |
| [LearnDash](/integrations/learndash/) | Require signed agreements before course enrollment or completion | Direct PHP hooks |

---

## Agency Dashboard (MainWP)

Manage WPSigner contracts from your MainWP Dashboard — linked to Clients and Sites. This is an **official addon** (not a child-site plugin).

| Integration | Description | Docs |
|-------------|-------------|------|
| [WPSigner for MainWP](/addons/mainwp/) | Create, send, remind, and track agency contracts inside MainWP | Full guide |

---

## Security Across All Integrations

Every WPsigner integration follows the same security standards:

| Feature | Implementation |
|---------|---------------|
| **Credential storage** | API keys and tokens encrypted with AES-256-GCM at rest |
| **Access control** | `manage_options` capability required for all settings |
| **CSRF protection** | WordPress nonce verification on every AJAX request |
| **Rate limiting** | Per-user limits on test and save operations |
| **Input validation** | All fields sanitized with appropriate WordPress functions |
| **Error logging** | PII-redacted logs when `WP_DEBUG` is enabled |
