Skip to main content
Before debugging, have these ready: the action name, a session ID where it should have been called, and the endpoint you expect to receive traffic.
Looking for setup? See Build an action. For the runtime model, see Execution.

Common Troubleshooting Scenarios

OpenCX enforces a 60-second timeout and does not retry. Failures return to the AI as status codes or a short error string — see Execution for the exact failure shapes.

Limits Recap

Impact Of Misconfiguration

Misconfigured actions fail silently from the customer’s point of view — the AI either calls the wrong endpoint, gets an error and covers with a generic fallback, or skips the action entirely and hands off. None of these show up as a red banner in the dashboard. Always verify in a real conversation after changing an action’s endpoint, description, or segment restriction.

Build An Action

Re-check fields, magic values, and the Test button.

Execution

Re-check timeout, headers, and response handling.

Authentication

Global variables, widget headers, context headers.

Human Handoff

What happens when repeated action failures escalate.