ConverseIQ
Multi-channel AI messaging platform. Connect intelligent agents across WhatsApp, Telegram, Discord, Slack, Web Widget, and Voice. Base URL: https://converseiq.devblocktechnologies.com
Overview
ConverseIQ is a unified messaging platform that connects AI-powered agents to multiple messaging channels. Build intelligent conversational experiences once and deploy them across all major messaging platforms with a single integration.
Supported Channels
Cloud API integration for WhatsApp Business messaging
Telegram
Bot API integration for Telegram messaging
Discord
Bot integration for Discord servers and DMs
Slack
App integration for Slack workspaces
Web Widget
Embeddable chat widget for websites
Voice
Voice channel via Sage Voice integration
Features
AI Agents
Intelligent conversational agents powered by Sage Inference LLMs.
Skills System
Modular skills for agent capabilities: search, calculations, APIs, and more.
Knowledge Base
Upload documents and data for RAG-powered responses from your agents.
Multi-Channel
Deploy a single agent across all channels with unified conversation history.
Quick Start
Send a message through ConverseIQ REST API:
curl https://converseiq.devblocktechnologies.com/api/messages \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-converseiq-your-api-key" \
-d '{
"channel": "whatsapp",
"recipient": "+1234567890",
"message": "Hello from ConverseIQ!"
}'