Skip to main content

Github

npm

Installation

You can install the Unify Intent JS Client with your preferred package manager:

Usage

After installing the client, you must initialize it in your application code:
index.ts
Be sure to only initialize the client one time in your application.
For details on how to use the client to send events, see the full Usage guide.

Cleanup

When you are done using the client, if you wish to clean up the side effects generated by it, you can do so with the unmount method:
cleanup.ts