Skip to main content

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?

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.