Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
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
- A user wants to fetch all currently registered webhooks to display or audit them in a dashboard.
- 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
- Zendry API Webhooks Documentation - Official documentation for managing webhooks via the Zendry API