Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation retrieves the list of participants from a specified group in a messaging platform. It is useful for scenarios where you need to manage or analyze group members, such as monitoring group activity, sending targeted messages, or managing group membership.
Use Case Examples
- Get all participants of a group chat to analyze member engagement.
- Fetch group participants to send personalized notifications.
- Retrieve group members for administrative tasks like moderation or reporting.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to identify the active connection to the messaging platform. |
| Id | The unique identifier of the group from which to retrieve participants. |
| Request Options | Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout settings. |
Output
JSON
participants- Array of participant objects representing members of the specified group.
Dependencies
- Requires an active session with the messaging platform, authenticated via a session name.
Troubleshooting
- Ensure the session name is valid and active; otherwise, the node cannot connect to the messaging platform.
- Verify the group ID is correct and the session has access to the group; invalid IDs or permissions will cause errors.
- If batching is enabled, ensure batch size and interval are set appropriately to avoid rate limiting or timeouts.
- If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
- Check proxy settings if network requests fail due to connectivity issues.