Actions9
Overview
This node interacts with the LINE Messaging API to perform various messaging-related operations. Specifically, the 'Get Group Chat Member User IDs' operation retrieves the user IDs of all members in a specified LINE group chat. This is useful for scenarios where you need to manage or analyze group chat participants, such as sending targeted messages or gathering user data for group management.
Use Case Examples
- Retrieve all user IDs from a LINE group chat to send a customized message to each member.
- Fetch group member IDs to analyze group composition or activity.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the LINE group chat from which to retrieve member user IDs. |
Output
JSON
userIds- An array of user IDs representing the members of the specified group chat.
Dependencies
- Requires an API key credential for the LINE Messaging API, specifically a channel access token.
Troubleshooting
- Missing or invalid 'groupId' parameter will cause the operation to fail. Ensure the Group ID is correctly provided.
- If the channel access token is missing or invalid, the node will throw an authentication error. Verify the API credentials are correctly set up.
- Errors related to network or API limits may occur; check LINE Messaging API status and usage limits.
Links
- LINE Messaging API - Get Group Member User IDs - Official documentation for the API endpoint used to get user IDs of group chat members.