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 a ready check on the server. It sends a GET request to the /api/v1/server/ready endpoint to verify if the server is ready to handle requests. This operation is useful for monitoring the server status and ensuring it is operational before sending messages or performing other actions.
Use Case Examples
- Check if the WARest WhatsApp server is ready before sending messages.
- Monitor server readiness as part of a health check workflow.
Output
JSON
json- Response from the server indicating readiness status
Dependencies
- Requires an API key credential for the WARest API and the base URL of the WARest server.
Troubleshooting
- If the node throws an error indicating the operation is not implemented, ensure the resource is set to 'Server' and the operation to 'Ready Check'.
- If the request fails, verify the API key credential and the base URL configuration.
- Network issues or server downtime can cause the ready check to fail; ensure the WARest server is accessible.
Links
- WARest API Ready Check Documentation - Official documentation for the WARest API ready check endpoint.
