magespecialist/notifier-template

Could not send message on channel admin: Template with id event:default does not exist

brian-labelle opened this issue · 2 comments

  • I have a channel called 'admin'

  • I have a rule firing on event sales_order_place_after

  • The Rule is set to Automatically select best template (if available)
    image

  • I also have a template for Order placement, with identifier event:sales_order_place_after
    image

  • When the event fires, I get the following message in the system log, and no notification is displayed
    Could not send message on channel ADMIN: Template with id event:default does not exist

  • This seems like two issues

  1. It cannot find my template automatically
  2. It cannot find the default template event:default

They seem to be 2 issues, you are right.

The default issue is because I mistyped the event name. Should be event:_default with the underscore.
Fixing it.

Should be fixed in 0.1.2, can you please confirm it?