WAREST icon

WAREST

Interact with the WARest WhatsApp REST API

Overview

This node operation updates the description of a specified WhatsApp group using the WARest WhatsApp REST API. It requires a session identifier, the group ID, and the new group description. This operation is useful for managing group metadata in automated workflows, such as updating group info based on external triggers or administrative changes.

Use Case Examples

  1. Automatically update a WhatsApp group description when a project status changes.
  2. Change the description of a community group based on event updates.

Properties

Name Meaning
Session Identifier for the WhatsApp session to use for the API call. It can be selected from existing sessions or entered manually.
Group ID The unique identifier (JID) of the WhatsApp group whose description is to be updated.
Group Description The new description text to set for the WhatsApp group.

Output

JSON

  • json - The response from the WARest API after updating the group description, typically containing the updated group information or status.

Dependencies

  • Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.

Troubleshooting

  • Ensure the session ID is valid and active; invalid or expired sessions will cause errors.
  • Verify the group ID is correct and corresponds to an existing WhatsApp group.
  • The group description must be provided and not empty; missing descriptions will cause the operation to fail.
  • Check API credentials and network connectivity to the WARest API server if requests fail.

Discussion