Website Event Notifications
Do you want to know of every event that happened on your website because of your visitors? We can help you with that.
Now there is a possibility to receive notification letters to your inbox or directly to the URL (a JSON call) you have pointed out.
The feature is available after purchasing our Extra Package. Go to your Renewal Licence Page to see the details.
To set these notifications up, please, go to your CleanTalk Control Panel.
Then go to Tools —> Notifications.
Press the blue button "Add Notification".
In the pop-up window choose available options:
- Site — what website you want to receive event notifications from
- Type of Event — what events you want to see in the notifications (Allowed, Denied, All Events)
- Method — select where notifications should go to (E-mail or URL)
- Type of request - select a type of request (comment/registration/etc)
- Periodicity (for e-mail method) — how often do you want to receive notifications (Immediately, Every hour, Every 2 hours, Every 4 hours)
You will see new notification tasks in the list below after you finish adding them. You can disable and enable your tasks anytime by clicking the bell icon or via "Bulk Actions" menu.
Example of what you will see in your webserver log file when using URL method:
'requests' =>
'{
"48becee2463590410dd83c61a1c0c1cc":{
"request_type":null,
"sender_ip":"10.20.30.40",
"allow":"0",
"sender_email":"stop_email@example.com",
"site_name":"YourWebsite.com",
"sender_nickname":"test 12",
"datetime":"2018-06-14 16:01:36"
},
"66c422a82f0c1ab7cb0d9c76297401e0":{
"request_type":null,
"sender_ip":"10.20.30.40",
"allow":"0",
"sender_email":"stop_email@example.com",
"site_name":"YourWebsite.com",
"sender_nickname":"test 11",
"datetime":"2018-06-14 16:01:27"
},
"83418a389052e40cd17495a47ca6be3a":{
"request_type":null,
"sender_ip":"10.20.30.40",
"allow":"0",
"sender_email":"stop_email@example.com",
"site_name":"YourWebsite.com",
"sender_nickname":"test 10",
"datetime":"2018-06-14 15:57:59"
}
}'
Please note that changes will be applied in about 10 minutes.
It would also be interesting
- Hook for Validating Custom FormsHook for Validating Custom Forms Please note that the Anti-Spam plugin must be installed and activated...
- Installing of the CleanTalk Anti-Spam plugin in Invision Community 5How to install the CleanTalk Anti-Spam plugin in Invision Community 5 Go to your Anti-Spam Dashboard IPS...
- CleanTalk Anti-Spam check_message API MethodCleanTalk Anti-Spam "check_message" API method description This method is the best to use on forms that...