Skip to main content

LINE

This is a shipped config-backed outbound surface. Line serve runtime is not implemented yet

At A Glance

FieldValue
Catalog idline
Config keyline
Implementation statusconfig_backed
Transportline_messaging_api
Aliasesline-bot
Default send target kindaddress

Minimal Config

[line]
enabled = true
channel_access_token_env = "LINE_CHANNEL_ACCESS_TOKEN"

Smoke Test

loong line-send --target "U4af4980629..." --text "hello from loong"

Command Surface

OperationCommandUsage or status
push sendline-sendUsage: loong line-send [OPTIONS] —target <TARGET> —text <TEXT>
webhook reply loopline-serveline serve runtime is not implemented yet

Required Fields For Send

RequirementConfig pathsEnv pointer pathsDefault env
channel enabledline.enabled
line.accounts.<account>.enabled
nonenone
channel access tokenline.channel_access_token
line.accounts.<account>.channel_access_token
line.channel_access_token_env
line.accounts.<account>.channel_access_token_env
LINE_CHANNEL_ACCESS_TOKEN

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.