Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Required

Default

Notes

macro body

The body of the email:

When using the send-email macro in a trigger initiated by an expiration event, page or space reference links (when the page title is set between [ ] to generate a link from it) are not supported. However regular links wiki markup, for example, [google|https://google.com] do work.

Info

Complex wiki markup (eg. macros) may not degrade nicely to text/plain MIME type.

address

(info) See below.

A list of one or more email addresses to send the email to:

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-send-email" and label = "parameter-address" and label = "example" and space = currentSpace ( )

mimetype

text/html

Or, if set, users' preferred format.

Which email format to send?

  • text/html – force HTML format

  • text/plain – force plain text format

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-send-email" and label = "parameter-mimetype" and label = "example" and space = currentSpace ( )

subject

Email subject:

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-send-email" and label = "parameter-subject" and label = "example" and space = currentSpace ( )

user

(info) See below.

A list of one or more users to send the email to:

  • Comma-separated list which can contain:

    • Usernames

    • User groups

  • Supports Value References

Alternatively, set to watchers to email everyone watching the page or blog post associated with the workflow.

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-send-email" and label = "parameter-user" and label = "example" and space = currentSpace ( )
Info

Either a user or an address parameter must be specified for the macro.

...