The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Send in App Notifications in Confluence via ScriptRunner Rest EndPoints or Script

Rauzan Fikri
July 23, 2024

Hi All,

Any suggestion about how to send in app notification of Confluence via ScriptRunner Rest EndPoints or Script.

 

I had reading the ScriptRunner documentation seems no information or example about how to implement this function via ScriptRunner.

 

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Martin Runge
Community Champion
July 8, 2026

Hi @Rauzan Fikri

Short answer: ScriptRunner doesn't expose a direct "send notification" API for Confluence, unlike Jira's /issue/{key}/notifyendpoint. Confluence's in-app notifications are event-driven, not push-based.

You could consider a reliable workaround: have the script create or edit a comment (or page) that includes a user-mention macro for the target user. Confluence's built-in mention pipeline then fires the in-app bell notification and email automatically, no direct notification API call needed.

Cheers, Martin

TAGS
AUG Leaders

Atlassian Community Events