I’m trying to implement notification app of Notes and Replies changes by sending notifications to Slack.
I could found there’re webhook triggers for Note entity and Reply entity. But I also found some problems exist.
- Reply entity event doesn’t work at all by any field change triggers.
- Note entitiy event doesn’t have replis trigger.
The first one I don’t know how could I trigger this event…
Ideally I hope webhook triggers by just sending reply event trigger when users send replies at the reply web UI.
The second one is a option for our choice but it’s reasonable to get changes by Note notifier application that works by note’s event triggers.