POST api/Outlook/NotificationListener

This is the notification endpoint that is subsequently hit by webhooks when an event we listen on (created / updated) occurs in the folder that is being listened on

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Returns 500 internal error if exception was thrown in processing of the notification event, else 200 OK

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.