Webhooks
Protect notification
When a Protect execution completes with the status specified in the configuration, the webhook specified is triggered with this payload.
WEBHOOK
Body
application/json
Text from the request after processing the rules.
Status of the request after processing the rules.
Available options:
triggered
, failed
, error
, timeout
, paused
, not_triggered
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?