Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →

Utils Service

The Utils Service provides utility methods for retrieving available trigger plugins and actions that can be used when configuring triggers.

Methods

triggerPlugins

Retrieves a list of available trigger plugins that can be used when configuring triggers.

await bshEngine.utils.triggerPlugins();

triggerActions

Retrieves a list of available trigger actions that can be executed when triggers fire.

await bshEngine.utils.triggerActions();