WP Fusion connects your WordPress website to your CRM or marketing automation system.
This is the Lite version of WP Fusion. It interfaces with WordPress core, but does not include any plugin-specific integrations.
All new users who register on your site will be synced to your CRM of choice, with support for any number of custom fields. Tags and/or lists can also be assigned at time of registration.
After registration, future profile updates are kept in sync with their CRM contact records.
WP Fusion provides an extensible framework for connecting WordPress to leading CRMs and marketing automation tools.
WP Fusion handles authentication, sanitization of data, and error reporting.
WP Fusion also standardizes many common API operations. For example:
$args = array(
'user_email' => 'newuser@example.com',
'first_name' => 'First Name'
);
$contact_id = wp_fusion()->crm->add_contact( $args );
This code will add a new contact to the active CRM and return the contact ID.
For more information see the WP Fusion User Class, the CRM Class and the Developer Reference.
For detailed setup instructions for each CRM, visit the official Documentation page.
https://github.com/verygoodplugins/wp-fusion-lite.git
https://github.com/verygoodplugins/wp-fusion-lite/archive/master.zip
This will download the latest copy of WP Fusion Lite.
See readme.txt.
If you find an issue, let us know here!
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
This is a developer's portal for WP Fusion Lite and should not be used for support. Please visit the support page if you need to submit a support request.