Telegram notifications

Telegram notifications

This section describes how you can setup notifications to the Telegram when client is bad for different triggers.

Configure notifications

Settings

Enter values to get notifications to the Telegram

SettingDescription
Notifications triggersSelect when module need to send notification
Telegram Bot API tokenEnter your bot ID got from @BotFather
Telegram Chat IDEnter Chat ID. Multiple Chat ID allowed, separated by comma
Message to sendEnter the message in the HTML format (not Markdown or MarkdownV2)

Shortcodes

You can use shortcodes in the message. When message send, plugin will replace shortcodes with actual values.

ShortcodeDescription
{check_type}Check type: manual or auto
{account_id}Client account ID
{reg_ip}Client register IP address
{reg_email}Email address of the main user of the client
{report_value}Sum of the all report values sent for the client
{report_count}Number of report sent for the client
{report_reliability}Report Reliability, indicates how many times client reported and queried
{report_code}Report code, you can check result, just add it to the URL: https://fraud.hosting/api/?showreport=

Example message

HTML content:

Check type: {check_type}
Account ID: {account_id}
Reg IP: {reg_ip}
Reg email: {reg_email}
Result: ({report_value}, {report_count}, {report_reliability})
<a href="https://fraud.hosting/api/?showreport={report_code}">View report</a>