Skip to content

New FalconNgsCaseNotificationGroup

bk-cs edited this page Aug 25, 2025 · 4 revisions

New-FalconNgsCaseNotificationGroup

SYNOPSIS

Create a Falcon NGSIEM case notification group

DESCRIPTION

Requires 'Case Templates: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Notification group name X
Description String Notification group description X
Channel Object[] Objects containing 'channels' properties ('channel_id', 'channel_name', 'recipients', 'type') X

SYNTAX

New-FalconNgsCaseNotificationGroup [-Name] <String> [[-Description] <String>] [[-Channel] <Object[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /casemgmt/entities/notification-groups/v1

falconpy

entities_notification_groups_post_v1

USAGE

2025-08-25: PSFalcon v2.2.9

Clone this wiki locally