[#384] Callback not triggering upon reminders

Migrated from Redmine #384 | Author: Henry Neilson
Status: New | Priority: Immediate, there is BUG! | Created: 2019-05-16


Out of the four notification types:
*‘create’
‘cancel’
‘notify’
‘change’
*

create* and cancel work fine :slight_smile:

change is actually called edit but works fine :slight_smile:

notify never triggers. I assume ‘notify’ should trigger if a reminder message is sent?

We urgently need notify to trigger as it is a core part of our system.

Redmine Admin wrote:

Hi, unfortunately ‘notify’ trigger is not ready yet and we do not have plans to add it near future.

Henry Neilson wrote:

Okay so callbacks are only triggered when

an event is made

an event is cancelled

an event is edited

?

Perhaps the website “docs” pertaining to the callback could be amended as this majorly changes our system

H

Redmine Admin wrote:

Yes, correct, callbacks are only triggered when booking is made, changed or canceled.