Details
| ID | LINENotify |
|---|---|
| Provider | LY Corporation |
| Category | Utilities |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Supported Modules | Agentix XSIAM |
README
The LINE API Integration is used for sending a message to LINE Group.
This integration was integrated and tested with LINE version 7.0.3 of LINENotify
Configure LINENotify in Cortex
| Parameter | Required |
|---|---|
| Token of LINE Group | True |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
LINE-send-message
Send message/notification to LINE Group
Base Command
LINE-send-message
Input
| Argument Name | Description | Required |
|---|---|---|
| message | Message to be sent. | Required |
Context Output
There is no context output for this command.
Command Example
!line-send-message messgae="Hello World"
Configuration parameters
apitoken— Token of LINE Group (required)
Commands (1)
-
line-send-messageSend message/notification to LINE Group
category: Utilities provider: LY Corporation commonfields: id: LINENotify version: -1 configuration: - display: Token of LINE Group name: apitoken required: true type: 4 description: LINE API Integration is used for sending a message to LINE Group. display: LINENotify name: LINENotify script: commands: - arguments: - description: Message to be sent. name: message required: true description: Send message/notification to LINE Group name: line-send-message dockerimage: demisto/python3:3.12.8.3296088 runonce: false script: '-' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)