WooCommerce LINE Order Notify automatically pushes a LINE message to your customers whenever a WooCommerce order changes status (processing, completed, refunded, and more). Customers receive timely updates right inside LINE — the messaging app they already use every day.
[wclon_line_bind] shortcode.This plugin connects to the LINE Platform APIs (operated by LINE Corporation / LY Corporation) to deliver order notifications and to let members link their own LINE account. The site administrator enters their own LINE channel credentials in the plugin settings; no data is sent until those are configured and a member has bound their LINE account.
https://api.line.me/v2/bot/message/push. When a configured order status changes (or you send a test message), the plugin sends the recipient’s LINE userId and the message content (e.g. order number, customer name, total and status, as defined in your templates), authenticated with your Channel Access Token.https://access.line.me/oauth2/v2.1/authorize and https://api.line.me/oauth2/v2.1/token. Used only when a member clicks “Bind LINE”. The authorization code plus your LINE Login channel ID and secret are sent to obtain an access token.https://api.line.me/v2/profile. Called right after binding to retrieve the member’s LINE userId, using the member’s access token.https://api.line.me/friendship/v1/status. Called after binding to check whether the member added your Official Account as a friend, using the member’s access token.LINE Terms and Policies: Terms of Use — https://www.lycorp.co.jp/en/company/terms/ ; Privacy Policy — https://www.lycorp.co.jp/en/company/privacypolicy/