Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node interacts with the WARest WhatsApp REST API to perform various server-related operations. Specifically, the 'Server Info' operation fetches runtime information about the WARest server. This can be useful for monitoring server status, debugging, or integrating server data into workflows.
Use Case Examples
- Fetching server runtime information to monitor server health and performance.
- Using server info data to trigger alerts or automated actions based on server status.
Output
JSON
json- The JSON response containing the server runtime information
Dependencies
- Requires an API key credential for the WARest API and the base URL of the WARest server.
Troubleshooting
- If the operation is not implemented or the API endpoint is unreachable, the node will throw an error indicating the operation is not implemented or a request failure occurred.
- Ensure the API credentials (base URL and API key) are correctly configured and the WARest server is accessible.
- Check network connectivity and firewall settings if requests to the WARest server fail.
Links
- WARest API Documentation - Official documentation for the WARest WhatsApp REST API endpoints and usage.
