Learn how Hooks work in the Blnk Ledger.
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 |