Basic Usage
Signature
Function Builder
Configuration Options
Required Properties
Optional Properties
Source Types
Webhook
App Event
Agent Completion
Job Completion
Service
Channels with
service source use onConnect() / onDisconnect() lifecycle hooks and pushIncoming() for feeding incoming events.
File Watcher
Manual
scope.channelNotifications.send().
ChannelNotification Type
The return type ofonEvent():
Two-Way Channels
WhentwoWay: true, implement onReply() to handle responses from Claude:
channel-reply tool is auto-registered with this input schema:
Server Configuration
Enable channels at the server level:Related
- Channels Guide — full documentation with all source types
- ChannelContext — context class reference
- ChannelRegistry — registry API