Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to manage webhooks, specifically allowing users to remove a registered webhook by its type ID. It is useful in scenarios where automated webhook notifications need to be disabled or cleaned up, such as when a webhook URL is no longer valid or the webhook is no longer needed.
Use Case Examples
- Removing a webhook subscription for a specific event type to stop receiving notifications.
- Cleaning up webhooks during application maintenance or migration.
Properties
| Name | Meaning |
|---|---|
| Webhook Type ID | The identifier of the webhook type to be removed. This is a required numeric input with a minimum value of 1. |
Output
JSON
json- The JSON response from the Zendry API after attempting to remove the webhook, typically indicating success or failure of the removal operation.
Dependencies
- Requires Zendry API credentials for authentication.
Troubleshooting
- Ensure the Webhook Type ID is valid and corresponds to an existing webhook type; invalid IDs may cause errors.
- API authentication errors may occur if Zendry API credentials are missing or incorrect; verify credentials are properly configured.
- Network or connectivity issues can prevent successful API calls; check network access and Zendry API availability.
Links
- Zendry API Webhooks Documentation - Official documentation for managing webhooks via the Zendry API, including removal operations.