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

Step 3: App Trigger "When a Message is Received in the Inbox"
Click on the first process of the template.

Retrieve the information to be extracted from Wix.
(1/2) Select the Linked Account and Action
The items displayed here are pre-configured.
- App Trigger Title
- App
- Account Information Linked with Wix
- Trigger Action
→ Click Next
(2/2) Select the Linked Account and Action

Log in to the Wix dashboard.

- Click on Automation in the side menu, then click on + New Automation in the top right corner.
- Create a new automated workflow and select "When a Message is Received" as the trigger. This trigger automatically executes an action when a message is sent.
- Next, select "Send via Webhook" in "Choose Action".
- Copy and enter the Webhook URL provided by Yoom into the displayed screen.

- After entering the Webhook URL, click "Apply" to complete the setup. This will automatically execute the Webhook when a message is sent, sending data to Yoom.
Return to the Yoom settings screen.
→ Click Test → Success, you can retrieve the message items from the output.

→ Click Save
Step 4: Integrate with the App "Send Message"
Click on the second process of the template.

In this process, set the notification content for Telegram.
(1/2) Select the Linked Account and Action
These items are pre-configured.
- App Trigger Title
- App
- Account Information Linked with Telegram
- Trigger 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 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,...}, the value of id is the group ID.
- Message Content
- Create a template message for the notification. Click the edit field to display the extracted output in a dropdown. Selecting an output will embed the citation code in the edit field. It is easier to understand if you enter an item before the citation code.

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

Turn ON the Trigger to activate the Flowbot. You can switch the toggle in the top left corner of the template.

<span class="mark-yellow">The construction of the Flowbot was achieved in a short time without using programming.</span> Here is the template used this time.