Skip to content

LINE Notifications

Using the LINE Messaging API, you can send monitor incident notifications to LINE.

  1. Go to LINE Official Account Manager
  2. Create a LINE Official Account (free plan is sufficient)
  1. Log in to LINE Developers with your personal LINE account
  2. Create a provider (if not already created)
  3. Enable Messaging API for your Official Account
  4. Issue a Channel Access Token (long-lived) in the “Messaging API settings” tab

Users who want to receive notifications must add the Bot as a friend. The Bot’s QR code can be found in the “Messaging API settings” tab of the LINE Developers Console.

DestinationID FormatHow to Obtain
UserU + 32-digit hex”Your user ID” at the bottom of the “Basic settings” tab in LINE Developers Console
GroupC + 32-digit hexsource.groupId from webhook events
RoomR + 32-digit hexsource.roomId from webhook events
  1. Open the “Notification Channels” menu in the dashboard
  2. Click “Add Channel” and select LINE as the Type
  3. Enter the Channel Access Token and Destination ID
  4. Click “Add Channel”

After setup, LINE messages will be sent when a monitor detects an incident or recovers.

LINE notifications are sent as Japanese text messages.

[Manako] 🔴 {Monitor Name} がダウンしました
インシデント: {Incident ID}
URL: {Monitored URL}
[Manako] 🟢 {Monitor Name} が復旧しました
インシデント: {Incident ID}
[Manako] 👀 {Monitor Name} で変更を検出しました
{Change diff summary}