Cloud Provider
The channelBar Cloud Service enables receiving messages from anywhere — remote servers, external services, or other networks. No open ports or VPN required.
Concept
The Cloud Service provides buffers — remote message queues that can be filled by external tools. Each buffer is assigned to one or more channels. Messages sent to a buffer are delivered to the app in real-time.
Managing Buffers
Buffers are created and managed directly in the channelBar app. Go to Settings → Connections → Cloud Connection. Once connected, you can:
- Create new buffers (each gets a name and API key)
- Delete existing buffers
- View buffer API keys for external tools
Configuration
- Ensure the Cloud connection is active: Settings → Connections → Enable Cloud Connection. Authentication happens automatically.
- Open Settings → Channels
- Select the target channel
- Go to Providers
- Enable Cloud
- Select which buffers the channel should receive from
Sending Messages to Cloud
External tools and scripts send messages to buffers using the buffer's API key. The channelBar CLI supports cloud mode:
channelbar set buffer-name "message" --cloud
For details on CLI cloud usage, see Terminal Commands.