v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSlack 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
Example request
{
"name": "#general"
}Response
OK
Example response
{
"name": "#general"
}