If you need to configure a specific time, please reach out to us at support@blocks.team.
Fields
string
The date and time the agent was triggered.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
@on("schedule.daily")
def agent(input):
pass
{
"triggered_at": "2024-01-01T00:00:00Z"
}
def agent(input):
triggered_at = input.get("triggered_at")
