Call ended assistant hoook

I want to notify slack on ANY error from the call. Right now it seems I'd have to specify each one. Is there a way to wildcard match or select all?

filters: [
{
type: "oneOf",
key: "call.endedReason",
oneOf: ["pipeline-error"],
},
],


also, is the SDK or docs more up to date. there are different endedReason types in both
Was this page helpful?