Test Webhook
test_webhookFire a synthetic test event to a webhook endpoint to verify reachability, signature validation, and TLS configuration.
Instructions
Fire a synthetic test event to the webhook endpoint and return the delivery result. Useful to verify endpoint reachability, signature validation, and TLS configuration. Optionally specify the eventType to simulate (default: 'webhook.test'). Example: id='wh_abc', eventType='invoice.paid' / Envia un evento de prueba sintetico al endpoint del webhook. Util para verificar accesibilidad, validacion de firma y configuracion TLS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID / ID del webhook | |
| eventType | No | Event type to simulate (default: 'webhook.test') / Tipo de evento a simular |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | ||
| delivered | Yes | ||
| statusCode | No | ||
| responseTimeMs | No | ||
| eventType | No | ||
| attemptedAt | No | ||
| error | No |