Interface BusinessAwayMessageScheduleCustom

Send away messages only in the specified time span. Subtype of BusinessAwayMessageSchedule.

interface BusinessAwayMessageScheduleCustom {
    @type: "businessAwayMessageScheduleCustom";
    end_date: number;
    start_date: number;
}

Properties

@type: "businessAwayMessageScheduleCustom"
end_date: number

Point in time (Unix timestamp) when the away messages will stop to be sent.

start_date: number

Point in time (Unix timestamp) when the away messages will start to be sent.