Hello everyone!
I made a script that is triggered when webhook is received.
In my script I created a finalObject that has all the information i need.
My question:
I have my own React-Nodejs app and I want to show this information, is there any way to get that finalObject from my own app? like making a get request to get the finalObject.
I don’t know if i made myself clear, but thanks anyway!