PipedreamHQ / PipedreamHQ/pipedream

[Components] line_messaging_api

Open
#15,942 0 comments 0 reactions 0 assignees View on GitHub
triaged
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.