WAREST icon

WAREST

Interact with the WARest WhatsApp REST API

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

  1. Fetching server runtime information to monitor server health and performance.
  2. 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

Discussion