View a markdown version of this page

Interceptor behavior in Connect Customer agent workspace - Agent Workspace

Interceptor behavior in Connect Customer agent workspace

The following rules describe how the framework evaluates interceptors at runtime:

  • Thrown error – If your interceptor throws an error, the framework catches it and allows the default action to proceed.

  • Multiple interceptors – When you register multiple interceptors for the same key, the framework evaluates all of them. If any interceptor returns { continue: false }, the framework blocks the action.