Triggers when native ETH (or native gas token) arrives at a wallet address. Filter by sender or minimum amount.
chainId
Chain ID to monitor (e.g., 8453 for Base, 42161 for Arbitrum)
walletAddress
The wallet address to monitor for incoming ETH
fromAddress
Optional: only trigger when ETH is received from this specific sender
minAmount
Optional: minimum transfer amount in wei
triggeredAt
Timestamp when the transfer was detected (UTC, RFC3339 format)
Chain ID where the transfer occurred
txHash
Transaction hash
from
Sender address
to
Recipient address
value
Transfer amount in wei
blockNumber
Block number where the transfer was included
This trigger will activate your workflow when specific conditions are met.