Get Webhook
get_webhookRetrieve a specific webhook configuration by providing its webhook ID.
Instructions
Get a single webhook configuration by its ID. / Obtiene la configuracion de un webhook por su ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID / ID del webhook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| active | No | ||
| events | Yes | ||
| secret | No | ||
| createdAt | No | ||
| updatedAt | No |