cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2786
Views
0
Helpful
2
Replies

Looking to add a notification template to sender on a message filter

ddoxtater
Level 1
Level 1

We have a message filter in place that's automatically encrypting the newer office files if they're over 7Mb.  It works well, but I would like to know if it's possible to add a notification to the sender to let them know the message was automatically encrypted.  

Long story short, it's a work around for CSCus61684.  Would anyone know the correct syntax to notify sender and include a notification template in text resources?

Thanks in advance. 

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

Hi

Notify action would have the below syntax

notify ("$EnvelopeSender", "", "", "notification template name");

Templates can be added from Mail Policies -> Text Resources

This action can be added to the existing message filter, as message filters cannot be edited we would need to remove and re-add the filter to include the new action.

Also for future reference you can create a filter action using content filters to confirm if you have the correct syntax.

Regards

Libin

View solution in original post

2 Replies 2

Libin Varghese
Cisco Employee
Cisco Employee

Hi

Notify action would have the below syntax

notify ("$EnvelopeSender", "", "", "notification template name");

Templates can be added from Mail Policies -> Text Resources

This action can be added to the existing message filter, as message filters cannot be edited we would need to remove and re-add the filter to include the new action.

Also for future reference you can create a filter action using content filters to confirm if you have the correct syntax.

Regards

Libin

Thank you very much. The tid about using the content filter is really useful for getting the correct syntax.