# Execute the task periodically — Schedule Botize method — `schedule.webhook_recurring` (trigger). Run a task every certain time interval starting from a specified date and specific time zone. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `each` *(string)* — Frequency of task execution - `date_from` *(string)* — Start date - `date_from_h` *(string, one of: "01"; "02"; "03"; "04"; "05"; "06"; "07"; "08"; "09"; "10"; "11"; "12"; "13"; "14"; "15"; "16"; "17"; "18"; "19"; "20"; "21"; "22"; "23"; "00")* — Start time - `date_from_m` *(string, one of: "00"; "01"; "02"; "03"; "04"; "05"; "06"; "07"; "08"; "09"; "10"; "11"; "12"; "13"; "14"; "15"; "16"; "17"; "18"; "19"; "20"; "21"; "22"; "23"; "24"; "25"; "26"; "27"; "28"; "29"; "30"; "31"; "32"; "33"; "34"; "35"; "36"; "37"; "38"; "39"; "40"; "41"; "42"; "43"; "44"; "45"; "46"; "47"; "48"; "49"; "50"; "51"; "52"; "53"; "54"; "55"; "56"; "57"; "58"; "59")* — : - `timecountry` *(string, one of: ""; "Pacific/Midway"; "Pacific/Pago_Pago"; "Pacific/Honolulu"; "America/Adak"; "America/Juneau"; "America/Los_Angeles"; "America/Tijuana"; "America/Phoenix"; "America/Denver"; "America/Chihuahua"; "America/Mazatlan"; "America/Regina"; "America/Guatemala"; "America/Chicago"; "America/Mexico_City"; "America/Monterrey"; "America/Bogota"; "America/Lima"; "America/Caracas"; "America/New_York"; "America/Indiana/Indianapolis"; "America/La_Paz"; "America/Santiago"; "America/Halifax"; "America/Sao_Paulo"; "America/Argentina/Buenos_Aires"; "America/Argentina/San_Juan"; "America/St_Johns"; "America/Godthab"; "Atlantic/South_Georgia"; "Atlantic/Cape_Verde"; "Atlantic/Azores"; "Africa/Monrovia"; "Europe/Dublin"; "Europe/Lisbon"; "Europe/London"; "Africa/Casablanca"; "Africa/Algiers"; "Europe/Belgrade"; "Europe/Bratislava"; "Europe/Budapest"; "Europe/Ljubljana"; "Europe/Prague"; "Europe/Sarajevo"; "Europe/Skopje"; "Europe/Warsaw"; "Europe/Zagreb"; "Europe/Brussels"; "Europe/Copenhagen"; "Europe/Madrid"; "Europe/Paris"; "Europe/Amsterdam"; "Europe/Berlin"; "Europe/Rome"; "Europe/Stockholm"; "Africa/Harare"; "Africa/Johannesburg"; "Europe/Vienna"; "Europe/Bucharest"; "Africa/Cairo"; "Europe/Helsinki"; "Europe/Kiev"; "Europe/Riga"; "Europe/Sofia"; "Europe/Tallinn"; "Europe/Vilnius"; "Europe/Athens"; "Europe/Istanbul"; "Europe/Minsk"; "Asia/Jerusalem"; "Asia/Kuwait"; "Asia/Riyadh"; "Africa/Nairobi"; "Asia/Baghdad"; "Europe/Moscow"; "Asia/Muscat"; "Asia/Tbilisi"; "Asia/Yerevan"; "Asia/Tehran"; "Asia/Kabul"; "Asia/Baku"; "Asia/Karachi"; "Asia/Tashkent"; "Asia/Kolkata"; "Asia/Colombo"; "Asia/Almaty"; "Asia/Yekaterinburg"; "Asia/Rangoon"; "Asia/Dhaka"; "Asia/Novosibirsk"; "Asia/Bangkok"; "Asia/Jakarta"; "Asia/Krasnoyarsk"; "Asia/Shanghai"; "Asia/Chongqing"; "Asia/Hong_Kong"; "Asia/Urumqi"; "Asia/Kuala_Lumpur"; "Asia/Singapore"; "Asia/Taipei"; "Australia/Perth"; "Asia/Ulaanbaatar"; "Asia/Irkutsk"; "Asia/Seoul"; "Asia/Tokyo"; "Australia/Darwin"; "Australia/Adelaide"; "Asia/Yakutsk"; "Australia/Melbourne"; "Australia/Sydney"; "Australia/Brisbane"; "Australia/Hobart"; "Pacific/Guam"; "Pacific/Port_Moresby"; "Asia/Vladivostok"; "Pacific/Noumea"; "Asia/Magadan"; "Pacific/Fiji"; "Asia/Kamchatka"; "Pacific/Majuro"; "Pacific/Auckland"; "Pacific/Tongatapu")* — Time zone ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{task_trigger_at}}` *(date)* — Trigger date/time. Date and time when the task is executed. Format: Unix epoch time (e.g., 1657890000) ## This app Every trigger and action for Schedule: https://botize.com/en/app/schedule.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/schedule/webhook_recurring