Bot Connect
Bring your own chatbot. You keep the backend; MangoApps is the front end — in Ask AI, a pop-up, a full-page tab, or a Home widget.
MangoApps
Overview
Register a customer-controlled chatbot and surface it inside MangoApps without rebuilding it. Embed it by URL (iframe) or connect it by authenticated API and let MangoApps proxy questions and stream answers back. Choose where it appears — routed inside the unified Ask AI box, as a site-wide pop-up bubble, a full-page tab, or a Home dashboard widget — as a setting, not a separate build. Ask AI routing sends the right questions to the right assistant (yours for its domain, native agents for everything else), disambiguating across multiple registered bots. API endpoint and keys live encrypted in Integrations, never exposed to app code, with optional HMAC request signing.
Highlights
Capabilities
Integration Modes
-
Embed by URL (iframe) — you provide a chat URL
-
Connect by API (chat_api) — we proxy questions to your bot
-
Authenticated API calls (bearer token)
-
HMAC request signing (verify the call is from MangoApps)
-
Multiple assistants per business
Where It Appears (Placements)
-
Inside the Ask AI box (routed by topic)
-
Floating pop-up chat bubble, site-wide
-
Full-page tab in the app rail
-
Home dashboard widget
Ask AI Routing
-
Keyword + topic routing rules per assistant
-
Disambiguation across multiple registered assistants
-
Fall-through to native MangoApps agents when off-topic
Use cases
Resources
FAQ
No. In iframe mode we render your URL; in API mode we proxy the question and stream back the answer. Your backend owns the logic and data.
An authenticated HTTPS endpoint that accepts a JSON question and returns a JSON answer. Endpoint and keys are stored encrypted in Integrations.
Yes. Register as many as you like; Ask AI routing disambiguates between them by the keywords and topics you assign.