Home Docs Changelog Download Pricing Service Center Contact

How to Purchase SQLMessenger

To sustain the continuous operation of the SQLMessenger project, this software requires a paid license for long-term use.

June 17, 2025

Sending Telegram Messages in SQL Statements

This document provides step-by-step instructions for using SQLTelebot to send Telegram messages from SQL statements across supported databases.

May 14, 2025

Sending Personalized Telegram Messages in Bulk

This document provides a technical overview of how to use SQLTelebot, a plugin for SQLMessenger, to automate the sending of personalized Telegram messages in bulk.

May 13, 2025

Forward Telegram Messages to Email

Forward Telegram messages to email automatically with SQLTelebot.

May 12, 2025

Automatically Forward New Emails to Telegram

Want to forward different emails to different Telegram groups or contacts when new emails arrive? This guide shows how to use the SQLTelebot plugin to do exactly that, based on sender and subject keywords.

May 12, 2025

How to Upgrade SQLMessenger to the Latest Version

March 31, 2025

How To Build an Order Monitoring System Using SQLMessenger

I have many orders stored in my CRM database. I need to frequently (possibly daily or weekly) query the orders that are about to expire and send them to different people for handling. Different orders need to be sent to different people. How should I build an order monitoring system to automate this task?

January 15, 2025

Automatically Generate Reports and Send Via Email or Slack

SQLMessenger can assist you in automatically converting SQL query results into HTML reports or Excel spreadsheet files, and send them to specified recipients via email. In this case, we will configure a task to automatically query and generate sales statistics reports for Washington DC from January 2024 to June 2024, and send them to the regional manager.

January 15, 2025

Sending Messages to Slack Workspace Members via Slack API

SQLMessenger version 2.1 and above allows you to send messages (such as text messages, images, files, etc.) to your Slack workspace members via the Slack API. This article will guide you on how to configure a Slack API Sender in SQLMessenger.

January 15, 2025

Automatically import Excel attachments into a local database when an email is received

I want to automatically import Excel spreadsheets sent to me by colleagues via Email into my SQL Server or PostgreSQL database. How should I do it?

Yes. Here's an interesting demonstration that shows how to import data from an Excel attachment in an email into a database and then reply to the sender with an email informing them of the number of records imported. You can also customize this demonstration to meet your specific needs.

January 15, 2025