Dictionary

When using type "company-emails", select which emails should be sent or not

Field Type Description
daily_order_list Bool A boolean value
daily_production_list Bool A boolean value
new_order Bool A boolean value
cancel_order Bool A boolean value
comment_on_order Bool A boolean value

Examples

Example 1

{
    "daily_order_list": false,
    "daily_production_list": false,
    "new_order": false,
    "cancel_order": true,
    "comment_on_order": false
}
1.9.0 stable