Questions tagged [change-notification]

Change Notification is technology to notify the concern system , person about change occurs in current system / application.

Change Notification is technology to notify the concern system , person about change occurs in current system / application.

To notify the changes , We can write custom code or can reuse the existing API / functionality. As per www.hongkiat.com, We can use some tools to notify the changes.

Focus.com describes the change notification in process and product.

59 questions
0
votes
1 answer

In Microsoft Graph API ,to what URL should I send the response containing the validationToken to subscribe to change notifications?

I'm developing a project with webhooks to notify when changes occur in mails. I'm using Zoho Deluge language in the Cliq platform. I am getting the validationToken from the Graph API, when I return it, I am expecting it to accept the validation…
0
votes
0 answers

Getting multiple change notification from graph api while sending URL's in Microsoft Teams channel message

I have been using graph API provided by Microsoft to subscribe to change notification for teams message. It's all working fine for normal chat messages but when i try to send any message containing URL's it sends two/three notifications and sometime…
0
votes
0 answers

How to distinguish between Changetype: "Updated" in Microsoft Graph for Change Notifications for deleted user

I am new to Microsoft Graph Change Notifications. By exploring relevant questions I came to know that when a user is deleted it is a "soft delete" and hence a ChangeType: "Updated" is sent in the graph notification. However, what I don't understand…
0
votes
1 answer

Create Microsoft graph subscription for all users of a tenant

I have created an application (with application level permissions) which creates subscription for receiving notifications when an user receives an email. Currently, I have to create multiple subscriptions for multiple users of an tenant. Is there a…
0
votes
1 answer

Avoiding loops in Microsoft change notifications

I am trying to build a chat app which changes it's online status whenever a user's Microsoft presence changes. And I also do the reverse when a user changes his presence on my chat app using the setPresence api. So I tried subscribing to the user's…
0
votes
2 answers

Graph Api Authentication failed on Creating Subscription for CallRecords with authentification as application

I have problems subscribing to callRecords in customer constellation, there I get response status Forbidden (see at end of post). I did this steps: register an APp Registration with CallRecords.Read.All and granted admin consent on trying to…
ingo_ww
  • 171
  • 1
  • 13
0
votes
1 answer

Azure change notification for CallRecords: lifecycle notification doesn't work for me

I registered a subscription for callrecord. I tried many, I started with a locally C# app with ngrok and then I used an Azure function with nodejs. Creating the subscription locally without lifecycle notification works fine, creating a subscription…
0
votes
0 answers

Microsoft Graph API change notification delay in local testenvironment

Question Does MsGraph give a lower priority to change notifications when running a subscribed webhook locally? If not, I'm open to hearing any theories as to why this extra delay (from MsGraph to the webhook) could be happening on the local machine,…
0
votes
1 answer

Microsoft Graph API change notifications for todoTask

Microsoft Graph API has provisions for accessing todoTask - it does not however have application level permissions (those are listed as "not supported"). How would an application implement creating / updating tasks and getting notifications for…
0
votes
1 answer

Oracle Continuos query notification ORA-29979

I'm attempting to register change notifications from Oracle tables (19c) using Oracle JDBC . Since the query contains a JOIN I'm using BEST effort mode. My user has been "granted" CHANGE NOTIFICATION rights. At this point I'm just trying to get the…
0
votes
0 answers

There was an error processing a storage extension. change notification API issue - Microsoft graph API

While getting the change notification API subscription ID for resource "/communications/callRecords" it always give the "there was an error processing a storage extension". this is issue always reflected for Application permission While getting the…
0
votes
1 answer

Database change notification - how get notified of changes in Oracle tables

I tried (and failed) using JDBC to get notifications on changes in database tables. When looking for answers here I discovered that Database Change Notification was removed from JDBC since 12c. So - instead of asking why my code failed my question…
0
votes
1 answer

Database Change Notification using Java ojdbc5 not working

I'm testing the database change notification feature in Oracle using the sample code in their documentation (here) Before running the program, I ran this command in the database: grant change notification to [USER]; After starting the program, I…
vudangkhoa2906
  • 143
  • 1
  • 8
0
votes
1 answer

Not receiving Change Notification of Calendar Events containing custom properties

We want to receive change notifications from our user's Outlook calendars. We'd like to limit those notifications to only those calendar items that contain our custom property. CODE WHICH CREATES CALENDAR EVENT private static async Task
0
votes
2 answers

How notification works for Attached Properties

I am trying to understand how notification works for Attached Properties in WPF. For example, consider the ScrollViewer.CanContentScrollProperty property. Suppose we have the following ListBox
DmitryB
  • 455
  • 1
  • 5
  • 18