provider Case Management POST /api/v2/cases/projects/{project_id}/notification_rules
@utdk/datadog /api/v2/cases/projects/{project_id}/notification_rules
Create a notification rule
Create a notification rule for a project.
project_id path required
Project UUID
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
createprojectnotificationrule
POST/api/v2/cases/projects/{project_id}/notification_rules
Create a notification rule for a project.

Parameters

required

Project UUID

Input

required

Notification rule create

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.createprojectnotificationrule()