I am trying to capture RSVP data to store elsewhere. I created an events.js file in the backend and wrote the simplest code to check the exact format of what it will give me.
Yes @volkaertskristof . This is all that is in the events.js file as things stand.
I am assuming that this function will be triggered when someone RSVPs to an event. This is not my final code…just making sure I can debug before I start coding.
HI Simon, to add to what Kristof shared take a look at this article about how to debug backend events. There is a section where they specifically go through an events.js example.