tiendanube_list_webhooks
Retrieve all configured webhook endpoints for real-time event notifications. Filter by URL, event type, or date to manage integrations and debug connectivity.
Instructions
🔗 LIST ALL WEBHOOKS - Retrieve all configured webhook endpoints for real-time event notifications. Use this for integration management, webhook monitoring, debugging connectivity issues, and auditing external system integrations. Supports filtering by URL, event type, and date ranges. Essential for maintaining API integrations and event-driven architectures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1) | |
| per_page | No | Number of items per page (max 200) | |
| fields | No | Comma-separated list of fields to include in response | |
| since_id | No | Only return webhooks with ID greater than this value | |
| url | No | Filter by webhook URL | |
| event | No | Filter by event type | |
| created_at_min | No | Filter by minimum creation date (ISO 8601) | |
| created_at_max | No | Filter by maximum creation date (ISO 8601) | |
| updated_at_min | No | Filter by minimum update date (ISO 8601) | |
| updated_at_max | No | Filter by maximum update date (ISO 8601) |