简体   繁体   中英

How do I send a message to myself with PowerAutomate?

I am developing a PowerAutomate flow,

I want to use the function "post message in chat or channel", I can send messages to anyone in "one to one" private chats but not on the private chat i have with myself.

Has somebody found a way to message himself via power automate?

I can't create it as a "new chat" in PA because it says users cannot be duplicate.

Then i figured out i had to find the ID of the chat with myself. I tried using the microsoft graph api to retrieve the id from "me/chats" but the chat with myself is not shown. I tried many different filters and expansions with no success.

I also tried analyzing the id itself and discovered that, in the case of "one to one" chats, it's made of {the sender id} and {the receiver id}

I then tried constructing an id that contains 19:{myuserid}_{myuserid}@{domain} but it responds that there is no record.

I tried many combinations, thanks for the help.

Currently it is not possible to send messages/cards to self chat as the self-chat id is not exposed.You can raise suggest this feature at Microsoft Teams Feedback portal .

Please not that if you post card using below settings it will send a card to you but as a separate chat with Power Automate. 在此处输入图像描述

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM