Hi all!
I’m trying to setup an integration with Segment. I crreated my Http-API source and get the writekey. I see track events comming from Auth0 but they have a schema that Segment can’t use to filter or mapping fields.
Auth0 is sending a lot of fields under data object. Segment use the object properties to get event fields.
Is there a way to change the Auth0 call to Segment?
Specifically I need to filter events in Segment using data.connection field but Segment cant access to it.
Thanks in advance!!!