Communication & Messaging

Automatically Send Daily Meeting List to Telegram

Automatically Send Daily Meeting List to Telegram

Scheduled
High
8
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
8
Node Types
6

Node Types

google Calendar
Get meetings for today
1 node
schedule Trigger
Every morning @ 6
1 node
set
Set
1 node
function
Function
1 node
telegram
Telegram
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes

Workflow JSON

6.09 KB
{
  "id": "nV1xFcF5HWJcD6w7",
  "meta": {
    "instanceId": "b1be0f8fadff87de92fbcd08be474fb794e544ef8a62dd9c586c9914a3836990"
  },
  "name": "Automatically Send Daily Meeting List to Telegram",
  "tags": [
    {
      "id": "THCdGkSMWvR7AzSR",
      "name": "Template",
      "createdAt": "2024-02-28T08:32:57.511Z",
      "updatedAt": "2024-02-28T08:32:57.511Z"
    },
    {
      "id": "ro6MmCu2eov1eWfR",
      "name": "Creators",
      "createdAt": "2024-03-01T11:11:36.214Z",
      "updatedAt": "2024-03-01T11:11:36.214Z"
    }
  ],
  "nodes": [
    {
      "id": "eee04fe7-7f65-4db8-8ad8-7b67197a1f70",
      "name": "Get meetings for today",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1240,
        580
      ],
      "parameters": {
        "options": {
          "timeMax": "={{ $today.plus({ days: 1 }) }}",
          "timeMin": "={{ $today }}",
          "singleEvents": true
        },
        "calendar": {
          "__rl": true,
          "mode": "list...

Showing first 1000 characters. Click "Expand" to view the full JSON.