📝 Description
This file contains the messages used by the Telegram Bot for various notifications and updates related to link management. All messages sends via celery tasks - Send Messages Task.
📦 Messages
- Link Blocked Notification:
⛔️ Link has been blocked by {blocked_by}!
🔗 link: {link}
📝 reason: {reason}
👤 account: {account}
- Switching Link Failed (Voluum error):
🔁❌ Voluum update failed! Link not found or updated with errors
🔗 old: {old_link}
➡️ new: {new_link}
👤 account: {account}
❕ Check the Voluum!
- Switching Link Failed (no backups links):
🔁❌ Switching link failed! No backups available for the working link!
🔗 link: {link}
👤 account: {account}
❕ Voluum is not updated!
- Switching Link Successfully:
🔁✅ Working link switched successfully!
🔗 old: {old_link}
➡️ new: {new_link}
👤 account: {account}
- No Backups Available for the Working Link:
⚠️ Warning! No backups available for the working link!
🔗 link: {link}
👤 account: {account}
❕ Please add a backup link!
- Subscription Drop Detected:
📢🆘 Subscription drop detected on the following domains:
🔗 {domain_1}
🔗 {domain_2}
🔗 {domain_3}
...
👤 account: {account}
❕ Please check these domains!
- Unsubscription Spike Detected:
📢🆘 Unsubscription spike detected on the following domains:
🔗 {domain_1}
🔗 {domain_2}
🔗 {domain_3}
...
👤 account: {account}
❕ Please check these domains!
- Link Unblocked by Google:
🔓✅ Link has been unblocked by Google!
🔗 link: {link}
👤 account: {account}
❕ Check the Link Switcher Admin!
- Returned Unblocked Link to Work:
🚀 Unblocked link returned to work by {returned_by}
🔗 link: {link}
🔗 previous link: {prev_link}
🏷 status: {status}
👤 account: {account}
- Appeal for Blocked Domain:
📄{status_emoji} Appeal sent {status}!
🔗 domain: {domain}
🌐 Google account: {account}
👤 owner: {owner}
- Mail Tracker Blocked Domains Found:
🔍⚠️ Mail Tracker found blocked domains:
🔒 blocked domains ({blocked_domains_count}):
🔗 {domain_1}
🔗 {domain_2}
🔗 {domain_3}
...
👤 account: {account}
❕ These domains will be automatically switched to backup very soon!
- Daily Statistics Message:
📊 Daily Statistics Report - {report_date}
👤 account: {account}
🔒 blocked domains ({blocked_domains_count}):
🔗 {blocked_domain_1}
🔗 {blocked_domain_2}
🔗 {blocked_domain_3}
...
🔓 unblocked domains ({unblocked_domains_count}):
🔗 {unblocked_domain_1}
🔗 {unblocked_domain_2}
🔗 {unblocked_domain_3}
...
🔄 manually switched to backup ({manually_switched_domains_count}):
🔗 {manually_switched_domain_1}
🔗 {manually_switched_domain_2}
🔗 {manually_switched_domain_3}
...