Use an HTTP post to generate a password and save it to the contact’s Infusionsoft record. Optionally create a local user in the WordPress database.
If the user already exists in the WordPress database, no action will be taken.
Example Call:
http://sandbox2.memberium.com/?operation=makepass&overwrite=yes|no&adduser=yes&auth_key=foobarbaz
Components:
operate=makepass (required)
overwrite=yes|no (optional)
The default is to NOT overwrite existing passwords
adduser=yes|no (optional)
The default is to NOT create a WordPress user. If no user is created before the user logs in, the user will be created during their first login.
auth_key=foobarbaz (conditional)
If the HTTP Send POST Auth Key is set in the i2SDK, this parameter must be included. The value foobarbaz is just an example. Set the value to match the value set in the i2SDK plugin.
Troubleshooting
Coming soon