Field Type Required Description
params.script string Plugin script id (same format as used inside plugin .lua scripts)
params.code string Base64 encoded Lua script to execute either in text or binary format
params.scriptParams object Parameters to be passed to the script

  • Only one field params.script or params.code MUST be used. If both fields are specified ONLY params.code will be executed