docs/doc/developer/apps/examples/Slack.mdx
The app intelligently processes your voice commands:
You: "Send Slack message to general saying hello team"
[collecting segment 1/5...]
You: "hope everyone is having a great day"
[collecting segment 2/5...]
[5+ second pause - timeout!]
→ AI processes 2 segments
AI Extracted:
→ Message sent! </Note>
The app uses OpenAI for intelligent processing:
Example Transformation:
<CodeGroup> ```text Voice Input (3 segments) "to general saying um hello team hope you're all um doing great today" ```Channel: #general (matched from "general")
Message: "Hello team, hope you're all doing great today"
OMI sends transcripts in segments as you speak. The app:
Smart Collection:
You can always specify the channel in your voice command:
AI will fuzzy match to your workspace channels!
Set a default channel in settings, then just say:
The app automatically fetches fresh channels every time you send a message, so new channels work immediately without manual refresh!
You can also manually refresh:
Click "Switch Workspace" to: