POST api/v1/webhooks/notifications

Sends webhook notifications to subscribed users to specific events.

Request Information

URI Parameters

None.

Body Parameters

WebHookNotification
NameDescriptionTypeAdditional information
EventType

string

None.

ContentProperties

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "eventType": "sample string 1",
  "contentProperties": {
    "sample string 1": {},
    "sample string 3": {}
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.