My App Integration with Google Chat
After copying the template, register Google Chat as a My App in Yoom as a preliminary step.
You will also need to add the Yoom Google Chrome extension.
If both are already completed, please proceed to "Step 1. Setting the Scheduling Trigger".
(My App Integration)
1. After logging into Yoom, click "My Apps" → "+ New Connection".

2. Search for Google Chat in the search window.
Two types will be displayed in the search results as shown below, but select "Google Chat (OAuth)".

3. Log in to Google and enter the necessary information.

4. Obtain the "Client ID" and "Client Secret" and enter the values in each field. For details on how to obtain them, please refer to How to Register My App for Google Chat (OAuth).

If Google Chat (OAuth) is displayed in the My Apps list, you're done!
(Add Extension)
1. Please add it from the Browser Operation Setting Tool page.
2. After adding, open Manage Extensions > Details of "Yoom Browser Operation Setting Tool" and allow execution in incognito mode.

This completes the preliminary steps. Let's proceed to the specific setup instructions!
Step 1. Setting the Scheduling Trigger
First, click the scheduling trigger "Start at 9:00 every day".

On this page, you will specify the execution time.
By default, it is set to run at 9:00 AM every day.
If you want to set it to another time, please refer to How to Set Cron Settings.
(Example)
- To run at 5:00 PM every day → [0 17 * * *]
- To run at 5:00 PM every Monday → [0 17 * * 1]

Once the settings are complete, click "Save" to finish setting the trigger.
Step 2. Retrieve Website Information Using RPA
Next, click "Retrieve Website Information Using RPA".

In this step, you will set up to retrieve links from a website.
As mentioned earlier, this explanation assumes a case where you want to retrieve the link of the latest blog (the article in the top left) from the Yoom Blog List.
1) First, select the initial step "Access URL".

2) A popup will appear as shown below, enter the "Action Name" and "Target URL", and click "Save".

3) Next, select "+" > "Specify Operation in Browser".

4) A popup will appear as shown below, specify the URL and click "Start Operation".

5) The page of the specified link will open. Since we want to obtain the link of the latest blog in the top left, select the target blog. Then, you can choose the action to apply, so select "Click".

6) A popup will appear as shown below, enter the action name, and click "Add".

7) After pressing "Add", you will be redirected to the latest blog. Since we want to obtain the URL of this page, click on an appropriate element (an element with a light blue background when hovered over) and select "Get Page URL".

8) A popup will appear as shown below, change the "Action Name" and "Name of Retrieved Value" as needed, and click "Add".

9) Click "Return to Yoom Screen" at the bottom left.

10) When you return to the Yoom screen, the added actions will be displayed as shown below.

11) Click "Test" to check if the URL can be retrieved correctly. The URL of the latest blog will be displayed in the "Retrieved Value" field as shown below.

If there are no issues up to this point, click "Save" to proceed to the final step.
Next, we will set up to notify the obtained URL to Google Chat.
Step 3. Notify the Obtained URL to Google Chat
Now, click the final step "Notify the Obtained URL to Google Chat".

On the first page, the account information of the pre-linked Google Chat will be displayed, so if there are no issues, click "Next".

On the next page, enter the "Resource Name of the Space" and "Message Content".
For "Message Content", use the value obtained in Step 2 as shown in the image below.

Click "Test" and if no errors occur, click "Save".
If a popup like the one below appears, all settings are complete.
When you turn on the trigger, the flow will be executed.

How was it? The above was the setup procedure for the flow of [Retrieving Website Information Daily and Notifying Google Chat]!
If you want to try it, please copy the template from the "Try it" button below.