v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Slack Integration

Create a Slack integration channel

Add a channel to your Datadog-Slack integration.

post/api/v1/integration/slack/configuration/accounts/{account_name}/channels

Path parameters

account_namestring required

Your Slack account name.

Request body

namestring

Your channel name.

Example request

{
  "name": "#general"
}

Response

OK

namestring

Your channel name.

Example response

{
  "name": "#general"
}