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 register or update webhook URLs for different webhook types. It is useful for automating the process of setting up webhook endpoints to receive event notifications from Zendry services. For example, a user can register a new webhook URL to receive payment or account updates automatically.

Use Case Examples

  1. Register a webhook URL to receive notifications for a specific webhook type ID.
  2. Update an existing webhook registration with a new URL or authorization header.

Properties

Name Meaning
Webhook Type ID The identifier of the webhook type to register or update. It must be a positive number (minimum 1).
URL (https) The HTTPS URL where the webhook notifications will be sent. This is a required field for registering a webhook.
Authorization (Header Value) Optional authorization header value to include in webhook requests for securing the webhook endpoint.

Output

JSON

  • json - The JSON response from the Zendry API after registering or updating the webhook, containing details about the webhook registration status or error information.

Dependencies

  • Requires Zendry API credentials for authentication.

Troubleshooting

  • Ensure the webhook URL is a valid HTTPS URL; non-HTTPS URLs may be rejected.
  • The Webhook Type ID must be a valid positive integer corresponding to an existing webhook type in Zendry.
  • Authorization header is optional but if used, ensure it matches the expected format by the receiving endpoint.
  • Common errors include authentication failures if Zendry API credentials are incorrect or missing.
  • Network errors or invalid URLs can cause the registration to fail; verify network connectivity and URL correctness.

Links

Discussion