Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node integrates with the Zendry API to manage account-related webhook registrations and updates. It allows users to register or update webhooks by specifying webhook type IDs and target URLs, along with optional authorization headers. This is useful for automating notification handling from Zendry services, such as receiving real-time updates on payments or other events via webhooks.

Use Case Examples

  1. Register a new webhook for a specific webhook type to receive notifications at a designated URL.
  2. Update an existing webhook's URL or authorization header to change where notifications are sent or to secure the webhook endpoint.

Properties

Name Meaning
Access Token Bearer token for authenticating API requests to Zendry.
Base URL Base URL of the Zendry API, defaulting to https://api.zendry.com.br.
Additional Fields Optional parameters for the webhook registration, including webhook URL, webhook type ID, authorization header value, and other optional metadata.
Required Fields (JSON) JSON object containing required fields for the operation, as specified by the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API for the webhook registration or update operation.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Common errors include missing required parameters such as webhook_type_id or url, which will cause the node to throw an error indicating the missing field.
  • Invalid JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties will cause parsing errors; ensure valid JSON format.
  • API request failures due to invalid access tokens or network issues will result in error messages from the Zendry API, which should be checked and resolved accordingly.

Links

Discussion