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) | Send the mail before or after the event. Example value:"before" |
time string (required) | The time (HH:MM) at which to send the mail. Example value:"19:15" |
Example
1{
2 "days": 2,
3 "relative": "before",
4 "time": "19:15"
5}