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 interacts with the Zendry Global API, specifically supporting the Checkout resource's 'List Webhook Types' operation. It sends an authenticated GET request to the Zendry API endpoint to retrieve a list of available webhook types. This node is useful for users who want to programmatically access and manage webhook types related to checkout processes in the Zendry system, such as integrating webhook notifications into their workflows.

Use Case Examples

  1. A user wants to fetch all webhook types available for checkout to configure automated notifications in their system.
  2. A developer integrates this node in an n8n workflow to dynamically list webhook types and select one for further webhook registration or management.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating with the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which should not be changed unless necessary.
Additional Fields Optional parameters that can be added for various resources, though not specifically used for this operation.
Required Fields (JSON) JSON object containing required fields for the operation as per API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of webhook types.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to access webhook types.
  • Verify the Base URL is correct and reachable from the n8n environment.
  • If the requestBody JSON is malformed, the node will throw an error indicating invalid JSON; ensure it is properly formatted.
  • Check for required parameters like webhook_type_id or url when using other webhook operations, though not required for listing webhook types.

Links

Discussion