{"id":307768,"date":"2026-05-11T07:39:32","date_gmt":"2026-05-11T07:39:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/smart-pipedrive-integration\/"},"modified":"2026-05-11T07:39:16","modified_gmt":"2026-05-11T07:39:16","slug":"sprintplan-form-sync-for-pipedrive","status":"publish","type":"plugin","link":"https:\/\/kin.wordpress.org\/plugins\/sprintplan-form-sync-for-pipedrive\/","author":21072041,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"trunk","tested":"6.9.4","requires":"5.2","requires_php":"7.4","requires_plugins":null,"header_name":"Sprintplan Form Sync for Pipedrive","header_author":"Sprint Plan","header_description":"Connects your WordPress forms directly to Pipedrive CRM. No more manual data entry \u2014 every form submission is automatically synced to the right Pipedrive module. This is an independent, third-party plugin and is not affiliated with Pipedrive.","assets_banners_color":"","last_updated":"2026-05-11 07:39:16","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/profiles.wordpress.org\/wpsprintplan\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":29,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.1":"<p>Plugin renamed for trademark compliance. All functionality is unchanged.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"<strong>Settings Page<\/strong> - Configure API token and module sync settings","2":"<strong>Field Mapping<\/strong> - Visual interface for mapping form fields to Pipedrive","3":"<strong>Sync Activity Log<\/strong> - View all sync operations with status and details"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1152,1150,185045,145820,130711],"plugin_category":[42,58],"plugin_contributors":[261359],"plugin_business_model":[],"class_list":["post-307768","plugin","type-plugin","status-publish","hentry","plugin_tags-contact-form-7","plugin_tags-crm","plugin_tags-fluent-forms","plugin_tags-pipedrive","plugin_tags-wpforms","plugin_category-contact-forms","plugin_category-user-management","plugin_contributors-wpsprintplan","plugin_committers-wpsprintplan"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/sprintplan-form-sync-for-pipedrive.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>Sprintplan Form Sync for Pipedrive<\/strong> connects your WordPress forms directly to Pipedrive CRM. No more manual data entry \u2014 every form submission is automatically synced to the right Pipedrive module.<\/p>\n\n<p>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\u00dc.<\/p>\n\n<h4>Supported Form Plugins<\/h4>\n\n<ul>\n<li><strong>Contact Form 7<\/strong> - Most popular WordPress contact form plugin<\/li>\n<li><strong>WP Forms<\/strong> - Drag &amp; drop form builder for WordPress<\/li>\n<li><strong>Fluent Forms<\/strong> - Fastest WordPress form builder with smart features<\/li>\n<li><strong>Formidable Forms<\/strong> - Advanced form builder with calculation capabilities<\/li>\n<\/ul>\n\n<h4>Supported Pipedrive Modules<\/h4>\n\n<ul>\n<li><strong>Persons\/Contacts<\/strong> - Create and update contact records<\/li>\n<li><strong>Organizations<\/strong> - Manage company accounts<\/li>\n<li><strong>Deals<\/strong> - Track sales opportunities with automatic value formatting<\/li>\n<li><strong>Leads<\/strong> - Capture potential customers with person association<\/li>\n<li><strong>Activities<\/strong> - Log calls, meetings, tasks, and deadlines<\/li>\n<li><strong>Notes<\/strong> - Attach notes to deals, persons, or organizations<\/li>\n<li><strong>Products<\/strong> - Manage your product catalog<\/li>\n<\/ul>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li><strong>Visual Field Mapping<\/strong> - Easy interface to map form fields to Pipedrive fields<\/li>\n<li><strong>Module-level Sync Control<\/strong> - Enable\/disable sync for each Pipedrive module independently<\/li>\n<li><strong>Smart Data Normalization<\/strong> - Automatic formatting for phones, emails, deal values, and dates<\/li>\n<li><strong>Sync Activity Log<\/strong> - Track all sync operations with success\/failure status<\/li>\n<li><strong>Leads with Person Creation<\/strong> - Automatically create persons when adding leads<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to the Pipedrive REST API (https:\/\/api.pipedrive.com\/v1) to create and manage CRM records.<\/p>\n\n<p><strong>What data is sent and when:<\/strong><\/p>\n\n<ul>\n<li><strong>API authentication check<\/strong>: When you save your API token on the Settings page, the plugin sends a request to <code>GET \/users\/me<\/code> to verify the connection. No user data is sent.<\/li>\n<li><strong>Field definitions<\/strong>: When you set up field mappings, the plugin fetches available field definitions from the Pipedrive API (e.g. <code>GET \/personFields<\/code>). No user data is sent.<\/li>\n<li><strong>Form submission sync<\/strong>: When a visitor submits a mapped WordPress form, the field values you have mapped are sent to the Pipedrive API to create a record (e.g. a Person or a Deal). Only the fields you have explicitly mapped are transmitted.<\/li>\n<\/ul>\n\n<p>This service is provided by Pipedrive O\u00dc:<\/p>\n\n<ul>\n<li>Terms of Service: https:\/\/www.pipedrive.com\/en\/terms-of-service<\/li>\n<li>Privacy Policy: https:\/\/www.pipedrive.com\/en\/privacy<\/li>\n<\/ul>\n\n<h3>Arbitrary section<\/h3>\n\n<h4>Hook Reference<\/h4>\n\n<p>Developers can extend the plugin using these hooks:<\/p>\n\n<ul>\n<li><code>wpspi_before_create_record<\/code> - Modify data before sending to Pipedrive<\/li>\n<li><code>wpspi_after_record_created<\/code> - Run custom code after successful sync<\/li>\n<li><code>wpspi_wp_modules<\/code> - Add support for additional form plugins<\/li>\n<li><code>wpspi_verify_ssl<\/code> - Override SSL verification (default: true)<\/li>\n<li><code>wpspi_normalize_module_data<\/code> - Customize data normalization per module<\/li>\n<\/ul>\n\n<!--section=installation-->\n<h4>From WordPress.org<\/h4>\n\n<ol>\n<li>Go to <strong>Plugins &gt; Add New<\/strong> in your WordPress admin<\/li>\n<li>Search for \"Sprintplan Form Sync for Pipedrive\"<\/li>\n<li>Click <strong>Install Now<\/strong> then <strong>Activate<\/strong><\/li>\n<\/ol>\n\n<h4>Manual Installation<\/h4>\n\n<ol>\n<li>Download the plugin zip file<\/li>\n<li>Go to <strong>Plugins &gt; Add New &gt; Upload Plugin<\/strong><\/li>\n<li>Upload the zip file and click <strong>Install Now<\/strong><\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<h4>Configuration<\/h4>\n\n<ol>\n<li>Go to <strong>Sprintplan Pipedrive &gt; Settings<\/strong><\/li>\n<li>Enter your <strong>Pipedrive API Token<\/strong> (found in Pipedrive \u2192 Settings \u2192 Personal Preferences \u2192 API)<\/li>\n<li>Go to the <strong>Synch Settings<\/strong> tab and enable sync for the desired modules<\/li>\n<li>Go to <strong>Field Mappings<\/strong> to map your form fields to Pipedrive fields<\/li>\n<li>Save your settings and test a form submission<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20find%20my%20pipedrive%20api%20token%3F\"><h3>Where do I find my Pipedrive API token?<\/h3><\/dt>\n<dd><p>Log in to your Pipedrive account, go to <strong>Settings &gt; Personal Preferences &gt; API<\/strong>, and copy your API token.<\/p><\/dd>\n<dt id=\"can%20i%20map%20one%20form%20to%20multiple%20pipedrive%20modules%3F\"><h3>Can I map one form to multiple Pipedrive modules?<\/h3><\/dt>\n<dd><p>Yes! You can map a single form submission to create a Person, a Deal, and an Activity simultaneously.<\/p><\/dd>\n<dt id=\"what%20happens%20if%20pipedrive%20is%20down%3F\"><h3>What happens if Pipedrive is down?<\/h3><\/dt>\n<dd><p>The sync activity log will show the failure with the error message returned by Pipedrive.<\/p><\/dd>\n<dt id=\"does%20it%20support%20custom%20fields%20in%20pipedrive%3F\"><h3>Does it support custom fields in Pipedrive?<\/h3><\/dt>\n<dd><p>Yes, all your custom fields in Pipedrive will appear in the field mapping dropdown.<\/p><\/dd>\n<dt id=\"is%20my%20data%20secure%3F\"><h3>Is my data secure?<\/h3><\/dt>\n<dd><p>All data is transmitted securely via HTTPS to Pipedrive's REST API. Your API token is stored in your WordPress database as a plugin option.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Renamed plugin to \"Sprintplan Form Sync for Pipedrive\" to clarify third-party status<\/li>\n<li>Replaced all cURL calls with WordPress HTTP API (wp_remote_get\/post)<\/li>\n<li>Improved input sanitization for sync settings<\/li>\n<li>Renamed generic AJAX action hooks to use wpspi_ prefix<\/li>\n<li>Removed redundant load_plugin_textdomain() call<\/li>\n<li>Added external services disclosure to readme<\/li>\n<\/ul>\n\n<h4>1.0.0 - Initial Release<\/h4>\n\n<ul>\n<li>First release<\/li>\n<li>Support for Contact Form 7, WP Forms, Fluent Forms, and Formidable Forms<\/li>\n<li>Support for Pipedrive Persons, Organizations, Deals, Leads, Activities, Notes, and Products<\/li>\n<li>Visual field mapping interface<\/li>\n<li>Sync activity logging<\/li>\n<li>Module-level sync controls<\/li>\n<\/ul>","raw_excerpt":"Sync form submissions from Contact Form 7, WP Forms, Fluent Forms, and Formidable Forms to Pipedrive CRM automatically.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/307768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=307768"}],"author":[{"embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpsprintplan"}],"wp:attachment":[{"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=307768"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=307768"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=307768"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=307768"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=307768"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=307768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}