Sender status, connection settings, message templates and buttons
Telegram channel & subscriber DMs
Bot token, channel and affiliate tag
How often to send product notifications
Sent once to every new subscriber — supports
{{firstName}}
Use {{firstName}} to personalize. Supports HTML like
<b>bold</b>. Leave blank to use the built-in default.
Telegram-specific — assign per endpoint in Keepa
Loading templates...
{{variable}}
Conditional Logic
Simple if
{{#if deepest}}
🏆 Best price!
{{/if}}
If / else
{{#if savedPercent > 30}}
🔥 Big deal!
{{#else}}
💡 Good deal
{{/if}}
Unless
{{#unless deepest}}
Not lowest price
{{/unless}}
Comparisons
{{#if rating >= 4.5}}
⭐ Top rated
{{/if}}
Operators
> < >= <= == != truthiness
Nested
{{#if deepest}}
{{#if rating > 4}}
🏆⭐
{{/if}}
{{/if}}
Buttons appended to each Telegram message
Labels and URLs support
variables, e.g. {{name}}, {{link}}