I'm implementing an integration between Strava and an external system based on Zapier.
For each run someone does in a particular club on Strava I would like to update the profile on the other platform.
The activity trigger does work fine on clubs but the information you get on an athlete is minimal. I only get resource_state, firstname and lastname (first character). Which makes it very unreliable to do profile lookups in the other platform that's linked.
Is Strava considering adding a unique athlete ID for example here because this would solve my problem?