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 system maintenance or migration to prevent unwanted callbacks.
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, used to specify which webhook to delete. |
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 to perform webhook removal.
Troubleshooting
- Ensure the provided Webhook Type ID is valid and corresponds to an existing webhook type; invalid IDs may cause errors.
- Check that the Zendry API credentials are correctly configured and have the necessary permissions to delete webhooks.
- Network or API endpoint issues may cause request failures; verify connectivity and Zendry API status.
Links
- Zendry API Webhooks Documentation - Official documentation for managing webhooks via the Zendry API, including removal operations.
