Skip to content

Send FalconWebhook

bk-cs edited this page Oct 20, 2022 · 18 revisions

Send-FalconWebhook

SYNOPSIS

Send a PSFalcon object to a supported Webhook

DESCRIPTION

Sends an object to a Webhook, converting the object to an acceptable format when required.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Type String Slack Webhook type
Path Uri Webhook URL
Label String Message label
Object Object X Response object to format

SYNTAX

Send-FalconWebhook [-Type] <String> [-Path] <Uri> [[-Label] <String>] [-Object] <Object> [<CommonParameters>]

USAGE

2022-10-20: PSFalcon v2.2.3

Clone this wiki locally