WbizTool List WhatsApp Clients

Get all WhatsApp clients for your WbizTool account

Overview

This node retrieves a list of all WhatsApp clients associated with a user's WbizTool account. It is useful for scenarios where users need to monitor or manage their WhatsApp clients, such as checking connection statuses or obtaining client details. For example, a user can use this node to get an overview of how many clients are connected or disconnected at a given time.

Use Case Examples

  1. A marketing team uses this node to fetch all WhatsApp clients to ensure their messaging system is fully operational.
  2. A support team retrieves client connection statuses to troubleshoot communication issues.

Output

JSON

  • success - Indicates if the API request was successful
  • status - Status code returned by the WbizTool API
  • message - Message returned by the WbizTool API
  • clientsCount - Number of WhatsApp clients retrieved
  • clients - Array of WhatsApp client objects retrieved from the API
  • response - Full raw response from the WbizTool API
  • summary
    • totalClients - Total number of WhatsApp clients
    • connectedClients - Number of clients currently connected
    • disconnectedClients - Number of clients currently disconnected
    • retrievedAt - Timestamp when the data was retrieved

Dependencies

  • WbizTool API credentials (clientId and apiKey) are required to authenticate API requests.

Troubleshooting

  • If the node throws a 'WbizTool API Error' with a message, it indicates an issue with the API request or credentials. Verify that the API key and client ID are correct and have the necessary permissions.
  • If the node fails and 'continueOnFail' is not enabled, the workflow will stop. Enable 'continueOnFail' to allow the workflow to proceed despite errors.
  • Network issues or API downtime can cause request failures; ensure network connectivity and API availability.

Discussion