My team publishes blog posts and sends the page contents to the interested group to notify them of our activity. We want to make a button that will populate the recipients of the email and insert the content of the page.
I tried using the Forms macro to email the content, because I can define recipients in the Forms macro, but can't figure out if there is a way to include the contents of the blog post in the mail body.
Example:
Is there a way to send the contents of a page beyond using the Send Page feature?
This is a fairly custom use case that you can't solve with the built-in features, unfortunately.
On Cloud, there would be simpler automation options, but on Server the best you could try is developing this with the ScriptRunner app.
As far as I know it allows decorating your screens with a custom button. Clicking that you could execute a piece of logic that collects the blog posts with the corresponding labels and send emails to the recipients.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.