Skip to content

WP Fusion connects your WordPress website to your CRM or marketing automation system.

License

Notifications You must be signed in to change notification settings

pety-dc/wp-fusion-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Fusion Lite

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.

For end users

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.

For developers

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.

Supported CRMs

  • AWeber
  • ActiveCampaign
  • AgileCRM
  • Autopilot
  • Capsule
  • ConvertKit
  • Copper
  • Customerly
  • Drift
  • Drip
  • Flexie
  • GetResponse
  • Gist
  • Groundhogg
  • HubSpot
  • Infusionsoft
  • Intercom
  • Kartra
  • MailChimp
  • MailerLite
  • Mailjet
  • MailPoet
  • Maropost
  • Mautic
  • NationBuilder
  • Ontraport
  • Platform.ly
  • Salesflare
  • Salesforce
  • SendinBlue
  • Sendlane
  • Tubular
  • UserEngage
  • Zoho

Installation

For detailed setup instructions, visit the official Documentation page.

  1. You can clone the GitHub repository: https://github.com/verygoodplugins/wp-fusion-lite.git
  2. Or download it directly as a ZIP file: https://github.com/verygoodplugins/wp-fusion-lite/archive/master.zip

This will download the latest copy of WP Fusion Lite.

Bugs

If you find an issue, let us know here!

Support

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.

About

WP Fusion connects your WordPress website to your CRM or marketing automation system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.1%
  • JavaScript 16.8%
  • CSS 3.1%