Hi Simon. Yes, you can. Please make sure, you're using v1.3 and add/update the following section in your endpoint configuration:
"update": {
"requestMethod": "POST"
},
"resolve": {
"requestMethod": "POST"
}
Thank you for using VMware flings!
Has anyone got this to work with MS Teams?
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:421)] DEBUG - Sending 'PUT' request to URL : https://outlook.office.com/webhook/longwebhookstring
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:434)] DEBUG - Response Code : 405
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:473)] DEBUG - Response : {"Message":"The requested resource does not support http method 'PUT'."}
Can we change the post method?