micha80
7 years agoExpert
Is it possible to create a notification via REST API?
Hi,
we created a cronjob which moves older posts to another board. Is it possible to send a notification to all users with the moderator role when a post has been moved?
If not, is there another way to inform the moderators which posts has been moved?
Thanks in advance
micha80 - There is no way to create a custom notification when you trigger the CronJob, however, as a workaround, you could actually send a private message using this API to the moderators. Since you send this, you could control the subject, body and the recipients and it should solve the purpose.
I hope this helps.