Overview
Overview: Create an inbox backed by your own system (app, IoT, marketplace) using OXVO’s Channel API.
Where to set it up: Dashboard → Connections → Channels → select the channel → Connect.
How it works
Your system sends inbound messages to OXVO via API/webhook endpoints.
OXVO delivers agent replies back to your system using callback URLs or polling.
You control identity mapping, attachments, and message metadata.
Configure - implementation details
Create a custom API channel
Go to Dashboard → Connections → Channels → API and click Connect.
Name the channel and generate an API token/secret for your integration.
Implement inbound messaging by calling the OXVO Channel API endpoints with your token.
Configure your outbound delivery method (webhook callback URL or polling) so your system can receive agent replies.
Test with a single conversation before rolling out to production, and add rate limiting and retries in your integration.
Recommended: Include a stable external user ID in every message so OXVO can correctly map contacts across sessions.
