added
Added Flow events
23 days ago by Gusto Developer Relations
Gusto Embedded now supports Flow events for pre-built UI components. Previously, you could integrate flows using an iFrame wrapper in your application, but it was unclear when an end-user completed a workflow to trigger navigation or close a containing modal in your application.
You can now listen for a flow event signaling that the user is done with the workflow and your application can react accordingly. Flow events leverage the browser API postMessage to inform the parent application of an event in the frame.
Review our Flow events guide to learn more or check out our Flow types guide to see which Flows have events.