Share via

How to avoid post alerts to teams channel using power automate workflows with individual accounts

Sharma, Nikhil | Nikhil | MAD 0 Reputation points
2024-07-30T00:58:00.3233333+00:00

User's image

User's image

I am using above adaptive card to post message when a webhook request is recieved and when I try to run curl command with a payload as

payload = {

    "@type": "MessageCard",

    "themeColor": "0076D7",

    "summary": title,

    "sections": [{

        "activityTitle": title,

        "facts": [

            {

             "name": "message",

             "value": message

             }],

        "markdown": False

    }]

}  
```It posts alert with my individual user as I am owner of the flow?  
Isn't there a way it uses some flow bot name?  
  
![User's image](/api/attachments/3deb08d3-c942-4ddb-96bf-36f233627e3c?platform=QnA)

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Teams | Microsoft Teams for business | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.