- 
    
Improvement
 - 
    Resolution: Unresolved
 - 
    
Minor
 - 
    None
 
The documentation at
 https://plugins.jenkins.io/Office-365-Connector/
 has this example for usage in a Jenkinsfile
office365ConnectorSend message: "<Your message>", status:"<Build status>", webhookUrl:'<The connector webhook url>'
I have not been able to find a list of which values for <Build status> match the corresponding checkboxes when configuring a non-pipeline job using the UI. Also it does not say whether you can only have a single value or multiple values. As an example, is this a correct syntax?
status: 'Failure, Success, Unstable, BackToNormal'