Learning Timeline
Key Insights
Why Use a Thread ID?
A Thread ID is essential for ensuring the AI 'remembers' the previous conversation. Without a consistent ID, every new message will be treated as a fresh interaction without any history (stateless).
Safety Filter Tips
Telegram 'Watch Updates' can be triggered by many events, including photos, group joins, or other bots. Always use 'Text Exists' and 'User ID' filters so your AI Agent doesn't waste tokens processing unintended data.
Prompts
Additional System Instructions for Time Context
Target:
Make AI Agent
The current time is {{now}}. Your working time zone is European/Berlin. Today is {{now:dddd}}.
Step by Step
How to Configure the AI Agent Module in Make.com
- Click the '+' icon in the scenario editor to add a new module.
- Search for and select 'Make AI Agents' from the app list.
- Select the 'Run an Agent' action.
- Select the AI Agent you have built (e.g., 'Task Manager Agent') from the dropdown menu.
- In the 'Thread ID' field, enter a unique name (e.g., 'task-manager-chat') to maintain the same conversation context.
- In the 'Message' section, map the 'Text' data received from the Telegram Watch Updates module.
- Click 'Advanced Settings' to add extra instructions.
- Insert dynamic variables for the current time (Now) in the 'Additional System Instructions' field to provide the AI with time context.
- Click 'OK' to save the module configuration.
Setting Up Filters to Prevent False Triggers
- Click on the connecting line (route) between the Telegram and AI Agent modules.
- Click 'Set up a filter'.
- In the 'Label' field, give it a name (e.g., 'Text Messages & Owner Only').
- Under 'Condition', select the 'Text' parameter and set the rule to 'Exists'.
- Click 'Add AND rule'.
- Select the 'From: ID' parameter from the Telegram data.
- Choose the 'Equal to' operator and enter your personal Telegram User ID.
- Click 'OK' to activate the filter.
Sending AI Responses Back to Telegram
- Add a new module after the AI Agent and select 'Telegram Bot'.
- Select the 'Send a Text Message or Reply' action.
- Select the same 'Chat ID' from the original trigger.
- In the 'Text' field, select the 'Response' output from the AI Agent module.
- In the 'Parse Mode' section, select 'Markdown' so that AI text formatting (like bold/lists) is displayed correctly.
- Click 'OK'.
- Click the 'Save' button at the bottom of the screen.
- Toggle the 'Scheduling' switch to 'ON' to activate the automated AI conversation.