Trigger Name | Description |
---|---|
Scheduler | Executes AI agent tasks at specified times or intervals, similar to a cron job. |
Webhook | Allows external systems to initiate AI agent tasks via HTTP POST requests. |
Field | Type | Description |
---|---|---|
minute | String | Minute(s) when the job should run (0-59) |
hour | String | Hour(s) when the job should run (0-23) |
dayOfMonth | String | Day(s) of the month when the job should run (1-31) |
month | String | Month(s) when the job should run (1-12 or names) |
dayOfWeek | String | Day(s) of the week when the job should run (0-7 or names, where 0 and 7 are Sunday) |
timezone | String | Timezone for the schedule |
prompt | String | The input prompt for the AI agent when triggered |
*
for “any” value, or specify multiple values separated by commas.
Ranges can be defined with hyphens.Field | Type | Description |
---|---|---|
userInput | String | The input prompt for the AI agent |
variables | Array | Additional variables to be used in the prompt |
modelName | String | Specific language model to use for this request |
threadId | String | Existing thread ID to continue a conversation |