Integrations
Connect Kami with Slack, Discord, and other tools in your workflow.
Work in progress — This feature is under active development. ETA: March 2026.
Kami integrations let you trigger conversions, receive notifications, and share results directly from the tools your team already uses.
Planned integrations
We are building native integrations for the most-requested platforms:
| Integration | Status | Description |
|---|---|---|
| Slack | Planned | Convert files shared in channels, receive export notifications |
| Discord | Planned | Bot commands to trigger conversions and share results |
| Zapier | Planned | Connect Kami to 5,000+ apps via Zapier triggers and actions |
| Webhooks | Planned | Receive HTTP callbacks when conversions or exports complete |
Request an integration
Have a tool you want to connect? Open a request on GitHub Discussions and we will prioritize based on demand.
In the meantime
You can build custom integrations today using the REST API:
- Trigger conversions programmatically with
POST /api/v1/convert - Poll job status and download results
- Wrap the API in a Slack slash command or Discord bot of your own
Next steps
- API Reference — build custom integrations with the REST API
- npm Library — embed the converter in your own application