Skip to main content

Synology Chat

This is a shipped config-backed outbound surface. Synology chat outgoing webhook serve is not implemented yet

At A Glance

FieldValue
Catalog idsynology-chat
Config keysynology_chat
Implementation statusconfig_backed
Transportsynology_chat_outgoing_incoming_webhooks
Aliasessynologychat, synochat
Default send target kindaddress

Minimal Config

[synology_chat]
enabled = true
incoming_url_env = "SYNOLOGY_CHAT_INCOMING_URL"

Smoke Test

loong synology-chat-send --text "hello from loong"

Command Surface

OperationCommandUsage or status
chat sendsynology-chat-sendUsage: loong synology-chat-send [OPTIONS] —text <TEXT>
webhook servicesynology-chat-servesynology chat outgoing webhook serve is not implemented yet

Required Fields For Send

RequirementConfig pathsEnv pointer pathsDefault env
channel enabledsynology_chat.enabled
synology_chat.accounts.<account>.enabled
nonenone
incoming webhook urlsynology_chat.incoming_url
synology_chat.accounts.<account>.incoming_url
synology_chat.incoming_url_env
synology_chat.accounts.<account>.incoming_url_env
SYNOLOGY_CHAT_INCOMING_URL

Gateway And Ownership

This surface is a direct-send delivery lane. It does not join multi-channel-serve or the gateway-owned reply-loop contract today.
  • Continue to Channel Guides for the full shipped channel matrix.
  • Continue to Channels for the conceptual surface model.
  • Continue to Channel Setup for the shared public setup contract.