> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule

> Triggered on a schedule. Users configure schedules via the AI agent's setup_schedule tool.

# Schedule

Triggered on a schedule. Users configure schedules via the AI agent's setup\_schedule tool.

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | schedule-trigger |
| **Family** | Triggers         |
| **Group**  | General          |

## Parameters

| Name        | Label                 | Type          | Description                                                                                                         | Required |
| ----------- | --------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------- | -------- |
| inputFields | Schedule Input Fields | DynamicFields | Define the input fields that users must provide when setting up a schedule. The AI will ask users for these values. | No       |

## Outputs

| Name         | Label        | Type   | Description                                        |
| ------------ | ------------ | ------ | -------------------------------------------------- |
| message      | message      | string | Scheduled trigger message                          |
| triggeredAt  | triggeredAt  | string | When the schedule triggered (ISO 8601)             |
| userId       | userId       | string | The user who created the schedule                  |
| scheduleId   | scheduleId   | string | The schedule ID                                    |
| scheduleName | scheduleName | string | The schedule name                                  |
| inputFields  | inputFields  | object | User-provided input field values for this schedule |
