Hi everyone,
I have a LangGraph assistant running on LangSmith Deployment (Langgraph Platform).
I’m triggering runs successfully from a lambda, providing webhook url and receiving regular status: success webhooks at my endpoint, but I never get the __interrupt__ (human-in-the-loop) payloads.
Is there a specific way to configure a HITL webhook for interrupt events (like email_approval) — either in the UI or via API?
Would appreciate any example or guidance — thanks!