Notifying my support team when a new post/topic is created

If you need more control you can listen for webhooks. I have a cloud function on Firebase that processes new content and notifies me in Slack when something needs attention. I used Firebase, because the volume is still low enough to fit in the free plan, and it was faster than integrating the code into another server.