
Announcements
Hello,
first of all: I'm pretty new to Powerautomate. We use a software called jamf for managing our Macintosh fleet. I wan't to send different Webhooks (When a HTTP request is received) to a Microsoft Teams channel. I receive these Webhooks in my Teams channel, but all the useful informations like serialnumber, Model etc. are missing. I'm using a Adaptive Card which refers to these information as seen here:
"title": "Serialnumber",
"value": "@{triggerBody()?['event']?['serialNumber']}"
When I look into the Outputs I can see all these information. It must have something to do with these triggerbodys. But I can't really find anything helpful on google and didn't make any progress.
Could someone give me a hint please?
Thanks!