executePlugin()
Last updated 13/07/2021
The executePlugin()
is a function that executes a plugin by its Plugin ID on the Five Server. Plugins allow you to extend Five's functionality and can be written in any coding
language.
Available
Server
Function Signature
executePlugin(PluginID, Context) : PluginResult;
Parameter | Type | Default | Description |
---|---|---|---|
pluginID | string | Plugin ID for the plugin you wish to execute | |
context | string | null | Optional string containing data the plugin can understand. Common formats are JSON, YAML, etc |