vRO REST API Call to outlook.office.com

This post was originally published on this site

Trying to use vRO WF to send notifications to a MS teams channel via their webhook using a REST call.  I am able to do it in Postman and Powershell no problem, however, can not get it to send via vRO nor from the appliance itself using a curl command.  Always receive network unreachable.  There are no firewalls in the equation.  Seems like something in vRO.  I am using ver. 7.6

POST

JSON

https://outlook.office.com/webhook/<team_channel>

Body Example:

{
    “text”:“<b>Testing Webhook</b><br>This is test message”
}

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.