The template will be copied to my project. Click on the title within 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 and 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" under "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 and send data to Yoom when a message is sent.
Return to the Yoom settings screen.
→ Click Test → Success, you can retrieve message items from the output.

→ Click Save
Step 4: "Send Message" to Integrate with the App
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
- Telegram chat IDs are 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,...} shows the group ID as the value of id.
- Message Content
- Create a template for the notification. Click the edit field to display the extracted output in a dropdown. Selecting an output will embed the reference code in the edit field. It is easier to understand if you enter an item before the reference code.

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

Turn ON the trigger to activate the Flowbot. You can switch it using the toggle at the top left 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.