Summary
LINE Notify service has been terminated as of March 31, 2025.
- Official announcement: LINE Notify service has been terminated as of March 31, 2025 | LINE Developers
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.tspackages/nodes-base/nodes/Line/Line.node.tspackages/nodes-base/nodes/Line/GenericFunctions.tspackages/nodes-base/nodes/Line/NotificationDescription.tspackages/nodes-base/nodes/Line/__schema__/v1.0.0/notification/send.jsonpackages/nodes-base/nodes/Line/Line.node.jsonpackages/nodes-base/nodes/Line/line.png
Proposed Solution
- Remove the existing LINE Notify node from
nodes-basesince the API is no longer available. - 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
- LINE Notify termination notice: LINE Notify service has been terminated as of March 31, 2025 | LINE Developers
- LINE Messaging API: https://developers.line.biz/en/docs/messaging-api/overview/