Skip to main content

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Deprecation notice Webhooks v1 will be deprecated on June 15th, 2026. Please use the Developer Center in the Fireblocks Console to upgrade to Webhooks V2, which offers improved reliability, performance, and observability.
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