Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.engrate.io/llms.txt

Use this file to discover all available pages before exploring further.

Condition that applies when all sub-conditions are met

conditions
(MonthCondition · object | DayOfWeekCondition · object | TimeOfDayCondition · object | ExcludeHolidaysCondition · object | OrCondition · object | NotCondition · object)[]
required

Sub-conditions to be ANDed together

Minimum array length: 1

Condition that only applies in the specified months.

Example:
{
  "months": [1, 2, 3, 11, 12],
  "type": "month"
}
type
string
default:and
Allowed value: "and"