The template will be copied to my project. Click on the title within the red frame to navigate to the settings screen.

Step 3: App Trigger "When the Meeting Ends"

Click on the first process of the template! Here, you will set the information to be retrieved from Google Meet.
(1/2) Select the Linked Account and Action
The items displayed here are pre-configured.
- Title of the App Trigger
- App
- Account information linked with Google Meet
- Trigger Action
→ Click Next
(2/2) Select the Linked Account and Action

- Trigger Activation Interval
- Open the dropdown and select from 5 minutes, 10 minutes, 15 minutes, 30 minutes, or 60 minutes.
→ Click Test → Success. Meeting information from the last hour has been extracted in the output.
※ If an error occurs
It may display that no Google Meet meetings have been held in the last hour. Open a meeting with the linked account as the owner for testing, and try the test again.
→ Click Save
Step 4: Send a Message to Integrate with the App

Click on the second process of the template! Set the content to be automatically sent to Telegram.
(1/2) Select the Linked Account and Action
These items are pre-configured.
- Title of the App Trigger
- App
- Account information linked with Telegram
- Trigger Action
→ Click Next.
(2/2) API Connection Settings

- Chat ID
- The group ID of Telegram is not displayed in the usual UI, but can be obtained using a Bot. Use the acquired 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 Content
- Clicking the edit field will open a dropdown displaying the output extracted in the previous process.

Clicking on the item to be quoted will automatically embed the quote code. It becomes easier to understand if you input the item before the quote code.
→ Click Test. → Success
→ Click Save
Step 5: Turn the App Trigger [ON]
Once all processes are configured, a completion screen will pop up.

Turn the Trigger [ON] to activate the flow bot.

Automation was easily implemented without using programming. Notifications were confirmed on the Telegram channel.

This time, I tried notifying by quoting all the outputs. During actual operation, please extract the necessary items as needed. Here is the template for this time.