Create a new scheduled task using XanoScript
Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type string.
"task foo {\n stack {\n var $x1 {\n value = $input.score + 1\n }\n }\n schedule {\n events = [{starts_on: 2025-07-25 20:00:12+0000, freq: 900}]\n }\n}\n"
Success!