Send email by means of Confluence Rest API

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!

Dear @SergioA

I’m not aware of any endpoint in Confluence. Our apps must send notifications on their own.

If you find a possibility please let me know.

Best regards Andreas

1 Like

Thanks, Andreas

If I find something I will let you know.

If you want something simple and “native” you could just add a comment to the page and mention the desired users. Might not be the best solution but it works :grinning:

1 Like