Forum Discussion

micha80's avatar
micha80
Expert
7 years ago

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 wa...
  • VarunGrazitti's avatar
    7 years ago

    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.