Skip to content

Line

Node: line · Full type: n8n-nodes-base.line · Version: 1

Credentials

lineNotifyOAuth2Api (alias: @line)

CREDENTIAL @line = lineNotifyOAuth2Api "My Line"

Operations

Resource: notification

send

Parameter Type Default Details
message string "" required
additionalFields collection {} keys: imageUi, notificationDisabled, stickerUi

Parameter Details

additionalFields children:

Parameter Type Default Details
imageUi fixedCollection {} groups: imageValue
notificationDisabled boolean false
stickerUi fixedCollection {} groups: stickerValue

Example

NODE "line" @line AS "Line" {
  resource: "notification",
  operation: "send",
  message: {{ $json.message }}
}