Skip to main content

User Create

Overview

ActiveMember360 User Create is used to create a WordPress user.

ActiveMember360 will automatically create a WordPress user with a username and email address the same as that of the ActiveCampaign contact if they do not already exist. The other WordPress user settings will be as detailed within Default WordPress User Settings when using ActiveMember360.

The standard WordPress new user login details email is sent when the WordPress user is created when using User Create. ActiveMember360 has no control over the content of that email.

Usage

The URL used for User Create is constructed using URL segments.

The URL segment structure required is as follows:

site_url/mbr/user/create/security_code

The URL is used for the webhook URL in an ActiveCampaign automation.

Important

The WordPress user will only be created for the ActiveCampaign contact if:

  1. The WordPress user does not already exist with the same email address as that of the contact for whom the webhook is triggered.

  2. The contact satisfies the login requirements, see WordPress Login, for the site_url used by the webhook.

URL Segments

URL SegmentsDescription
site_urlThe WordPress site URL where the ActiveCampaign contact data should be sent. This can be found in WordPress, Settings, General, Site URL. It must be specified exactly as shown there.
Default: none.
Required: yes.
mbr/user/createThe webhook action URL segment. This must be specified exactly as shown here.
Default: none.
Required: yes.
security_codeSet to the security code used to authenticate the use of User Create. The security code used must be defined as detailed in ActiveMember360, Settings, Security, Security Codes.
Default: none.
Required: yes.

Examples

Important

In all examples security_code must be replaced by a security code defined in ActiveMember360, Settings, Security, Security Codes on the WordPress site.

This webhook URL will result in the creation of a WordPress user for the ActiveCampaign contact for whom the webhook is executed from within an ActiveCampaign automation. The WordPress user will be created with the username and email address the same as that of the emaill address of the ActiveCampaign contact if they do not already exist but satisfy the login requirements, see WordPress Login, for the site_url specified i.e. https://yoursite.com:

https://yoursite.com/mbr/user/create/security_code