Skip to main content

Handling Events (PostMessages)

When integrating the Connect Widget, you'll need to handle a variety of events within the widget.

Some examples of events are:

  • Institution Search. Triggered when the end user searches for an institution. Useful for determining what your users are searching for.
  • Member Connected. Triggered when a member has successfully connected and their data has finished aggregating.
  • Member Connected, Primary Action Selected. Triggered when the user selects the primary button on the connected step. When you capture this event, you should close the widget.

There are many other events within the Connect Widget.

For a list of all events, see Events Reference.

For more help, see How to Handle Events.