- Introduction
- 1. Getting Started
- 2. What's New
- 3. Dashboard
- 4. Contacts
- 5. Components
- 6. Channels
- 7. Campaigns
- 8. Reports
- 9. Points
- 10. Stages
- 11. Categories
-
12.
Plugins
- 12.1. Citrix Plugins
- 12.2. Clearbit
- 12.3. ConnectWise
- 12.4. FullContact
- 12.5. Gmail
- 12.6. Hubspot CRM
- 12.7. iContact
- 12.8. Mailchimp
- 12.9. Microsoft Dynamics CRM
- 12.10. Microsoft Outlook
- 12.11. Pipedrive
- 12.12. Salesforce CRM
- 12.13. Sugar CRM
- 12.14. Twitter
- 12.15. vTiger CRM
- 12.16. Zapier
- 12.17. Zoho CRM
- 12.18. Social login
- 12.19. Field Mapping
- 12.20. Integration Testing
- 13. Use Cases
- 14. Cron Jobs
- 15. SAML SSO
- 16. Search
- 17. Queue Support (RabbitMQ/Beanstalkd)
- 18. Themes
- 19. Translations
- 20. Tips & Tricks
- 21. Variables
- Published with GitBook
Mautic - Pipedrive CRM plugin
This plugin allows for synchronization between Mautic and Pipedrive.
Create a Pipedrive account if you don't have one already.
Configure the plugin in Mautic
To integrate Mautic with Pipedrive, fill out the following fields:
- Pipedrive URL: Pipedrive API URL
- Pipedrive Token: Pipedrive API token
- Webhook user: the username of your choice (used in Pipedrive webhooks)
- Webhook password: the password of your choice (used in Pipedrive webhooks)
Get the Pipedrive URL and API Token from Pipedrive. The API URL looks just like your own Pipedrive URL, but you have to add /v1 at the very end. In this example the URL will look like this: https://my-test-company.pipedrive.com/v1
.
When you are filling out the form for the first time, set Published field to No. When you save the form and open the configurator again, you will be able to map the fields pulled from the Pipedrive API with Mautic fields. Having mapped the fields correctly, activate the integration by setting Published to Yes to start the synchronization.
Be extra careful when matching the fields to make sure that the correct data is saved.
Features
Company / Organization Synchronization
To enable Company/Organization Synchronization, go to Features tab and tick Company / Organization:
After closing and re-opening the window you will be able to map the company/organization fields – they will be pulled from Pipedrive automatically.
Owners Synchronization
The plugin can also assign Owners to Lead/Person and Company/Organization. If you have a user with the same e-mail address both in Pipedrive and in Mautic, the plugin will synchronize the Owner automatically.
Points Field Synchronization
The plugin can synchronize Points field as well. To use this feature, add such field to Person in Pipedrive (Pipedrive doesn't support this field by default):
Having done that, open the plugin configuration screen in Mautic again to see a new mapping option:
Multiselect custom field
Multiselect custom field required values in Mautic setup equal to Pipedrive labels.
Configure the plugin in Pipedrive
To exchange the data between Pipedrive and Mautic, configure the webhooks in Pipedrive so that Mautic records are updated automatically.
You have to create webhooks for Person, User and optionally for Organization.
- Select
updated
to send to Mautic updated events for the given object. Do not select*
as Pipedrive will send theupdated
events on create event too. If you select*
the contacts/companies/users will be duplicated. - Choose which object you want to synchronize (Person, Organization, User)
- Enter your Mautic URL address (you can find it on the Pipedrive plugin configuration page)
- Enter the webhook user that you used for plugin configuration
- Enter the webhook password that you used for plugin configuration
Repeat for Person, User and Organizations. When you're done, the webhook view should look like in the screenshot below. Keep in mind that Company/Organization synchronization is optional, so you don't have to add a webhook for it if you don't want to use it.
Command line scripts
The scripts try merge older contacts, but we recommend it just for the initial Mautic <-> Pipedrive data exchange. You shouldn't use them to make updates with CRON.
mautic:integration:pipedrive:fetch
– pulls the data from Pipedrive and sends it to Mauticmautic:integration:pipedrive:push
– pushes the data from Mautic to Pipedrive
Realtime update
If you create or edit contact in Pipedrive, Pipedrive should send update via webhook and Mautic should recognize the contact's status and add or update it dedending on last date of integration. If you don't want to use this way of contact's synchronization, just don't setup webhook in Pipedrive.
If you create or edit contact in Mautic, Mautic should send this update to Pipedrive via API. Mautic should recognize the status of the contact and add or update it depending on last date of integration. By default is disabled this feature. You are able to enable it by option Import contacts to Pipedrive immediately on change in Mautic in plugin settings.