Im trying out Actionable message (https://learn.microsoft.com/en-us/outlook/actionable-messages/) and sending it out to Shared Mailbox on Outlook on the web for Office 365. However, the results doesnt show/generate the Actionable Message button when compared to when im sending to my own outlook. It produces the words only. Approved/Reject
Just wondering is it supported?
Thanks.
Since Shared Mailbox is kind of a group, Actionable Message is not supported. Clarified by asking on Microsoft Community.
https://learn.microsoft.com/en-us/outlook/actionable-messages/send-via-email
Related
Power Automate approval flow has an error " Failed to validate the signature of the actionable message card" once click on a button to submit a comment. particular flow is still running. please support.
I have created another new flow using a similar process and the same error occurred.
This seems a known OPEN issue with Microsoft: MF491924. The impact seems global and with their product team currently for a fix.
https://code2care.org/power-automate/error-failed-to-validate-signature-actionable-message-card-power-automate-flow
The approval will work well if you use the Teams App as a workaround until the issue is fixed. Since the approval task itself is impacted, creating a new FLOW will also end up with same error.
New to outlook actionable message, From the documentation I can see that we can send a card via email or connector, is there any way we can send/insert card using addIn from email compose window (using api like Office.context.mailbox.item.body.setSelectedDataAsync())?
Also Can we insert multiple actionable card in one mail?
Currently inserting actionable message via outlook add-in is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered, when we go through our planning process.
I am trying to send an actionable messages in outlook. The message card is rendered in the mail. But the service call(call to an API on click of Submit button from the actionable message) is failing only for few users in the organization.
There is a known issue in Outlook desktop that breaks actionable messages for some users. The fix will be shipped with July 2019 update.
Do the users see the same issue in Outlook Web? If so, please contact onboardoam at microsoft.com and provide the affected user email addresses.
I created a Bot and added to Skype and Microsoft Teams. Both are responding fine for user messages (reply to user messages).
Following the documentation, I tried to send (ad-hock) proactive messages to users. This worked with Skype but it not with Microsoft Teams. It also did not provide any error messages.
Do I have to adjust any settings in Microsoft Teams or Office 365 in order to send proactive messages? Or is there any other specific way to send proactive messages for Microsoft Teams?
Figured out what was the error. Following code line should be added before calling SendToConversationAsync, CreateConversationAsync etc..
MicrosoftAppCredentials.TrustServiceUrl(ServiceUrl);
And I tested this for documentation and sample source. Both are working fine.
The documentation for this is found in this article: Starting a 1:1 conversation. There's also some sample source although it's part of a larger project.
See if that helps.
In a recent post (How to retrieve ItemAttachment contents from Office 365 REST API?) API mentioned to retrieve attachments from within an attached EML is in plans. Is such API already available?
In case of mail flow rule to send a message to a moderator. Approval mail is sent to an approver with the original mail attached as eml. Is there an API to approve/reject the message, similarly to the web buttons approve/reject?
Thank you very much.
We were also looking for an answer to (2), but even now, apparently this is not possible via the REST API. There's one SO link that has a powershell script that claims to do this - see Approve email message via exchange EWS API, however, I don't see a clean solution yet.