Hello everybody,
I am also having problems converting Office connector to Workflow,
Currently I need to send messages via MS Teams using webhooks with commands
// on Windows
curl.exe -H "Content-Type:application/json" -d "{'text':'Hello World'}" <YOUR WEBHOOK URL>
When I switched, I couldn't do this anymore.
Workflow can only run step "When a Teams webhook request is received"
In the return of the webhook url
I have tried many card adapters searching on google but they don't work. My request is simply to send a plaintext message to the Teams channel. If possible, I would like to send an alert from Zabbix to the Teams channel. Previously, the webhook worked fine, but when I switched the workflow, I didn't know how to configure it
Thank in advanced

