Segment integration

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!!!

Hi @pmdiaz

Welcome to the Auth0 Community!

I am sorry about the delayed response to your questions!

Are you using the Segment integration available in Monitoring → Log Stream?
The calls are made by Segment, I would advise to reach out to them regarding the requests that they are making to Auth0 in order to retrieve the necessary data, otherwise, the Auth0 schema cannot be modified unfortunately.

I can also recommend to implement a Custom Web Hook so that you have more control over what data is being posted by Auth0.

If you have any other questions, let me know!

Kind Regards,
Nik

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.