Questions tagged [actionable-notification]

23 questions
3
votes
0 answers

Actionable notification text overwrites in Swift

We have implemented Actionable Notification using Notification Extension Service. We receive push notifications and it shows the proper content for notification title, body, action buttons. We have defined 3 category say onebtn, twobtn, threebtn and…
2
votes
1 answer

Change actionable push notification button color and font

I have implemneted actionable push notification in my app and it is working fine. I have two actions "YES" and "NO". I want show the "NO" button font in red color. can any one let me know how to customize those buttons let yesAction =…
Warrior
  • 39,156
  • 44
  • 139
  • 214
1
vote
0 answers

How to apply multiple action button cateogries in Objective-C?

https://useyourloaf.com/blog/local-notifications-with-ios-10/ I found this article which works if I just want to add one category of action buttons. But how should I add more than one category? The code they provided: UNNotificationCategory…
1
vote
1 answer

Powershell 7.2 actions not working when called via command line or powershell 5.1

I am working on a scheduled restart toasts using the Burnt Toast module. To add a selection box to have them schedule a time to do the restart(1 hour, 2 hours, etc..) and handle the action events, I need Powershell 7.1 or above. I have code that…
1
vote
2 answers

Why my didRecive and willPresent aren’t working(action buttons do nothing)?

I want to make an actionable notification. It appears only if my app is closed. When I press action button nothing happening My class of notification class Notfication : NSObject, UNUserNotificationCenterDelegate { func request(answer : rope,…
1
vote
1 answer

com.apple.mobilesafari cannot be launched because the device is locked

I want to open a URL with actionable notification button, my code works when my device is not locked, but when the device is locked and I want to click the action button, the app crashes and this error message appears NSLocalizedFailureReason=The…
1
vote
1 answer

401 error by replying to actionable message in outlook desktop client

I have developed an Azure logic app and Azure function to send actionable messages to users. On the bottom are two buttons to reply to another logic app. If I test it on the outlook web app (O365 E3-E5 licensing), it works fine. On the outlook…
1
vote
0 answers

Microsoft Actionable Messages through API

Is there any way to send the actionable messages (like Sending "Approve", "Reject" buttons within an email) using APIs of the Microsoft? Other than integrating with Connectors.. I have program that sends out bulk mails to end users, however, I…
Mahadev
  • 11
  • 3
1
vote
0 answers

Can I populate an Outlook actionable message with data from the recipient's calendar?

I'd like to generate an actionable message sent to each person in my organization with calendar information. Ideally, it would do the following for each person: 1. Display the appointments from that person's calendar for that day 2. Place a checkbox…
Bobby Dore
  • 499
  • 5
  • 13
1
vote
0 answers

How to deal with iOS UNNotificationCategory when passing dynamic action titles from backend

I'm using actionable notifications. Following data coming from backend : notificationId (String) notification title, body two dynamic titles to show action buttons I'm registering actions against the notificationId like this : let…
1
vote
0 answers

iOS action buttons disappear from local notifications except from lastmost incoming notification (NotificationCenter)

I'm using actionable notifications. Following data coming from backend : notificationId (String) notification title, body Each time different titles for 2 action buttons So, I'm registering both UNNotificationCategory and categoryIdentifier(for…
0
votes
0 answers

Can I send push notifications with suggested user actions in Expo app using server-defined categories?

I would like to make an expo app allowing me to send push notifications from the server while the app is backgrounded and I want the app to have some actions the user can perform that are defined by the server. Concretely, this can be something like…
0
votes
0 answers

Is Actionable Messages / Adaptive Cards supported in Exchange 2016 Hybrid environment?

Is Actionable Messages / Adaptive Cards supported in Exchange 2016 Hybrid environment? I registered the connector provider in the Outlook Online Dev Playground. Ensured all of my adaptive cards had the correct originator ids. Waiting beyond the 24…
Andy
  • 1
  • 1
0
votes
0 answers

How to nest image inside chioce sets or action buttons using adaptive cards for Outlook actionable messages

I am working on a requirement to implement the Outlook Actionable Message through adoptive Cards. I am now building the JSON here : https://amdesigner.azurewebsites.net/. I actually want to display images in place of choice set options. SO that it…
0
votes
1 answer

Adaptive Card/Actionable Message not showing as planned

I built a workflow with Power Automate and Microsoft Lists, delivering emails to users to update records in the Lists. I got the majority of my workflow worked out, and I'm working through minor bugs right now. One of my flows is triggered when a…
1
2