Edit FalconNgsCaseNotificationGroup - CrowdStrike/psfalcon GitHub Wiki
Modify a Falcon NGSIEM case notification group
Requires 'Case Templates: Write'.
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 | ||||
Id | String | Notification group identifier | X | X |
Edit-FalconNgsCaseNotificationGroup [[-Name] <String>] [[-Description] <String>] [[-Channel] <Object[]>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
PATCH /casemgmt/entities/notification-groups/v1
entities_notification_groups_patch_v1
Edit-FalconNgsCaseNotificationGroup -Name 'EU Analysts' -Description 'Security team analysts located in the EU.' -Channel @{ config_id = 'id'; type = 'slack' } -Id <id>
2025-09-26: PSFalcon v2.2.9