Sprintplan Form Sync for Pipedrive connects your WordPress forms directly to Pipedrive CRM. No more manual data entry — every form submission is automatically synced to the right Pipedrive module.
This is an independent, third-party plugin and is not affiliated with, endorsed by, or officially connected to Pipedrive. The name “Pipedrive” is a trademark of Pipedrive OÜ.
This plugin connects to the Pipedrive REST API (https://api.pipedrive.com/v1) to create and manage CRM records.
What data is sent and when:
GET /users/me to verify the connection. No user data is sent.GET /personFields). No user data is sent.This service is provided by Pipedrive OÜ:
Developers can extend the plugin using these hooks:
wpspi_before_create_record – Modify data before sending to Pipedrivewpspi_after_record_created – Run custom code after successful syncwpspi_wp_modules – Add support for additional form pluginswpspi_verify_ssl – Override SSL verification (default: true)wpspi_normalize_module_data – Customize data normalization per module