Microsoft Outlook Actionable Message API call not working - outlook

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.

Related

How to insert outlook actionable message from outlook Add-In

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.

Adaptive Card/ Actionable message in Shared Mailbox?

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

Microsoft Bot Framework - Email channel - Unable to save email

The Microsoft bot framework channel "Email" is not working. I tried to add different emails including Office 365, #outlook.com , #gmail.com, none of them working, The screen showing an error status "Unable to save email".
It seems this was working earlier. My email is accessible via email/password and office 365 enabled , but from bot framework email channel - its returning an error "Unable to save email". Could anyone please help on this.
Email channel can only be used with Office 365 accounts as described in the documentation here:
The Email channel currently works with Office 365 only. Other email
services are not currently supported.
So it will not work with #gmail.com accounts.
I checked again 2 minutes ago and from my side I also have the problem of getting Unable to save error during registration of the email (with an email that was previously working).
When having a look to the console of my navigator, I see that there is an internal server error (error 500) for POST https://dev.botframework.com/api/bots/myBotName/channels/email
=> I will log an issue on Github Bot framework's project

Receiving replies from Outlook even after removing the Outlook channel from MS Bot Framework

I created a bot using MS Bot Framework. Then I hooked it up with the Outlook Channel provided by Microsoft Bot Framework.
IT all was working fine and now I decided to remove the channel integration and did so as well. Unfortunately my outlook still replies to mails even after removal of channels. My bots home page on MS shows the below message:
"You haven't connected any channels yet. Select a channel to connect."
I have no clue why I see the replies. Its weird. Please help.
It looks like we have an issue on our side where we are not properly handling the case where you uncheck the "Enable this bot on Email" checkbox. I'll open a bug and get this fixed but in the mean time please use the "Deauthorize" button instead of the checkbox to disable your bot on a channel.

Can I trap a "send" event on O365 Outlook web

I have a requirement to be able to prompt the user when they send an email from Outlook:
If there is an attachment then ask then a question about the attachment
confirm yes / no
cancel appropriately.
In Outlook on premises I can do that through a client Add-In.
The problem is now the customer wants to go to O365 and the functionality needs to be available through the Outlook web client and mobile OWA.
I cannot find any way to trigger an O365 Add-In automatically for outlook web and/or get any hooks into the Send functionality.
How can I trap the send event on O365 Outlook Web?
Any guidance, much appreciated.
No, you cannot trap any events when a message is sent in the current implementation of OWA.

Resources