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 perform various account-related operations, specifically including the removal of webhooks. It allows users to manage webhooks by deleting a specified webhook type using its ID. This is useful for scenarios where you need to stop receiving notifications for certain events or clean up unused webhooks in your Zendry account.

Use Case Examples

  1. Removing a webhook by specifying its webhook type ID to stop receiving notifications for that webhook type.
  2. Managing account webhooks programmatically as part of an automated workflow to maintain webhook configurations.

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 can be changed if necessary.
Additional Fields Optional parameters including webhook_type_id (ID of the webhook type to remove) and other optional webhook-related fields.
Required Fields (JSON) A JSON object containing any required fields for the operation, if applicable.

Output

JSON

  • json - The JSON response from the Zendry API after attempting to remove the webhook, typically indicating success or failure details.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Common errors include missing or invalid webhook_type_id, which is required to identify the webhook to remove. The node will throw an error if this ID is not provided.
  • Invalid or expired access tokens will cause authentication failures; ensure the access token is valid and has the necessary permissions.
  • Malformed JSON in the 'Required Fields (JSON)' input will cause parsing errors; ensure the JSON is valid.

Links

Discussion