This event triggers an automation once per day at 1:00 PM UTC. The specific time is not currently configurable.
If you need to configure a specific time, please reach out to us at support@blocksorg.com.
@on("schedule.daily")
def automation(input):
    pass
The following is an example payload which is passed in as an argument to your automation’s entrypoint:
{
  "triggered_at": "2024-01-01T00:00:00Z"
}

Fields

triggered_at
string
The date and time the automation was triggered.