LINE
This is a shipped config-backed outbound surface. Line serve runtime is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | line |
| Config key | line |
| Implementation status | config_backed |
| Transport | line_messaging_api |
| Aliases | line-bot |
| Default send target kind | address |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| push send | line-send | Usage: loong line-send [OPTIONS] —target <TARGET> —text <TEXT> |
| webhook reply loop | line-serve | line serve runtime is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | line.enabledline.accounts.<account>.enabled | none | none |
| channel access token | line.channel_access_tokenline.accounts.<account>.channel_access_token | line.channel_access_token_envline.accounts.<account>.channel_access_token_env | LINE_CHANNEL_ACCESS_TOKEN |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- 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.