MS Teams webhooks #363
cipisek9
started this conversation in
Feature Requests
Replies: 1 comment
-
Thanks @cipisek9. We're working on updating all our MS Teams integrations and this one is one the list too. The old MS Team webhook won't work as you rightly point it requires a specific format. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as you know, Microsoft will no longer support webhooks through Office 365 connectors starting August 15th (source: Retirement of Office 365 Connectors within Microsoft Teams).
Has anyone tried setting it up using workflows as mentioned in the article above? I attempted to use the provided schema, but unfortunately, the received message in the channel is empty.
{ "type": "object", "properties": { "dst_host": { "type": "string" }, "dst_port": { "type": "integer" }, "local_time": { "type": "string" }, "local_time_adjusted": { "type": "string" }, "logdata": { "type": "object", "properties": { "msg": { "type": "object", "properties": { "logdata": { "type": "string" } } } } }, "logtype": { "type": "integer" }, "node_id": { "type": "string" }, "src_host": { "type": "string" }, "src_port": { "type": "integer" }, "utc_time": { "type": "string" } } }
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions