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
Setting | Description |
---|---|
Notifications triggers | Select when module need to send notification |
Telegram Bot API token | Enter your bot ID got from @BotFather |
Telegram Chat ID | Enter Chat ID. Multiple Chat ID allowed, separated by comma |
Message to send | Enter 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.
Shortcode | Description |
---|---|
{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>