provider Microsoft Teams Integration GET /api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
@utdk/datadog /api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
Get channel information by name
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.
tenant_name path required
Your tenant name.
string
team_name path required
Your team name.
string
channel_name path required
Your channel name.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getchannelbyname
GET/api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.

Parameters

required

Your tenant name.

required

Your team name.

required

Your channel name.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getchannelbyname()