Automation Webhooks

This page describes all events relating to Fireblocks Automations that produce Webhook notifications, and their associated data objects.

The type parameter is automatically set to the description name for the data objects below.

Automation Run

An AUTOMATION_EXECUTION_WEBHOOK_UPDATE webhook is sent when an automation rule runs.

ParameterTypeDescription
ruleIdstringUnique ID for the Automation rule as a ratio to executions (1/N)
executionIdstringNumber of times this rule has been executed
stateenumCurrent status of the rule.
Available values: CREATED; TRIGGERED; CONDITION_MET; CONDITION_NOT_MET; EXECUTED; FAILED
triggerenumAvailable values: TIME; TRANSACTION
conditionenumAvailable values: BALANCE; TRANSACTION_AMOUNT; UNCONDITIONAL
actionsenumAvailable values: TRANSFER; TOP_UP; REBALANCE; START_WORKFLOW; CONVERT; SWEEP
createdAtnumberThe time the rule was created, in milliseconds (epoch)
createdBystringID of the user who created the rule
rulestringName of the Automation Rule
failureenumAvailable values: CONDITION_CHECK_FAILED, ACTION_FAILED, EXECUTION_FAILED