Import Users

#Overview

WP Fusion includes an import tool that allows you to import existing contacts from your CRM as new WordPress users.

To start an import, navigate to the Import Users tab, and select a tag or list in your CRM to use for the import.

With the following platforms, you can also import all contacts without specifying a tag:

  • ActiveCampaign
  • Drip
  • FluentCRM (REST + Same site)
  • HighLevel
  • HubSpot
  • Infusionsoft
  • Mailchimp
  • Ontraport
  • Salesforce

Select a user role for the new users, and click the Import button to begin the import.

If the Password field is enabled for sync on the Contact Fields tab, existing passwords can be imported as well. If the password field isn’t selected, a secure password will be automatically generated.

#Managing imports

WP Fusion will keep track of the users who were imported with each operation. If something goes wrong with an import and you want to try again, you click the Delete button next to an import group to delete just those users.

#Welcome emails

If you check the box next to Enable Notifications, WordPress will send a simple welcome email to the user with their username, and a link to set the password for the new user account.

You can customize this welcome email by using a plugin like Welcome Email Editor or Better Notifications for WordPress.

#Generated passwords

You can also leave email notifications disabled and send the user’s password back to your CRM after import. Check the box next to Return Password on the main WP Fusion settings tab, and select a field in your CRM in which to store the generated passwords.

After each user is imported, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact’s email address.

Note: Before importing a large number of users, first do a test import on your own contact record to ensure that all of the information is imported and the welcome emails are sent correctly.

By default WordPress will send a notification email to the site owner for every user imported. If you’re importing a large number of users you may wish to temporarily disable this using the Disable New User Notification Emails plugin.

#Username format

By default WP Fusion will set the username for all newly imported users to the contact’s email address.

You may not want the username to be the email address if you’re using a plugin (such as BuddyPress) which shows usernames on the frontend of the site. In that case you can change the default behavior.

This setting is found at the bottom of Settings » WP Fusion » General, in the Imported Users section.

The three Username Format options are:

  • Email Address: Usernames will be set to the contact’s emails address
  • FirstnameLastname: Usernames will be a combination of the contact’s first name and last name (i.e. JaneDoe)
  • Firstname12345: Usernames will be the contact’s first name, followed by a 5 digit random number (i.e. Jane36808)

For more control over how the usernames are generated, see the wpf_import_user filter.

Was this helpful?