Storm OpenAPI(en)
  1. Admin Tools
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. Admin Tools

Channel Integration

Channel Integration#

You can connect the agent to multiple activity channels such as STORM API and KakaoTalk.
(Integration with LINE, Slack, and ChannelTalk is coming soon.)
image.png
Through API-based integration, the agent can be flexibly connected with your own systems or in-house platforms.
You can instantly connect the agent to major messenger channels such as KakaoTalk, Slack, and ChannelTalk, allowing users to interact with your AI agent in the environment they’re most familiar with.
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.
A single agent can be connected to multiple channels simultaneously, enabling consistent operation across different communication platforms using the same knowledge and logic.
Each channel can reference different knowledge folders, allowing responses to be tailored according to the channel’s purpose (e.g., customer service, sales, or internal support).
This structure enables companies to establish a multi-channel customer service environment with a single setup while maximizing operational and maintenance efficiency.


Messenger Channel Integration
Learn more about Teams channel integration
Modified at 2025-11-06 01:55:43
Previous
Deployment Management
Next
Model Fine-Tuning
Built with