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 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

Discussion