Hey, we're excited to expose our first Wix Forum APIs!
We added 25 (yes, you read that right) forum backend events to Corvid, so that you can react to almost any user activity on your forum.
You can run custom code when forum categories, posts, and comments are created, updated, deleted, posted, pinned, voted on, liked, reported, and much more. For example, send a custom email to a poster when their post is liked, display a message when a comment is marked as best, or set up an alert when a post is reported.
New to Corvid?
Backend events are fired when specific changes occur on your site. You receive information about the event that occurred and can write event handlers that react to the event, using the info you received. Place event code in a file named events.js in the Backend section of your Code Files.