Hi,
I’m currently developing a Forge module which uses the Jira Rest API to send notifications related to an issue (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-notify-post).
Now I need to notify some users when the content of a page in Confluence matches some rules.
I have already implemented the code that checks the content and decides whether a notification should be sent or not, an to who, the only requirement left to be implemented is to send the notification itself, but I can’t find an endpoint which allows me to do that in Confluence Rest API.
Is there a similar endpoint in Confluence’s Rest API? Is there another way to send a notifiation related to a Confluence’s page?
Many thanks!