manifest / integrations / crm-connect
CRM Connect
WordPress plugin that captures every form submission - fields, UTMs, trackables - and reliably forwards them server-side to a CRM (Freshsales) via configurable per-form mapping.
by Nika Siradze · github.com/nmbrthirteen/crm-connect · website
★ 3stars
27release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nmbrthirteen/crm-connect/releases/download/v0.4.7/crm-connect.zipFrom the readme
CRM Connect
A whitelabeled WordPress plugin that captures website form submissions - every field, UTM and trackable - and reliably forwards them server-side to a CRM (Freshsales first) via a configurable per-form mapping. See DESIGN.md for the full design rationale.
Install (development)
1. Copy this folder into wp-content/plugins/crm-connect.
2. Optional but recommended: composer dump-autoload -o (a PSR-4 fallback autoloader is built in, so this is not required).
3. Activate CRM Connect in WP Admin → Plugins. Activation creates the queue table.
4. Go to the CRM Connect menu:
- Settings - enter your Freshsales domain (yourco.myfreshworks.com) + API key, then Test connection. Set branding, alert email/Slack, retention, auto-pause.
- Mappings - add a mapping: pick a form, add a CRM object (Contact/Deal), map fields, set the dedupe key and a catch-all field. Save.
- Submissions - live log of every submission with status, full payload, CRM request/response, and retry.
Requires PHP 8.0+, Elementor Pro (for the Elementor form source).
Architecture (two swappable seams)
- CRM is pluggable via the crmconnectprovider filter (CrmProvider interface). Freshsales is provider #1.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.4.7 | Jun 12, 2026 | crm-connect.zip | 3 |
| v0.4.6 | Jun 12, 2026 | crm-connect.zip | 1 |
| v0.4.5 | Jun 12, 2026 | crm-connect.zip | 1 |
| v0.4.4 | Jun 11, 2026 | crm-connect.zip | 1 |
| v0.4.3 | Jun 11, 2026 | crm-connect.zip | 1 |
| v0.4.2 | Jun 10, 2026 | crm-connect.zip | 2 |
| v0.4.1 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.4.0 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.9 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.8 | Jun 10, 2026 | crm-connect.zip | 3 |
| v0.3.7 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.6 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.5 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.4 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.3 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.2 | Jun 10, 2026 | crm-connect.zip | 1 |
| v0.3.1 | Jun 10, 2026 | crm-connect.zip | 2 |
| v0.3.0 | Jun 10, 2026 | crm-connect.zip | 4 |