← MCP Catalog

send_scheduled_message

Schedule a message to be sent at a future time. Args: chat_id: The ID or username of the chat. message: The message content to send. schedule_date: When to send the message. Either an ISO-8601 string (e.g. "2026-05-01T14:30:00" or "2026-05-01T14:30:00Z") or a Unix timestamp (int). Naive datetimes are treated as UTC.

MCPTelegram AuthorizationPrivate connector · send actions require confirmation
Can change or delete data

Parameters

chat_idinteger | string · required

messagestring · required

schedule_datestring | integer · required

accountstring · default null