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 'Ping' operation sends a request to the server to check its availability and responsiveness. This is useful for monitoring the server status or ensuring connectivity before performing further actions.
Use Case Examples
- Use the 'Ping' operation to verify that the WhatsApp REST API server is online and reachable before sending messages or managing sessions.
- In automated workflows, use the 'Ping' operation as a health check step to trigger alerts if the server is down.
Output
JSON
json- Response from the server ping endpoint indicating server status
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.
Troubleshooting
- If the node throws an error stating the operation is not implemented, ensure the resource is set to 'Server' and the operation to 'Ping'.
- Connection errors may occur if the base URL or API key credentials are incorrect or missing. Verify the credentials configuration.
- Timeouts or no response indicate the server may be down or unreachable; check network connectivity and server status.
Links
- WARest API Ping Endpoint - Official documentation for the server ping endpoint of the WARest WhatsApp REST API.
