v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Microsoft Teams Integration

Create Workflows webhook handle

Create a Workflows webhook handle in the Datadog Microsoft Teams integration.

post/api/v2/integration/ms-teams/configuration/workflows-webhook-handles

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "fake-handle-name",
      "url": "https://fake.url.com"
    },
    "type": "workflows-webhook-handle"
  }
}

Response

CREATED

Example response

{
  "data": {
    "attributes": {
      "name": "fake-handle-name"
    },
    "id": "596da4af-0563-4097-90ff-07230c3f9db3",
    "type": "workflows-webhook-handle"
  }
}