I was building my own Zap and express.js backend.
I am aiming that my Zap could be connected to other Zaps like Eventbrite and receive event and ticket information from it.
Users do oauth2 authentication by using their google accounts to my express.js backend.
My express.js backend needs to load information from my own Zap.
How to do this?