custom_action_id
parameter to retrieve the instance properties.SCENARIO_CUSTOM_ACTION
plugin type. Its group id should be {domain.organisation.scenario-custom-action}
(for example com.mediarithmics.scenario-custom-action
).example-custom-action
.Node.js
: the required routes are already defined and you only have to override specific functions.CustomActionBasePlugin
class and implement the onCustomActionCall
function from the plugin SDK.onCustomActionCall
function is called every time a user point runs through a custom action node in an automation. It is responsible for implementing the custom action.