LINE Node API is archived

Summary

LINE Notify service has been terminated as of March 31, 2025.

Problem

The current n8n LINE node (packages/nodes-base/nodes/Line/) is built on top of LINE Notify API, which has been shut down. Users who rely on this node will receive errors as the underlying API no longer exists.

Affected files

  • packages/nodes-base/credentials/LineNotifyOAuth2Api.credentials.ts
  • packages/nodes-base/nodes/Line/Line.node.ts
  • packages/nodes-base/nodes/Line/GenericFunctions.ts
  • packages/nodes-base/nodes/Line/NotificationDescription.ts
  • packages/nodes-base/nodes/Line/__schema__/v1.0.0/notification/send.json
  • packages/nodes-base/nodes/Line/Line.node.json
  • packages/nodes-base/nodes/Line/line.png

Proposed Solution

  1. Remove the existing LINE Notify node from nodes-base since the API is no longer available.
  2. A custom node leveraging the LINE Messaging API (the recommended replacement) is being developed and will be submitted as a separate PR.

Work in Progress

A PR to remove the deprecated node and introduce a new LINE Messaging API-based custom node is being prepared.

References