Versions Compared

Key

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

...

Here are the steps to use custom email headers in a Process Flow.

  1. Define a /wiki/spaces/AC2/pages/656452Context Variable.

    The value for this variable will be the custom email header in JSON format, for example, {“Priority”:”1”, “Importance”:”High”}.
  2. Enter $$contextVarName$$ as the Header Value of an activity (Mail Notification, and Mail Target). Here, contextVarName is the name of the context variable. Ensure that you put the correct name of the context variable in the Header Value field.

...