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
- A marketing team uses this node to fetch all WhatsApp clients to ensure their messaging system is fully operational.
- A support team retrieves client connection statuses to troubleshoot communication issues.
Output
JSON
success- Indicates if the API request was successfulstatus- Status code returned by the WbizTool APImessage- Message returned by the WbizTool APIclientsCount- Number of WhatsApp clients retrievedclients- Array of WhatsApp client objects retrieved from the APIresponse- Full raw response from the WbizTool APIsummarytotalClients- Total number of WhatsApp clientsconnectedClients- Number of clients currently connecteddisconnectedClients- Number of clients currently disconnectedretrievedAt- 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.