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 and 'List Types' operation, it retrieves a list of available webhook types from the Zendry platform. This is useful for users who want to programmatically discover and manage webhook types supported by Zendry, enabling automation of webhook registration and handling in workflows.
Use Case Examples
- A user wants to fetch all webhook types supported by Zendry to dynamically register webhooks based on available types.
- An automation workflow needs to verify webhook types before creating or removing webhooks to ensure valid operations.
Output
JSON
json- Response containing the list of webhook types from 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 information.
- If the API request fails, check network connectivity and Zendry API service status.
- Common errors include authentication failures and invalid endpoint access; verify the base URL and credentials.
Links
- Zendry API Webhooks Documentation - Official documentation for Zendry webhook API endpoints and usage.