Available in version 0.8.4 and later.
Overview
Efficiently manage hooks through our dedicated hook endpoints. These endpoints seamlessly integrate with the hook manager, providing robust validation, comprehensive error handling, and consistent response delivery.Register a new hook
Field | Type | Description |
---|---|---|
name | string | Name of the hook |
url | string | Endpoint URL where the hook will send requests |
type | string | Type of the hook — PRE_TRANSACTION or POST_TRANSACTION |
active | boolean | Indicates whether the hook is enabled or disabled |
timeout | number | Maximum time (in seconds) allowed for the hook to execute |
retry_count | number | Maximum number of retry attempts if the hook fails |