Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
How to avoid post alerts to teams channel using power automate workflows with individual accounts
Sharma, Nikhil | Nikhil | MAD
0
Reputation points
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?

Microsoft Teams | Development
Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Sign in to answer