Hi,
I am trying to use an event from my app to update user or company data on their profile.
For example I want to fire the event "add apple" and this would update the "apple count" on the user or company profile.
I know how to send an event using Intercom('trackEvent', 'event name'); and I know how that I can update user data using Intercom('update', userdata); but I would like to use the event itself to update the data.
Is this somehow possible ?