0

In Drupal, how do you create more events in the events dropdown of the Triggered Rules? I'm not sure if I'm supposed to create a new trigger, a new action, or something else.

apaderno
  • 28,547
  • 16
  • 75
  • 90
Dylan West
  • 627
  • 10
  • 22

1 Answers1

1

You can create a custom module that implements hook_rules_event_info(). There's more detail in the documentation on Adding new events.

Matt V.
  • 9,703
  • 10
  • 35
  • 56