Actions26
- Message Actions
- Group Actions
- Interactive Actions
- Chat Actions
- Instance Actions
Overview
This node interacts with the Uniteds WhatsApp API to perform various operations related to WhatsApp instances, messages, interactive messages, chats, and groups. Specifically, for the 'Instance' resource with the 'Get All' operation, it retrieves all WhatsApp instances associated with the user's account. This is useful for managing and monitoring multiple WhatsApp instances programmatically, such as fetching their statuses or configurations.
Use Case Examples
- A user wants to list all WhatsApp instances they have set up to monitor their statuses.
- An automation workflow needs to fetch all instances to perform batch updates or checks.
Output
JSON
id- Unique identifier of the WhatsApp instancename- Name of the WhatsApp instancestatus- Current status of the WhatsApp instance (e.g., online, offline)createdAt- Timestamp when the instance was createdupdatedAt- Timestamp when the instance was last updated
Dependencies
- Uniteds WhatsApp API
Troubleshooting
- Ensure the API URL and credentials are correctly configured to avoid authentication errors.
- If the node throws an 'Unknown resource' error, verify that the resource parameter is set to 'Instance'.
- Network issues or incorrect API endpoints can cause request failures; check connectivity and API base URL.
