Integrations & API
REST API
Every action available in the dashboard is also available through the API - creating ICPs, running campaigns, enrolling contacts, scheduling posts, syncing a CRM. Full reference (OpenAPI spec, browsable, no login required): app.konvox.io/docs .
Generate a key under Settings → API Keys (full or read-only scope). Use the versioned prefix for anything you’re building long-term:
https://app.konvox.io/api/v1/campaignsAPI access is available on every plan today. If that changes, this page will say so - check here rather than assuming.
Webhooks
Subscribe to real-time events under Settings → Webhooks: contact.replied, enrollment.completed, enrollment.unsubscribed, message.bounced, message.sent, post.published, contact.scored.
Pushing data the other way - from an external system into Konvox - use the generic inbound webhook receiver (POST /api/v1/webhooks/inbound, authenticated with your API key). Send any CRM-shaped payload; recognized fields (email, name, job title, etc.) map to real Konvox fields, and anything else is preserved as a custom field rather than dropped. It dedupes on email, so re-sending the same contact updates them instead of creating a duplicate.
CRM connectors
Built-in, connect-and-go integrations exist for Odoo and HubSpot (Settings → Integrations): pull leads in on a schedule, and push contact replies/completed sequences back as CRM activity notes automatically. Don’t see your CRM listed? There’s a “Request this integration” button on the Integrations page - it goes straight to the product team, not into a void.
MCP server (for Claude and other AI agents)
Konvox has a working MCP server (konvox-mcp) so Claude Code, Claude Desktop, or any other MCP-compatible AI agent can create ICPs, build campaigns, enroll contacts, and schedule posts directly through natural language, using the same API and the same permissions as an API key. It talks to the same REST API described above, so it inherits whatever scope your key has.
Available tools: list_campaigns, get_campaign, create_campaign, list_icp_profiles, create_icp_profile, enroll_contacts, schedule_post.
This isn’t yet available as a public package you can install directly - if you want to connect an AI agent to your Konvox account today, email support@konvox.io and we’ll get you set up.