Automatic Member Creation

Create WordPress users from Keap contacts

When a new member buys, opts in, or reaches the right step in a Keap campaign, iMEMBER360 can create the matching WordPress user account from that contact’s name and email address. The result is a member login tied to the same Keap record your campaigns already use.

Campaign-driven onboarding

A typical Keap campaign sequence will:

  • add the appropriate membership tag
  • send the HTTP Post to the membership site
  • wait a few minutes
  • send the welcome email with the member login and password

Member Creation Using A HTTP Post

The HTTP Post is sent to your WordPress site with the i4w_genpass action, the configured iMEMBER360 security key, and the Keap contact ID. iMEMBER360 uses that contact ID to fetch the member’s details from Keap and provision the matching WordPress user account.

Membership Welcome Email

The final step in the automatic campaign sequence is to send the member a welcome email with the site URL, user login, and password. Because the entire flow is driven by Keap campaign logic, the same sequence can be reused across multiple membership tiers — simply branch on the membership tag applied earlier in the sequence and send the appropriate welcome message for each level.

For a broader walkthrough, see how to create WordPress users from Keap contacts.

Setup details, sample campaign sequences, and troubleshooting for automatic member creation live in the iMEMBER360 documentation at docs.imember360.com.