Skip to main content
Blueprints can send deployment and trading notifications to Telegram after you link your account, or by email to your account address.

Email notifications

Choose email on a notification node to send the rendered message to the email address on your Blueprints account. Email notifications do not require a Telegram destination, and the deployment worker skips delivery if the account has no email address. Email notification usage is quota-limited by plan:
  • Free: 10 email notifications per day
  • Pro: 100 email notifications per hour
If the email notification quota is exhausted, Blueprints skips the queued email delivery instead of sending it. If the email sender or quota service is temporarily unavailable, the delivery is retried by the durable notification queue.

Connect Telegram

  1. Open Settings in Blueprints and start Telegram linking.
  2. Complete the bot link flow.
  3. Once connected, your user profile stores the linked Telegram chat.
If Telegram is disconnected, Telegram deliveries are dead-lettered and won’t send until reconnection.

Bot commands

The Telegram bot command menu includes:
  • /start — connect or check status
  • /help — show command help
  • /status — check account connection status
  • /disconnect — disconnect the linked chat

Notification preferences

You can enable/disable Telegram notifications per event type:
  • blueprint deployed
  • blueprint stopped
  • blueprint error
  • order filled
  • order rejected
  • risk limit hit
  • custom/other notifications
Preferences are persisted on your user record and applied at delivery time. If an event type is disabled, the queued notification is skipped instead of sent.

Delivery retries and failure behavior

Telegram delivery uses a durable queue with retries.
  • Temporary failures retry with exponential backoff (base 5s, capped at 5 minutes)
  • Max attempts are capped (default 5)
  • Permanent failures (for example blocked bot/chat not found) are immediately dead-lettered
When a delivery reaches dead-letter state, Blueprints can send a warning email prompting you to reconnect Telegram. Warning emails are cooldown-limited (default 24h) to avoid spam.