Hi,
I’m testing a new pattern integrating Auth0’s Event Streams (user.updated specifically) with marketing platform Braze via Braze’s Data Transformation functionality to essentially create a webhook pipeline of near real-time customer updates from Auth0 to Braze.
I’ve got it working to a point where Auth0 is hitting the Braze Webhook, and within Braze the Transformation code is transforming the payload received correctly and subsequently processing the data and storing it in Braze as desired. Great so far!
Problem is that on the Auth0 side, every event attempt is coming back as Failed despite it definitely working ok.
If I click on a failed attempt, it says that the message received / response is:
201 - {“message”:“success”}
I’m not sure i’m able to change the response Braze sends back (although I would have thought this would be ok?).
Is there any suggestions to help me fix this without needing to create a middle layer?