Hi everyone, just checking if anyone is aware of any integrations between WordPress (self-hosted) and Slack? I would love to setup a system where blog comments could be reviewed and approved by my editorial team within Slack. Appreciate any help provided. Cheers
I would like to assist you for achieving this requirement. Let me know when we can connect?
Definitely – I have several running through Zapier. [https://zapier.com/apps/slack/integrations/wordpress/1453/get-slack-notifications-for-new-wordpress-comments](https://zapier.com/apps/slack/integrations/wordpress/1453/get-slack-notifications-for-new-wordpress-comments)
you’ll need to install Uncanny Automator to connect Slack to your WordPress site, a detailed guide with visuals can be found at wpbeginner dot com
Here’s a PHP class I wrote to integrate WordPress and Slack –> https://github.com/kingkool68/wordpress-rh-starter-theme/blob/main/functions/class-rh-slack.php
The idea was to have a way to send a message to a channel based on when a new post was published/edited/scheduled/deleted but you could extend it to work with comments.