EventsTrigger
!to
!var1
vote is coming!"!var2[0]
vote is coming. We're voting for !var1
. Please vote before the deadline, which occurs at block !var2[1]
. Best. The DAO Governance Team"TransactionsTrigger
, ContractsTrigger
orEventsTrigger
depending on what you need and use the Email action. Any field (To, Subject or Message) supports templating variables. Not only basic variables (transactionHash, blockTime, etc) but also any parameter passed to the smart contract function (TransactionsTrigger
), any part of the Events' payload (EventsTrigger
) or any value returned by contracts' call/"state mutability: view" functions (ContractsTrigger
).TransactionsTrigger
(IDEX doesn't emit Events from the Trade function so we need to check the transactions)ContractsTrigger
and insert the 0x09cabec1ead1c0ba254b09efb3ee13841712be14 address (which is Uniswap exchange for single collateral DAI)