WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation refreshes group data within a specified session. It is useful for scenarios where up-to-date group information is needed, such as syncing group memberships or updating group-related workflows. For example, it can be used to refresh user groups in a communication platform or CRM system to ensure the latest group configurations are applied.

Use Case Examples

  1. Refreshing user groups in a messaging app to reflect recent changes.
  2. Updating group memberships in a CRM before sending targeted campaigns.

Properties

Name Meaning
Session The name of the session to use for refreshing groups.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • groups - Refreshed group data returned from the operation.

Dependencies

  • Requires an active session identified by the 'Session' property to connect to the service managing groups.

Troubleshooting

  • Ensure the session name provided is valid and active; invalid sessions will cause failures.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause connection errors.
  • Timeouts may occur if the server is slow to respond; adjust the 'Timeout' setting accordingly.

Discussion