Quepasa (Whatsapp) icon

Quepasa (Whatsapp)

Non Official Whatsapp API

Overview

This node operation clears webhook configurations in the Quepasa (Whatsapp) API. It is useful for managing webhook setups by removing existing webhook settings, which can be necessary when resetting or updating webhook endpoints for receiving Whatsapp bot events.

Use Case Examples

  1. A user wants to reset the webhook configuration to stop receiving events temporarily.
  2. A developer needs to clear the webhook before setting up a new webhook URL for the Whatsapp bot integration.

Properties

Name Meaning
Authentication Selects the authentication method to use for the API request, 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 of the Whatsapp bot used for authentication, required when using parameter-based authentication.

Output

JSON

  • body - The response body from the API after clearing the webhook, indicating success or failure of the operation.

Dependencies

  • Requires access to the Quepasa API, authenticated via either parameters (BaseUrl and Token) or predefined credentials (BaseUrl and Token).

Troubleshooting

  • If authentication fails, verify that the BaseUrl and Token are correct and valid.
  • If the API request to clear the webhook fails, check network connectivity and API endpoint availability.
  • Errors may be thrown as NodeOperationError or NodeError; enabling 'Continue On Fail' allows the node to continue processing other items despite errors.

Discussion