Appreciation Engine

Open navigation

Create User Records in your Website's Database


When a customer signs in with AE Connect, their details are stored as a unique profile in the dashboard. However, before signing up for AE, you may have already been creating a database of users with a service like WordPress.


Good news is you can still keep user records in two locations. Here's how...



Important

If code isn't your thing, this is a good time to reach out to your developer.



Transferring the data


If you would like to create user records in your own database, you can transfer data (in the form of objects returned) from AE using a request with AE JS.


This is an action that will be triggered when a certain event occurs, such as a user login or a user sign-up. The events you implement will return a user object, which is the data about the user. The data will be automatically transferred to your secondary user records.



How to Do It


Visit these help docs to learn:

  1. How to access User Data with AE JS
  2. What user data you will be able to see in AE JS
  3. More about AE JS Events References


If you have any questions about this process, don't hesitate to reach out.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.