Storm OpenAPI(en)
  1. Core Scenario
Storm OpenAPI(en)
  • Welcome to STORM
    • Introduction
  • Quickstart
    • Getting Started
      • Account Creation
      • Creating an Agent
    • Core Scenario
      • Document Upload
      • Workflow Design
      • Test
      • Deployment
      • Channel Integration
  • Feature Guide
    • Console
      • Agent Management
      • Dashboard
      • Permission Management
    • Agent Template
      • Explore knowledge
      • Character Conversation
      • Analyze chat history
      • Write articles
      • Write SQL queries
    • Agent Builder
      • Knowledge
        • Documents
        • Folders
        • Feedback
      • Workflow
        • Node Description
          • LLM
          • Search(RAG)
          • API
          • IF ELSE
          • Variable Declaration and Assignment
          • Postprocessing
      • Test
      • Log
      • Dashboard
    • Admin Tools
      • Deployment Management
      • Channel Integration
      • Model Fine-Tuning
      • Training Data Quality Management
      • Other Settings
      • Teams Channel Integration
  • Apis
    • Agent
      • Deploy Agent
      • View Agent Deployment History
      • View Agent
    • Bucket
      • Create Bucket
      • View Bucket
    • Document
      • Document Training Request by file
      • Document Training Request by URL
      • View Documents
      • Delete Document
    • Chat
      • Send Chat (non-stream)
      • Send Chat (stream)
      • Search Context
    • STORM Parse
      • /convert/md
    • Instance Agent
      • Add Instance Session
      • Upload Instance Document
      • Request RAG Source For Query
      • Delete Instance Session
  • Learn More
    • FAQ
    • Pricing
  1. Core Scenario

Channel Integration

Channel Integration#

You can connect the channels where your agent will operate. Currently, STORM supports STORM API and KakaoTalk integration (LINE, Slack, and ChannelTalk integrations are coming soon).
Learn more about Channel Integration
image.png
You can connect your agent directly via API or integrate it with popular messenger platforms used by customers.
Channel linking alone does not complete the actual connection. Once the API integration is complete, you can use the issued API key to directly test the STORM Chat API. Try sending a simple message to verify that the integration is working correctly.
Example request and response formats can be found in the  Send Chat (stream)  API documentation.
Since you can connect to multiple channels, a single agent can operate simultaneously across several KakaoTalk channels or chat applications.
Additionally, you can configure each channel to reference knowledge from specific folders only, allowing responses to be tailored for each channel’s purpose (e.g., customer service, sales, internal support).
This structure enables organizations to build a unified multi-channel AI service environment with a single agent setup, while significantly enhancing operational efficiency and maintenance.
Modified at 2025-11-06 01:54:53
Previous
Deployment
Next
Agent Management
Built with