Quepasa (Whatsapp) icon

Quepasa (Whatsapp)

Non Official Whatsapp API

Overview

This node interacts with the Quepasa (Whatsapp) API, specifically handling webhook-related operations. When using the 'Find' operation under the 'Webhook' resource, it retrieves webhook information from the Quepasa API. This is useful for scenarios where users need to manage or monitor webhook configurations or events related to their Whatsapp bot integration.

Use Case Examples

  1. Retrieve the current webhook settings for a Whatsapp bot to verify or audit webhook URLs and events.
  2. Monitor webhook configurations to ensure the bot is correctly set up to receive event notifications.

Properties

Name Meaning
Authentication Selects the authentication method to use for the API requests, either by providing parameters directly or using predefined credentials.
BaseUrl The base URL of the Quepasa API endpoint, required when using parameter-based authentication.
Token The token for the Whatsapp bot used to authenticate API requests, required when using parameter-based authentication.

Output

JSON

  • body - The JSON response body from the Quepasa API containing webhook information.

Dependencies

  • Quepasa API access with appropriate authentication token

Troubleshooting

  • Authentication errors due to incorrect or missing token or base URL. Verify credentials and input parameters.
  • API request failures if the Quepasa API endpoint is unreachable or returns errors. Check network connectivity and API status.
  • Errors during execution may throw NodeOperationError or NodeError; enabling 'Continue On Fail' allows processing to continue with error details included in output.

Discussion