The template will be copied to my project.


Click the title within the red frame to navigate to the settings screen.
Step 3 App Trigger "When a message is received from a user"

Click the first process of the template! Here, we set a trigger for receiving a chat from a friend on the LINE official account and configure to obtain information about the received chat.
(1/2) Select Linked Account and Action
The items displayed here are already pre-configured.
- Title of the App Trigger
- App
- Account information linked with the LINE official account
- Trigger Action
→ Click Next
(2/2) Select Linked Account and Action

Copy the Webhook URL displayed on the Yoom screen. Open the management screen of the LINE official account and enter the Webhook URL.
>Help: How to set up Webhook events for LINE official account
After turning ON the toggle for the LINE official account, return to the Yoom screen and proceed to the test.
→ Click Test → Success, the content of the chat sent was obtained from the output.

→ Click Save
Step 4 Integrate with the App "Notify on Telegram"
Click the second template.

In this process, we configure the content to be automatically sent to Telegram.
(1/2) Select Linked Account and Action
These items are pre-configured.
- Title of the App Trigger
- App
- Account information linked with Telegram
- Action
→ Click Next.
(2/2) API Connection Settings

- Chat ID
- The chat ID for Telegram is not displayed in the usual UI but can be obtained using 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,...}, the value of id is the group ID.

- Message Content
- Click the edit field to display the extracted output in a dropdown. Clicking an item will automatically embed the quote code. It is easier to understand if you enter the item before the quote code.

→ Click Test. → Success
→ Click Save The settings for this flow are complete.
Step 5 Turn ON the App Trigger
Once all processes are configured, a complete screen will pop up.

Turn ON the App Trigger and activate the flow bot.

<span class="mark-yellow">Automation was achieved in a short time without using programming.</span> Here is the template for this time.