add missing body fields
This commit is contained in:
parent
0c6e800118
commit
903388c3ce
|
@ -228,7 +228,9 @@ notification:
|
||||||
mandatory: [ ]
|
mandatory: [ ]
|
||||||
optional:
|
optional:
|
||||||
- key: "{email}"
|
- key: "{email}"
|
||||||
value:
|
value: email
|
||||||
|
- key: "{expiration_time}"
|
||||||
|
value: --
|
||||||
formatting:
|
formatting:
|
||||||
'[{email}]': null
|
'[{email}]': null
|
||||||
cc: [ ]
|
cc: [ ]
|
||||||
|
|
|
@ -228,7 +228,9 @@ notification:
|
||||||
mandatory: [ ]
|
mandatory: [ ]
|
||||||
optional:
|
optional:
|
||||||
- key: "{email}"
|
- key: "{email}"
|
||||||
value:
|
value: email
|
||||||
|
- key: "{expiration_time}"
|
||||||
|
value: --
|
||||||
formatting:
|
formatting:
|
||||||
'[{email}]': null
|
'[{email}]': null
|
||||||
cc: [ ]
|
cc: [ ]
|
||||||
|
|
Loading…
Reference in New Issue