• I’m trying to establish a way to send the completed user information to another sites API. I was hoping to create a json object and send it using that method, preferably automatic on the profile being completed.

    Can anyone help on this?

Viewing 1 replies (of 1 total)
  • Hey @aj-carter-1,

    This sound really interesting. To get this done, I assume you would need to do the following

    1. Hook into um_after_user_updated to send data after profile is updated
    2. Use wp_remote_post to send info
    3. On the receiving side set up a listener or REST API functionality to receive the data and use it how it is needed.
Viewing 1 replies (of 1 total)
  • The topic ‘Sending Profile Information’ is closed to new replies.