Azure DevOps · Example Payload

Microsoft Azure Devops Notifications Sendtest Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Notifications Sendtest Example is an example object payload from Azure DevOps, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "notifications_sendTest",
  "method": "POST",
  "path": "/hooks/testnotifications",
  "summary": "Azure DevOps Send a test notification",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "publisherId": "tfs",
        "eventType": "workitem.created",
        "resourceVersion": "1.0",
        "consumerId": "webHooks",
        "consumerActionId": "httpRequest",
        "publisherInputs": {
          "projectId": "a1b2c3d4-e5f6-a1b2-c3d4-e5f6a1b2c3d4"
        },
        "consumerInputs": {
          "url": "https://myserver.example.com/webhook"
        }
      }
    }
  ],
  "responseExamples": []
}