Plugins allow you to extend your Zengine experience by adding new screens (full screen plugins) or functionality to existing screens (inline plugins) within Zengine. Plugin services allow you to interact with other systems from the backend. Using our developer tool, you can write Javascript, HTML, and CSS to build out your own custom plugin. From the developer tool, you can also manage and upload any plugin services.
Please note that all development is subject to the API License Agreement.
Some examples of full screen plugins are:
Some examples of inline plugins are:
Some examples of plugin services are:
Using webhooks or scheduled webhooks, you can have these plugin services run on interval or when changes are saved.
For more questions about plugins in general, take a look here.