Question
For workflows that use the email trigger, how do I include the email subject in the message body of my xMatters notification?
Environment
All versions of xMatters
Answer
To add the triggering email subject to an xMatters notification, you need to:
Expose the email subject as a property on your workflow/form, and
Map that property in the flow so it is used when the alert is created.
In the Workflows menu, click Workflows and open the workflow that you initiate by email.
On the canvas, make sure your flow uses an Email Initiation (email) trigger.
From the Tools menu, add a Create Alert step and connect it to the Email Initiation trigger if it is not already in place.
Double-click the Create Alert step to configure it.
Click Email / App to open the message editor.
-
Expand the Email Initiation menu from the Flow Variables section, then drag and drop the
email.subjectonto the message it where you want it to appear.Optionally, drag in the
email.plaintextBody(or other trigger properties) if you also want the email body included in the notification.
Save your changes.
For a more detailed guide on flow triggers and how to configure them, see our online help.
Comments
0 commentsArticle is closed for comments.