Webhook Logger for aaPanel

外掛說明

Webhook Logger for aaPanel is a WordPress plugin designed to help you easily receive and log Webhook notifications from the aaPanel control panel. This plugin stores the received Webhook requests as custom logs in the WordPress backend, allowing you to view them at any time. Additionally, it supports sending Webhook notifications via email, so you won’t miss any important information.

Key features include:

Email Notifications: You can choose to enable email notifications to send a detailed notification email to a specified address every time a Webhook is received.

Log Management: A backend page is provided for users to easily view all Webhook logs, with support for pagination and a one-click function to clear all logs.

Contact

If you have any questions or suggestions, please visit my GitHub project page: https://github.com/guguan123/webhook-logger-for-aapanel

安裝方式

Activate the plugin on the “Plugins” page in your WordPress backend.

After activation, you can find “aaPanel Webhook Settings” under the “Settings” menu and “aaPanel Webhook Logs” under the “Tools” menu.

Go to the “aaPanel Webhook Settings” page to configure your Access Key and email notification options.

In the aaPanel, configure the Webhook address to be the one shown on the plugin settings page (for example: https://www.google.com/search?q=https://yourdomain.com/%3Frest_route%3D/bt-webhook-logger/v1/receive).

常見問題集

I’m not receiving email notifications, what should I do?

Please make sure you have correctly entered the target email address in “aaPanel Webhook Settings” and checked the “Enable Webhook Email Notifications” option. Additionally, check if your WordPress site has been configured correctly to send emails, for example, by installing and properly setting up an SMTP plugin.

What is the purpose of the Access Key?

The Access Key is a security key used to verify the legitimacy of Webhook requests. If you set an Access Key, the plugin will only process the request if it contains the correct key, which prevents unauthorized access. It is recommended that you always set an Access Key.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Webhook Logger for aaPanel〉的開發相關工作。

參與者

將〈Webhook Logger for aaPanel〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1.4

Adapt to mobile

0.1.2

i18n support

0.1.1

Changed to use REST API.

0.1.0

Initial version released.

Supports receiving and logging aaPanel Webhooks.

Provides Access Key security verification.

Integrated email notification feature.

Implemented backend log viewing and clearing functionality.