ToDo Subscription doesn't trigger on status changes and deletions

Bora 1 Reputation point
2021-12-03T10:05:27.927+00:00

Hi,

We have managed to subscribe to the 'todoTask' change notifications and we successfully receive webhook requests when a new todoTask is created under the subscribed list. However the webhook doesn't trigger when the todo is updated any other way (it's status for example) or deleted.
Is this expected or am I doing something wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,771 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShivaniRai-MSFT-7217 2,731 Reputation points
    2022-02-03T14:19:29.677+00:00

    Hi @Bora ,

    According to this Microsoft Document on Subscription Properties , while creating Subscription we have to provide changeType Property in request body that will indicate the type of change in the subscribed resource that will raise a change notification. We can give multiple values likes this "changeType":"created,updated,deleted" .

    Refer below screenshot for changeType Property:
    170878-image.png

    You might have given only 'created' value for 'changeType' Property. Please verify that.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.