Line Message (Independent Publisher) (Preview)
The connector allows you to send messages to registered LINE bot and associated users.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Felaray Ho |
URL | https://github.com/felaray |
Felaray@gmail.com |
Connector Metadata | |
---|---|
Publisher | Felaray Ho |
Website | https://developers.line.biz/en/services/messaging-api/ |
Privacy policy | https://line.me/en/terms/policy/ |
Categories | Communication |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | Request LINE Message Channel Access Token,see more at https://developers.line.biz/en/docs/messaging-api/channel-access-tokens/#what-are-channel-access-tokens | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Send Message To User |
Send a message to the associated user ID. |
Send Message To User
Send a message to the associated user ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
to
|
to | string |
user id |
|
type
|
type | string |
LINE message types |
|
Text Type
|
text | string |
hello world |
|
Sticker Type
|
packageId | string |
Ex:446 |
|
Sticker Type
|
stickerId | string |
Ex:1988 |
|
Image Type
|
originalContentUrl | string | ||
Image Type
|
previewImageUrl | string | ||
Location Type
|
title | string |
Ex:My location |
|
Location Type
|
address | string |
Ex:My location |
|
Location Type
|
latitude | string |
Ex:35.687574, |
|
Location Type
|
longitude | string |
Ex:139.72922, |