1

I've configured Outlook Webhook notifications according to the instructions here. And I now receive notifications when an email arrives to Outlook inbox.

enter image description here

I don't see any data regarding the E-Mail that was received.

For example, I expected the ResourceData to contain the senders mail, subject, etc.

What should I do to resolve the E-Mail metadata in the hook response?

Thanks!

Kamal Rathnayake
  • 514
  • 3
  • 29

1 Answers1

1

ResourceData contains the Id property. Just use it to get the message.

Victor Ivanidze
  • 397
  • 2
  • 7