ServicemailScheduling

Scheduling used for planning of servicemails.

Fields

Field Description
days
int 
(required)

Amount of days before/after the event to send the mail.

Example value:2
relative
string 
(required)

When to send the mail relative to the event: before or after the event date (at the fixed clock time in time), or afterstart to send a duration after the event start (using time as an offset).

Example value:"before"
time
string 
(required)

For before/after: the clock time (HH:MM) at which to send the mail. For afterstart: the HH:MM offset added after the event start.

Example value:"19:15"

Example

1{
2    "days": 2,
3    "relative": "before",
4    "time": "19:15"
5}