This plugin is a simple administration plugin for WordPress. It just sends logs to some webhooks. It currently supports sending notifications to :
- Discord
- Slack
- Telegram
The plugin sends notifications for multiple events.
The plugin sends notifications when :
- A post is published
- A post is updated
- A post is deleted
- A post is drafted
Discord example :
Slack example :
Telegram example :
The plugin sends notifications when :
- A new comment is posted
- A comment is approved
- A comment is unapproved
- A comment is deleted
- A comment is spammed
- A comment is permanently deleted
Discord example :
Slack example :
Telegram example :
- Download the plugin as a zip file
- Upload the plugin to your WordPress website (Plugins > Add new > Upload plugin)
- Activate the plugin
- Go to the plugin settings page (Settings > Admin Notifications Plugin)
- Fill the settings and save them
If you don't know how to configure webhooks, you can follow the following tutorials :
For telegram, you need to create a bot and get the bot token. You can follow this tutorial : Create a bot for Telegram.
Once you have the bot token, you need to start a conversation with the bot by clicking "Start Bot"
Then, you need to get your chat id. You can follow this tutorial : Get chat id for Telegram