The CreatorCon Call for Content is officially open! Get started here.

Set Importance Flag - Email Notification

Not applicable

Is it possible to set up an email notification to set the importance flag?

5 REPLIES 5

Bill_Collins
Mega Guru

gheckl, Did you get an answer to this question? Did you figure it out? Bill Collins


Hi Bill,

No I have not figured this out yet.


I'm interested in this also. Certainly the system has the capability. The inbound email log notes it and it can be utilized on inbound email actions. If I find anything with respect to outbound emails, I will post here. Bill


Valor1
Giga Guru

Try this in your notification definition body:



<mail_script>
email.setHeader("Priority", "High");
email.setHeader("Importance", "high");
</mail_script>