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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.