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 various financial and webhook-related operations. Specifically, for the Webhooks resource with the List Types operation, it retrieves and lists all available webhook types from the Zendry platform. This is useful for users who want to understand what webhook event types they can register or manage within their Zendry account.
Use Case Examples
- A user wants to see all webhook event types supported by Zendry to decide which ones to register for notifications.
- A developer is building an automation that dynamically registers webhooks based on available types and needs to fetch the list first.
Output
JSON
json- The JSON response containing the list of webhook types available in Zendry
Dependencies
- Requires Zendry API credentials for authentication
Troubleshooting
- Common issues include authentication failures due to invalid or missing API credentials. Ensure the Zendry API key is correctly configured in the node credentials.
- Network errors or API endpoint changes may cause request failures. Verify the base URL and network connectivity.
- If the API returns an error, check the error message for details such as permission issues or invalid parameters.
Links
- Zendry API Webhooks Documentation - Official documentation for Zendry webhook API endpoints and usage
