Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Send a mail whenever a scripted macro i.e., button on a confluence page is clicked.

Akshatha October 9, 2018

Hi Team,

We are having a button (scripted macro) on a confluence page. On click, it should send mail to a confluence group.

Kindly let me know if this is achievable or any other better alternative.

Thanks

Akshatha

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Tony Gough [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2018

Hi Akshatha,

For script macros, you have three sections of code for the macro - Groovy code, JavaScript code and CSS.

- The Groovy code should return a HTML string and is what renders onto the page.
- The JavaScript code contains any functionality required
- CSS is used to style the macro

The functionality of the macro comes from the front-end JavaScript code. It is possible however to send emails using only JavaScript, with a service like the following:

https://medium.com/@mariusc23/send-an-email-using-only-javascript-b53319616782

TAGS
AUG Leaders

Atlassian Community Events