WAHA

Connect with Whatsapp HTTP API

Actions116

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

  1. Fetching all participants of a group to send a personalized message to each member.
  2. Retrieving group participants to analyze group composition or activity.

Properties

Name Meaning
Session The session name used to identify the messaging session for the request.
Id The unique identifier of the group from which to get participants.
Request Options Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • participants - Array of participant objects retrieved from the specified group.

Dependencies

  • Requires an active session with the messaging platform identified by the session name.

Troubleshooting

  • Ensure the session name is correct and active; otherwise, the request will fail.
  • Verify the group ID is valid and accessible by the session user.
  • If batching is enabled, ensure batch size and interval are set appropriately to avoid rate limiting or timeouts.
  • If SSL issues occur, consider enabling 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if behind a corporate firewall or proxy server.

Discussion