Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

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

  1. Removing a webhook subscription for a specific event type to stop receiving notifications.
  2. 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

Discussion