WEBHOOK
protect-notification
{
  "status": "not_triggered",
  "text": "<string>",
  "trace_metadata": {
    "id": "<string>",
    "received_at": 123,
    "response_at": 123,
    "execution_time": -1
  }
}
"<any>"

Body

application/json
text
string
required

Text from the request after processing the rules.

trace_metadata
object
required
status
enum<string>

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.