Best answer

How to capture Wordpress's "Profile Update" event?

  • 24 January 2023
  • 1 reply
  • 113 views

I am trying to sync wordpress users to a google sheet via Zap.

However, there is no “user update” event under wordpress, there is only a “new user” event.

So how should I do this?

icon

Best answer by Troy Tessalone 24 January 2023, 03:22

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @shenkwen 

Good question.

You’ll have to look into using a WordPress plugin that supports webhooks and triggers for the desired event (user updated)

 

Example: https://wp-webhooks.com/integrations/wordpress/triggers/update_user/

 

Zap trigger would be Webhooks - Catch Hook which will generate a unique ID that you can use to place in the WordPress trigger.