Related Stories

Case Manager Acts Quickly to House a Veteran Family

Catholic Charities Veterans Services is a housing first program, which means it recognizes housing as a person’s first and most important need. Veterans Services helps veterans and their families who are experiencing…
window.addEventListener('message', (evt) => { // events sent by the widget are stringified JSON if (typeof evt.data !== 'string') return; const data = JSON.parse(evt.data); // fired when the user minimises or closes the window if (data.type === 'voiceflow:close') { // 2️⃣ tell the agent which flow to run window.voiceflow.chat.interact({ type: 'event', // custom-event trigger payload: { event: { name: 'widget_closed' } // name you defined in Event CMS } }); } }, false);