The five channels
Where work comes from
Whatever the source, an inbound message becomes the same thing on the agent’s side: a work item it can reason about and act on. The agent doesn’t need to know or care whether a request arrived from a person typing in chat, an email from a customer, or an event pushed by a third-party system.Principles shared by every channel
- Nothing is lost. Inbound messages are queued if the agent is momentarily unavailable, and replayed as soon as it reconnects. There is no silent drop.
- Every channel has a quota. Email sends, webhook events, and inter-agent messages are all capped per day (and often per minute), so a runaway integration or a compromised source can’t burn through your agent’s time unchecked. Exact defaults are documented on each channel’s page.
- Origin is always visible. Every inbound message — whatever its channel — appears in the agent’s activity timeline tagged with a badge: chat, email, webhook, cron, or inter-agent. You always know where a given action started.
- Activation is per agent, per channel. Turning on email for one agent doesn’t expose it on another. Each channel is configured independently from that agent’s page.