ZoomとTelegramの連携イメージ
How to Integrate Applications

2025-04-16

How to integrate Zoom with Telegram to automatically notify Zoom meeting information to Telegram every morning

k.hieda

When you receive a lot of emails every day, it can be quite a hassle to save files to Dropbox each time.
Moreover, many people might have experienced the struggle of missing a file save or saving a file in the wrong folder, making it difficult to find later.

In this article, we will introduce a method to automatically save files received in Gmail to Dropbox!

By using no-code tools, you can easily set up automation between Gmail and Dropbox.
You can start using it right away, so be sure to give it a try!

Recommended for

  • Those who want to automatically upload files attached to Gmail to Dropbox
  • Those who want to integrate Gmail and Dropbox to facilitate smooth file sharing within the team
  • Those who want to prevent the loss of attachments and ensure proper document storage

For those who want to try it immediately

In this article, we will introduce the integration method using the no-code tool "Yoom".

No complicated settings or operations are required, and even non-engineers can easily achieve it.

You can start right away using the template below, so please give it a try!

With the increase in remote meetings using Zoom, are you finding it challenging to check and remind yourself of your daily schedule? We introduce a flow bot that integrates Zoom with Telegram to automatically notify you of meeting information. In this flow, meeting information for the day is automatically retrieved every morning and notified via Telegram. This allows the entire team to easily check meeting schedules, providing excellent reminder effects. Previously, programming was required, but with this flow, you can set it up intuitively without any coding, making it easy to get started. Please take a look at specific use cases as well.

Recommended for

This flow bot is perfect for the following people:

  • Those who utilize Zoom
  • Sales representatives
  • Managers
  • Assistants

3 Benefits and Specific Use Cases of Automatically Notifying Daily Zoom Meeting Information to Telegram

We introduce the benefits of automating the receipt of daily Zoom meeting information via Telegram from the perspective of sales representatives and managers.

1. Quickly Check Meeting Information and Be Fully Prepared

Benefits

Every morning, Zoom meeting information is automatically notified to Telegram, allowing sales representatives to immediately check the necessary meeting information without the hassle of accessing Zoom. This prevents information confirmation omissions and ensures smooth meeting preparation.

Specific Use Cases

Recommended for sales representatives who have numerous meetings scheduled with customers and clients. Every morning, a list of meeting IDs and invitation links is notified to Telegram, allowing for quick confirmation of schedules and meeting topics, facilitating efficient business meeting preparation.

2. Easier Information Sharing Within the Team

Benefits

Every morning, the day's Zoom meeting information is notified to the Telegram group, allowing leaders and managers to share necessary information with everyone at once. Since schedule confirmations of who will attend which meeting can be done on the same channel, interactions become smoother.

Specific Use Cases

Recommended for leaders and managers of remote teams where confirming meeting schedules is essential. Every morning, the day's meeting schedule is automatically notified to the entire team, making it easier for members to check their schedules and manage them efficiently.

3. Reduce Daily Workload and Focus on Core Tasks

Benefits

Since meeting information is automatically notified to Telegram every morning, the hassle of checking Zoom for each meeting is significantly reduced. This simplifies routine work and streamlines information management, as there is no need to open Zoom multiple times during work.

Specific Use Cases

Since all meeting schedules are displayed in a list on the Telegram channel, it becomes easier for office assistants to check. Simplifying the confirmation process will make it smoother to grasp the meeting schedule.

From here, we will explain how to set up the automation of "notifying Zoom meeting information to Telegram every day" using Yoom's flow bot template.

Integration Process

  • Register My Apps on Yoom (Zoom and Telegram)
  • Copy the Template
  • Set Schedule Trigger and App Integration
  • Turn on the Trigger Button and Confirm Integration Operation

[About Yoom]

How to Create an Integration Flow to Notify Telegram When a Message is Received on Zoom

Things to Prepare in Advance

Here is a list of items needed for the integration work.

Zoom

  • Zoom account information (such as email address)
  • Client ID and Client Secret
    • These can be obtained from app registration on the Zoom App Marketplace.

You can check how to obtain each item from "Zoom (OAuth) and Zoom Phone My App Registration Method".

Telegram

  • Group to be notified (the bot needs to be added)
    • How to create a new bot is available here
    • Access Token

Step 1: Set Up My App Integration

Here, we will set up the registration of app information to be integrated into Yoom. Log in to Yoom's workspace and click + New Connection on the My Apps screen.

A list of apps that can be connected to Yoom will be displayed. Select the app to be connected from the search window and proceed with My App registration.

Zoom

Enter "Zoom" in the search window and click Zoom (OAuth). The input screen for integration information will be displayed.

Client ID and Client Secret can be obtained from app registration on the Zoom App Marketplace after registering your Zoom account.

> Help: Zoom (OAuth) and Zoom Phone My App Registration Method

Once each item is entered, click the Add button to complete the registration of Zoom My App.

Telegram

Enter "Telegram" in the search window and click the app name that appears. A screen for entering the values required for integration will pop up.

  • Enter any name for the account name. The access token is issued when a new bot is created on Telegram.

> Official Help: BotFather

Enter the access token and click the Add button to complete My App registration.

