Telegram

Sender status, connection settings, message templates and buttons

Auto Sender

Telegram channel & subscriber DMs

Stopped
Connection

Bot token, channel and affiliate tag

How often to send product notifications

Welcome Message

Sent once to every new subscriber — supports {{firstName}}

Click to insert:

Use {{firstName}} to personalize. Supports HTML like <b>bold</b>. Leave blank to use the built-in default.

Message Templates

Telegram-specific — assign per endpoint in Keepa

Loading templates...

Available Variables — use {{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}}
Inline Keyboard Buttons

Buttons appended to each Telegram message

Labels and URLs support variables, e.g. {{name}}, {{link}}