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.
- An automation workflow needs to verify webhook registrations before proceeding with further API calls.
Output
JSON
json- The JSON response containing the list of webhooks retrieved from the Zendry API
Dependencies
- Requires Zendry API credentials for authentication
Troubleshooting
- Common issues include authentication failures due to invalid or missing API credentials. Ensure the Zendry API credential is correctly configured in n8n.
- API request failures might occur if the Zendry service is down or network issues exist. Check network connectivity and Zendry service status.
- Errors related to invalid parameters are unlikely for this operation as it does not require input properties, but malformed requests or unexpected API changes could cause errors.
Links
- Zendry API Webhooks Documentation - Official Zendry API documentation for managing webhooks, including listing webhooks.
