# NUS Notify for LINE's Documentation by NUS|IR-Inegration

# Version:
1.0.1

# Updated Date:
07/16/2026

# Plugin Description: 
Universal LINE notification plugin for WordPress.
Send WordPress notifications to LINE using the official LINE Messaging API.

---

# 1. The main plugin page is located at wp-admin's Settings. 

# 2. LINE Channel Access Token:
To get your Token - Please have your Line's developer account at https://developers.line.biz/
You will find it in your administrator account on Line Developer page, under messaging API tab. Please note that, you may have to change the new Token when you reissue your new Token, and before having your Line Developer account, Line will ask you to register the Line Business ID and that's "your main Line account messenger holder and sender"

# 3. LINE Target ID:
For your Line Developer Account: you'll find USER ID at the bottom of Basic Settings tab.

For your own personal Line Account: 
- Please following this method:
-- Go to https://webhook.site/
-- Copy your UNIQUE URL on webhook.site to fill in Webhook URL under Messaging API on Line   Developer's page
-- And enable using webhook

-- //*For User ID: 
  Let's any Line user add your Line Official account, and submit any message back to your Line official account
  
  On webhook.site, you'll find the event logs following on timestamp, at the record, at Request Content > Raw Content, "userId": "U123xxxxxxxxxxxxx", this is the target id

-- //*For Group ID: 
  Create Line group on your Line application, invite your own account to join group with your Line official account (Please note that, Line official account has to be allowed to join group, under Line Business ID's setting, on Account Setting > Group and multi-person chats: Allow account to join groups and multi-person chats, and Allow media file in chat)

  In your group chat, just let anyone send any message in the group, the webhook.site will record and show the - groupId": "Cxxxxxxxxxxxxxxxx" on Raw Content

# 4. To test your plugin with API:
-- Send Test Message button on plugin's setting page

# 5. Contact Form 7 Integration:
-- Enable the notification to use your Line notify via Contact Form 7
-- Delivery mode is useful when you would not like to receive any email from contact form, and no using SMTP email
-- Allowed Form IDs - You'll find the id on finished contact form created link, e.g. your-domain.com/wp-admin/admin.php?page=wpcf7&post=1&active-tab=form-panel, '1' is the Form ID
-- Allowed Form Fields - global code recommendation only, important messages you allow to receive

# Remarks:
-- USER ID target is necessary
-- Some issue may occur regarding to some integrated plugin, please read the error on your log file
-- Remove the saved LINE token is for changing the new token one
-- Enable the webhook URL on Line Developer Console has no effect to this plugin until you remove the token out
-- To work with Anti-spam is not compatible right now, please be patient until next release!
-- For more information, please read the Release Note or Readme file

# To deactivate or to delete the plugin:
-- To deactivate is for disable the plugin only, all plugin's setting are not changed
-- To delete all data, please remove the token on your setting's page, and disable all integration
-- Delete the plugin, token, and user target id has no affect to any other plugins and forms
-- Uninstall plugin at once is upcoming

*This plugin includes a license file under the GPL-3.0 License - see the LICENSE file for details. Please review LICENSE before using this software.

'Learning by Building' - Copyright (C) 2026 IR-Inegration at https://ir9.netlify.app

