Webhook intake
- HMAC-SHA256 verification for inbound LINE events
- Async processing designed for idempotent replay handling
- Durable text and media comments attached to Paperclip context
Open-source Paperclip plugin
Bidirectional LINE Messaging API integration for Paperclip teams running support, operations, and agent workflows across Japan and APAC.
$ npm install paperclip-plugin-line
line.webhook.verified
agent.session.resumed
reply_token.message_sent
Webhook intake, agent sessions, push tools, and media relay.
LINE is the daily communication layer for many Japanese and APAC teams, while Paperclip gives operators durable agent context. This plugin connects those two surfaces so LINE users can talk to Paperclip agents without losing thread history, media, or operational controls.
Learn about Paperclipnpm install paperclip-plugin-lineFull setup steps, environment variables, and LINE Developers Console wiring live in the package README.
Read setup guideA typed plugin surface for teams that want LINE messaging in the same runtime as their Paperclip agents and tools.
The page-level contract mirrors the plugin goal: verified intake, durable sessions, and counters operators can reason about.
Install from npm, inspect the source on GitHub, and run it against your own Paperclip environment.