Custom Code
Learn how to write your own code to integrate with Nexus
This is an advanced feature intended for programmers who write their own code.
Nexus’s Custom Code functionality allows you to write your own code to create your own Nexus integrations. You can write code to create new actions in Nexus, complete with UI elements that can be used in Nexus.
Getting started
To get started with Custom Code, check out our GitHub repository.
The repo provides all of the information required to get started, including links to our first-party wrappers in different programming languages for you to interface directly with Nexus. If you’re only looking for simple integration with Nexus, without the need to create custom third-party actions, check out our Public API instead.