Create a Slack integration channel
POST {{baseUrl}}/api/v1/integration/slack/configuration/accounts/:account_name/channels
Add a channel to your Datadog-Slack integration.
Request Body
{"display"=>{"message"=>true, "notified"=>true, "snapshot"=>true, "tags"=>true}, "name"=>"#general"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"display":{"message":true,"notified":true,"snapshot":true,"tags":true},"name":"#general"}