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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"display":{"message":true,"notified":true,"snapshot":true,"tags":true},"name":"#general"}