Step 2: Copy Yoom's Flow Bot Template to My Project

Click this banner.

A template will be copied to My Project. You can access My Project from the left menu bar.

Step 3: Schedule Trigger "At 9 AM every day"

Click on the first step of the template.

Since it is pre-configured, the light blue icon (indicating completion) is lit, but let me introduce the contents.

(1/1) Specify Execution Time

This time, we specify only weekdays from the day tab and set it to start at 9:00. You can change the repeat days or time from this screen. If you need detailed settings such as minute-level, you can set them from the Cron tab.

>Learn more: How to set Cron settings

Step 4: Integrate App "Retrieve List of Meetings"

Click on the second step of the template.

Retrieve meeting information scheduled for the day on Zoom.

(1/2) Select Integrated Account and Action

The items displayed here are pre-configured.

  • Title
  • Schedule Settings
  • Account Information Integrated with Zoom
  • Trigger Action

→ Click Next

(2/2) API Connection Settings

  • Email Address
    • Please enter the email address linked to your Zoom account
  • Start Date of Retrieval
    • Set to the current day.
  • End Date of Retrieval
    • Set to the current day.

→ Click Test → Success: The list of meetings scheduled for the day has been retrieved.

→ Click Save

Step 5: Integrate App "Send Message"

Next, click on the third step of the template.

In this step, set the notification content for Telegram.

(1/2) Select Integrated Account and Action

These items are pre-configured.

  • Title of App Trigger
  • App
  • Account Information Integrated with Telegram
  • Trigger Action

→ Click Next.

(2/2) Detailed Settings for Database Operations

  • Chat ID
    • The group ID of Telegram is not displayed in the usual UI, but can be obtained with a Bot. Use the obtained access token (API key) to access the following API endpoint.
    • https://api.telegram.org/bot<access token>/getUpdates
    • Accessing this endpoint will display the group information the bot is participating in, including the group ID. For example, chat":{"id":-123456789,...} where the value of id is the group ID.
  • Message
    • Click the edit field to display the list of obtained outputs. Let's create a template message while quoting the obtained outputs. It will be easier to understand if you enter the item name before the quote code.

→ Click Test. → Success

→ Click Save. This concludes the settings for this flow.

Final Step: Turn ON the App Trigger

Once all steps are configured, a complete screen will be displayed.

Turn ON the Trigger to activate the flow bot. You can switch it with the toggle at the top left of the template.

<span class="mark-yellow">You have set up the flow bot without programming.</span> The notification to Telegram has been confirmed.

__wf_reserved_inherit

Here is the template used this time.

If you want to efficiently notify multiple meeting details, it can be achieved by adding more steps.

Make the Most of It! 3 Zoom Automation Picks

Zoom can be integrated with apps other than Telegram for automation.

1. Automatically Transcribe Meeting Minutes When a Zoom Meeting Ends

This template automatically transcribes and summarizes the meeting content after a Zoom meeting ends and notifies it on Telegram. It allows for smooth meeting reviews and eliminates the hassle of creating meeting minutes.

2. Automatic Registration for Zoom Webinar with Google Form Information

Automatically register for a Zoom webinar based on the information entered in the Google Form. This prevents manual input errors and makes it easier to manage participants, ensuring a smoother webinar preparation process.

3. Consolidate Recording Information into a Sheet After Zoom Meetings

After a Zoom meeting ends, the recording information is automatically consolidated into a Google Spreadsheet. This centralized management of meeting records allows you to quickly access the necessary data at any time.

Summary

This flow bot, which automatically notifies Telegram of Zoom meeting information every morning, makes it easier to check information. It can be easily implemented without programming and reduces the hassle of meeting preparation. Why not simplify your daily tasks with this flow, which is useful for sales representatives, leaders, and support staff?

<span class="mark-yellow">Check out this flow bot now and start automating!</span>

See you again!

The person who wrote this article
k.hieda
10 years as a web planner and director. When I worked for a web production company, my main focus was on proposing modifications and operation plans to clients and proceeding with production. I'm currently a parallel worker. We produce blogs in Yoom's content division, and receive external public relations projects for companies in our individual business. Since we are starting a private lodging, we aim to thoroughly improve the efficiency of routine work!
Tags
Zoom
Telegram
Notification
Automatic
Automation
Integration
Related Apps
App integration
No items found.
What is Yoom hyperautomation?
Conventional RPA can only automate simple repetitive tasks, and the setup process was very complicated.
With “hyperautomation,” which combines various technologies such as AI, API, RPA, and OCR, it is possible to automate many tasks that could not be realized until now more easily than before.
Don't Just Connect Apps—Automate Everything
Most tools simply connect one app to another, leaving the complex tasks to you. Yoom goes much further: From document creation and browser automation to OCR and generative AI, Yoom handles it all seamlessly in one platform.

Why settle for basic integrations? Streamline your entire workflow with Yoom’s powerful hyperautomation.
Learn more about Yoom
Helpful Materials
I understand Yoom! 3-piece set of materials
Download materials
Understand in 3 minutes! Yoom service introduction materials
Download materials
Find out by Before After! Yoom Case Study Collection
Download materials
See a list of useful materials