Skip to main content

Let’s say we have a platform where we have an option to follow other users. If user B follows user A, I want an event to be triggered for user A and want to update the follower count as a user property on user B. 

Assuming that I don’t have to trigger additional events (updating events from backend is an obvious option, but takes up too many calls)

Is that possible?

Hey @vishant_batta 

You can use the Identify API calls to update user properties of a particular user without triggering additional event.

Hope this helps.


Reply