PipedreamHQ / PipedreamHQ/pipedream
[Components] line_messaging_api
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# line_messaging_api
## URLs
- https://developers.line.biz/en/reference/messaging-api/
## Webhook Sources
### new-message-instant
#### Description
Emit new event when a user sends a message to your LINE bot. Configure which message types (e.g., text, image, video) to listen for.
### new-follow-instant
#### Description
Emit new event when a user follows your LINE bot. Useful for tracking new users and initiating welcome messages or onboarding sequences.
### new-postback-instant
#### Description
Emit new event when a user interacts with a postback button in a LINE message. Configure which postback data to filter.
## Actions
### send-message
#### Description
Send a message to a LINE user or group. Requires recipient ID and message content. Supports text, image, and other message types.
### reply-to-message
#### Description
Reply to an incoming message using the reply token from a webhook event. Requires reply token and message content.
### push-multiple-messages
#### Description
Send multiple messages in a single request to a LINE user or group. Requires recipient ID and an array of messages.
Contributor guide
Assessment
This issue has not been assessed yet.