Actions33
Overview
This node operation removes a webhook URL from the Quepasa (Whatsapp) API. It is useful for managing webhook subscriptions by deleting URLs that are no longer needed to receive event notifications from the Whatsapp bot. For example, if a webhook URL was previously set up to listen for incoming messages or status updates, this operation can be used to unregister that URL, stopping further event triggers to it.
Use Case Examples
- Removing a webhook URL when it is no longer needed to stop receiving event notifications.
- Cleaning up webhook URLs during bot maintenance or redeployment to avoid duplicate or outdated event triggers.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use, either by providing parameters directly or using predefined Quepasa credentials. |
| BaseUrl | The base URL of the Quepasa API, required when using parameter-based authentication. |
| Token | The token of the Whatsapp bot used for authentication, required when using parameter-based authentication. |
| Url | The webhook URL to be removed from the Quepasa API event triggers. |
Output
JSON
success- Indicates whether the webhook removal was successful.message- Additional information or confirmation message about the removal operation.
Dependencies
- Quepasa API access with appropriate authentication token or credentials.
Troubleshooting
- Ensure the BaseUrl and Token are correctly set when using parameter-based authentication to avoid authentication errors.
- Verify that the webhook URL provided exists and is correctly formatted to prevent removal failures.
- Common error messages may include authentication failures or invalid URL errors; check credentials and URL format accordingly.
Links
- Quepasa API Documentation - Official documentation for the Quepasa API, useful for understanding webhook management endpoints.
