ryssbowh/craft-triggers

Run actions when events are triggered in Craft

Installs: 813

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 0

Type:craft-plugin

3.0.0 2024-04-05 04:43 UTC

README

This plugin defines the structure for trigger management in the control panel. A trigger is triggered by a Craft event under certain conditions and applies certain actions when those conditions are met. Conditions can be specific to each trigger or global.

This plugin defines triggers and conditions and a Log action for testing purposes, it does not come with "real" actions as this would be site specific to your needs, actions can be easily created and registered on this plugin.

To define new triggers, conditions or actions you'll need a custom module or plugin, find more documentation on the Craft docs on how to define a new plugin. Or see an example in the examples folder.

Please open an new issue to request a usefull trigger/condition that doesn't exist yet or a pull request if you have one to add.

Installation

composer require ryssbowh/craft-triggers:^3.0

Documentation