How it works
To get Telegram notifications in Microsoft SQL, you don't need a developer: a ready-made scenario watches events and sends messages for you.
- Starts when: Hourly Trigger
- Then: Configure Watchlist
- Check: Loop Over Assets
- Then: Fetch Crypto Prices
- Then: Merge Market Data
- Check: If Price Data Exists
- If yes: Load Asset State
- Check: If First Time Running
- If yes: Store Initial Price
- If no: Fetch RSI Values
- Then: Compute RSI
- Then: Check Alert Conditions
- Check: If Alert Needed
- If yes: If Alert Cooldown Over
- If yes: Create Alert Message
- Then: Send Alert on Telegram
- Then: Append Alert to Sheets
- Then: Save Alert Status
- If no: Log Price Without Alert
- Starts when: Daily 8am Trigger
- Then: Configure Daily Digest
- Then: Retrieve All Crypto Prices
- Then: Get Fear & Greed Index
- Then: Build Daily Digest Message
- Then: Send Digest on Telegram
- Starts when: When Telegram Command Received
- Then: Decode Telegram Message
- Check: If Command is /price
- If yes: Fetch Specific Price
- Then: Create Price Reply Message
- Then: Send Price Reply on Telegram
- If no: Send Unknown Command Alert
You can launch this Telegram + Microsoft SQL integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.