Transaction hooks
Register new hooks
How to register new hooks in Blnk.
POST
Available in version 0.8.4 or later.
Body
string
required
Name of the hook. Ensure it is as descriptive as possible for easy reference.
string
required
Endpoint URL where the hook will send requests.
string
required
Type of the hook -
PRE_TRANSACTION or POST_TRANSACTION.boolean
required
Indicates whether the hook is enabled or disabled.
number
required
Maximum time (in seconds) allowed for the hook to execute.
number
required
Maximum number of retry attempts if the hook fails.