📝 Overview
This Flowbot example demonstrates how to send Slack notifications based on specified conditions when field values in Kintone are updated.
📌 If you manage lead information in Kintone and categorize it by confidence levels (e.g., high, medium, or low), this Flowbot automatically adjusts notification content when a confidence level is updated. This helps your team prioritize customer actions efficiently and streamline communication.
🛠️ Features and Tools Used
✔️ Database Trigger - Activates the Flowbot when field values in Kintone are updated
✔️ Branch Command - Directs the workflow based on updated values
✔️ Slack App - Send notifications to Slack
🔍 How It Works
1️⃣ Trigger Activation
This example uses YoomDB, which is data-connected with Kintone. When a field in Kintone is updated, the corresponding table in YoomDB updates as well, triggering the Flowbot.
2️⃣ Branching Logic
The branch command determines the workflow path based on the updated field value.
3️⃣ Slack Notification Setup
Each route is linked to a customized Slack notification, ensuring relevant updates are sent to the right audience.
📌 Refer to the related guide for more details.
🚀 Try It Yourself
Use the Pre-Built Flowbot Template - Click Here to Try It
📚 Related Guide
How to Set Up Conditional Branching in Flowbots - View Guide