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 among other resources like Pix receipts, payments, account info, crypto, and checkout. Specifically, for the 'Webhooks' resource and 'List Webhooks' operation, it retrieves a list of all registered webhooks from the Zendry platform. This is useful for users who want to monitor or manage their webhook configurations programmatically within an n8n workflow.

Use Case Examples

  1. A user wants to fetch all currently registered webhooks to display or audit them in a dashboard.
  2. A workflow needs to verify if certain webhooks are registered before proceeding with further automation steps.

Output

JSON

  • json - The JSON response containing the list of webhooks retrieved from the Zendry API

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure the Zendry API credentials are correctly configured and have the necessary permissions to access webhook data.
  • If the node throws authentication errors, verify the API key or token used in the credentials.
  • Network issues or incorrect base URL configuration can cause request failures; check connectivity and credential settings.

Links

Discussion