Trigger Types
Last updated
Last updated
Use this trigger to execute tasks at regular intervals, e.g., every 10 minutes or once every 24 hours. It's like setting a straightforward, recurring alarm.
This offers a more refined control compared to the Time Interval. With , you can set tasks to run at specific moments, such as "every Tuesday at 3 PM" or "on the 1st of every month". It gives you precision in task scheduling.
Ideal for those wanting their tasks to respond dynamically to blockchain activities. Whenever a specified event occurs on the blockchain, e.g.
this trigger springs your task into action.
This function operates with the rhythm of the blockchain itself, executing your chosen function each time a new block is created.
Note: Irrespective of the trigger type you opt for, you can tie it to running any of the following:
Typescript Function
Solidity Function
Transaction