Skip to main content

installation


title: Installation

nexAction is a dependency for several Nexus packages. Install it directly only if you want to author custom triggers or use it in your own bundle.

Download

Install in Nexus

  1. Download nexaction.min.js.
  2. Create a new Script or Package in the Reflexes panel.
  3. Paste the contents of the file into the script and save.
  4. Ensure it loads before packages that call nexAction.
  5. Reload the client.

If you use prompt based triggers, install eventStream before nexAction.

Verify

  • In the developer console, run: typeof nexAction.
  • Confirm nexAction.triggers and nexAction.aliases are defined.