1properties:
2  - office-365-connector:
3      webhooks:
4        - url: http://outlook.office.com/webhook
5          name: full
6          start-notification: true
7          notify-success: false
8          notify-aborted: true
9          notify-not-built: true
10          notify-unstable: false
11          notify-failure: false
12          notify-back-to-normal: false
13          notify-repeated-failure: true
14          timeout: 30001
15          macros:
16            - template: macro1
17              value: macro1_value
18            - template: macro2
19              value: macro2_value
20          fact-definitions:
21            - name: fd1
22              template: fd1_value
23            - name: fd2
24              template: fd2_value
25