guardrailTriggered
webhook event is triggered whenever one or more guardrails are activated during a conversation with a lead. This can be used to monitor compliance, safety, or business rule violations in your assistant’s interactions.
Payload
Properties
Property | Type | Description |
---|---|---|
event | string | The webhook event type (guardrailTriggered ). |
data.leadId | string | The unique identifier for the lead. |
data.phone | string | The phone number of the lead. |
data.channel | string | The communication channel. Can be sms , email , call , or manual . |
data.guardrails | string[] | Array of guardrail IDs that were triggered. |
timestamp | string | The ISO 8601 timestamp when the guardrails were triggered. |