Files × Communication
Google DriveTelegramAGNT

Automate Google Drive + Telegram

Where the documents live — and pile up. The fastest channel between your agents and your phone. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Document Extractor → Get AGNT free

Document Extractor is a ready-made agent built around Google Drive; point its last step at Telegram to finish this hand-off.

Automations teams run

Each of these runs with a reasoning step between the two tools, so what reaches Telegram is a decision about the Google Drive event rather than a transcription of it.

When a file lands in a folder in Google Drive…

…an agent can send messages and alerts in Telegram — after reading the context and deciding it should.

When a doc is updated in Google Drive…

…an agent can reply to commands in Telegram — after reading the context and deciding it should.

When a file is shared in Google Drive…

…an agent can deliver files and reports in Telegram — after reading the context and deciding it should.

When a message arrives in Telegram…

…an agent can read and summarise documents in Google Drive — with the reasoning recorded in the run’s receipt.

When a command is sent in Telegram…

…an agent can file outputs into folders in Google Drive — with the reasoning recorded in the run’s receipt.

When a schedule fires in Telegram…

…an agent can export and convert formats in Google Drive — with the reasoning recorded in the run’s receipt.

Google Drive to Telegram, setup template

Start with the google-drive-api node and the telegram-api node. Configure the Google Drive source payload, the agent input, and the Telegram operation. The sequential template does not implement conditional writes or approval by itself.

Google Drive to Telegram: run on a schedule → read google drive → review source and draft → configure destination in telegram TRIGGER trigger-timer Run on a schedule Configure activation ACTION google-drive-api Read Google Drive Configure inputs ACTION agnt-agent Review source and draft Configure inputs ACTION telegram-api Configure destination in Telegram Configure inputs
Setup template for Google Drive and Telegram; verify data mapping and authorization using test accounts.
Google Drive → TelegramSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "7562e14d-f9c8-4117-a2a7-406efca33eba",
  "name": "Google Drive → Telegram",
  "nodes": [
    {
      "id": "450f263b-aa7e-4749-a450-33ce1f6dea76",
      "text": "Run on a schedule",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "fireOnStart": "No",
        "scheduleType": "Interval",
        "schedule": "Every 15 Minutes"
      },
      "description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "d9f3f177-735e-426c-aff7-995377baaa4c",
      "text": "Read Google Drive",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "google-drive-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "LIST_FILES",
        "folderId": "CONFIGURE_FOLDERID"
      },
      "description": "Setup template for Google Drive API. Interact with Google Drive to perform various operations on files and folders. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "699273f0-97a3-48d5-ac09-2267c4706962",
      "text": "Review source and draft",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Google Drive item. Decide whether it warrants action in Telegram, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "0a6b9b18-7bb6-4214-a8e7-bf329d3ac210",
      "text": "Configure destination in Telegram",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "telegram-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "GET_ME",
        "botToken": "CONFIGURE_BOTTOKEN",
        "apiBaseUrl": "CONFIGURE_APIBASEURL",
        "includeRaw": false
      },
      "description": "Setup template for Telegram API. Use Telegram Bot API from a single AGNT node. Choose an action to validate a bot, send messages/media, edit/delete messages, download files, or call any raw Bot API method. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "f0439f41-9922-42ee-a825-552953862e00",
      "start": {
        "id": "450f263b-aa7e-4749-a450-33ce1f6dea76",
        "type": "output"
      },
      "end": {
        "id": "d9f3f177-735e-426c-aff7-995377baaa4c",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "6ce8ede2-cc82-4bfd-a1f3-d21f1d916822",
      "start": {
        "id": "d9f3f177-735e-426c-aff7-995377baaa4c",
        "type": "output"
      },
      "end": {
        "id": "699273f0-97a3-48d5-ac09-2267c4706962",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    },
    {
      "id": "29207d71-ce01-42e4-af24-7bb10ca1e824",
      "start": {
        "id": "699273f0-97a3-48d5-ac09-2267c4706962",
        "type": "output"
      },
      "end": {
        "id": "0a6b9b18-7bb6-4214-a8e7-bf329d3ac210",
        "type": "input"
      },
      "startX": 800,
      "startY": 552,
      "endX": 512,
      "endY": 744
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Google Drive API

Interact with Google Drive to perform various operations on files and folders.

  • action — The action to perform on Google Drive Current example: LIST_FILES.
  • folderId — The ID of the folder (for LIST_FILES, UPLOAD_FILE, CREATE_FOLDER) Current example: CONFIGURE_FOLDERID.

Configure Telegram API

Use Telegram Bot API from a single AGNT node. Choose an action to validate a bot, send messages/media, edit/delete messages, download files, or call any raw Bot API method.

  • action — Telegram operation to perform. Current example: GET_ME.
  • botToken — Optional fallback Telegram bot token from @BotFather. If omitted, AGNT uses the connected Telegram provider token from Settings → Connections. Current example: CONFIGURE_BOTTOKEN.
  • apiBaseUrl — Optional Bot API base URL. Use https://api.telegram.org by default, or a local Bot API server URL. Current example: CONFIGURE_APIBASEURL.
  • includeRaw — Include the full raw Telegram API response when available. Current example: false.

Install Document Extractor

Document Extractor is a working agent built around Google Drive. Install it, point its last step at Telegram, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Wiring Google Drive to Telegram

  1. Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
  2. Add both connections to the vault — Google Drive takes one OAuth sign-in, Telegram takes an API key pasted into the vault.
  3. Configure the nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
  4. Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in Telegram.

Google Drive and Telegram — common questions

Can I connect Google Drive to Telegram without writing code?

Yes. Google Drive connects with one OAuth sign-in and Telegram with an API key pasted into the vault, both from the local credential vault. You then describe the job in plain language — “when a file lands in a folder, send messages and alerts” — and the agent handles the rest.

How is this different from a field-mapping Google Drive to Telegram automation?

Mapping tools move data; this reasons about it. Rather than copying a field into Telegram, the agent can weigh what arrived from Google Drive, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Google Drive and Telegram data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Google Drive, Telegram, and your chosen model provider — which can be a local one.

What does a Google Drive and Telegram run leave behind?

Every run is recorded end to end — the Google Drive items examined, the decision and its reasoning, the resulting Telegram write. That record is what makes it reasonable to let this run unattended, and what lets you widen its remit on evidence.

Give AI a job. Get the proof.