My end goal is to send a custom Facebook Pixel event when somebody Purchases a Pricing Plan. I have managed to get to a point where my Pricing Plan event is firing in the events.js module. How do I then call a function in the frontend from the events.js module?
1 Like
Yeah would be great to have some kind of a notification / broadcasting mechanism to which the frontend code could register callbacks to.