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”
}