Supported conversation channels
Besides being used directly in the in-platform chat interface, a Digital Expert can enter the same workflow through different Trigger channels:- In-platform chat channel (Chat Trigger): The flow is triggered when users submit questions in the platform chat window.
- Scheduled channel (Schedule Trigger): The system triggers the Digital Expert on a Cron schedule for fixed tasks (such as daily summaries or inspection reminders).
- Lark channel (Lark Trigger): Users send messages in Lark, and the Lark trigger routes them to the corresponding Digital Expert.
Integration principles
All three channels share the same Digital Expert configuration:- Agent orchestration
- Toolset and tool authorization
- Knowledge base and retrieval logic
Related docs
- Trigger node overview: Workflow Trigger
- Trigger plugin implementation (Lark / Schedule): Plugin Trigger
- Main Digital Expert doc: Digital Expert
- Toolset guide: Toolset
- Knowledge base guide: Knowledge Base