Skip to main content
Answer

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

  • January 24, 2023
  • 1 reply
  • 147 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?

Best answer by Troy Tessalone

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.

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • January 24, 2023

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.