Using Contact Form 7 to API – Pardot Integration
The Webhook Integration feature from the Redirection for Contact Form 7 (available in the Business plan) allows you to integrate Contact Form 7 forms to any CRM with zero coding. Integrating with 3rd party services can be slightly different in each service, so you might need to go over the service docs in order to learn how to do that.
In this doc, we will show you how to integrate Contact Form 7 with Pardot by Salesforce, one of the most popular CRM’s.
How to install it
- Download the Redirection For Contact Form 7 Extension - RESTful Web services plugin from your purchase history.
- Install the plugin on your site.
Need help installing a plugin? Check this doc for step-by-step details.
- In your WordPress dashboard, navigate to CF7 Redirection > Dashboard > Licenses and activate the license. ( The license is also available in your purchase history ).
How to use it
- Edit the C7 contact form of your choice.
- Navigate to the Actions tab.
- Click on the Add Action button and choose the Webhook action.
This is the form we would like to connect.
- In the Pardot dashboard, go to Forms and choose Form Handlers.
Under Form Fields Mapping, add fields to match the fields in your form.
- Copy the Endpoint URL from the Pardot dashboard to the Base API URL in action settings, and set HTTP Method to POST.
The Pardot Dashboard:
- Under Tags Mapping, match the form fields to the 3rd-party field names.
Extra Settings
There are additional options like sending additional headers and testing the requests for errors.