Hello,
I would like to create an in-app notification for an Confluence add-on I'm building, to render exactly almost like when someone comment/like a page I created.
I found a tutorial working for Confluence Server version, that rely on a mywork jar package.
I found the corresponding REST API : https://docs.atlassian.com/mywork-confluence-host-plugin/REST/1.1-build22/#id308078 (endpoint : https://mysite.atlassian.net/wiki/rest/mywork/latest/notification)
However, when I'm creating a notification via POST (successfully, code 200, with new notification id), nothing appears in the confluence interface.
I'm sure the notification has been recorded because I can retrieve it via calling the GET method.
Do you know if something must be enabled in on the admin site?
Additional question : How to use this API to target a specific user and not every user? (the original jar package offers this feature : https://developer.atlassian.com/server/confluence/posting-notifications-in-confluence/)
Thanks,
Hi @Rapha
I am not sure if Confluence Cloud supports custom notifications. The list of notifications available is documented here -https://support.atlassian.com/confluence-cloud/docs/view-your-notifications/
Cheers
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.