Contains text: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
 
Line 3: Line 3:


== Examples ==
== Examples ==
Rule executes for emails containing the word "Order" in the subject:
*Rule executes for emails containing the word "Order" in the subject:
   
   


Line 9: Line 9:


   
   
Rule executes for emails coming from any third-level domain of *.site.com:
*Rule executes for emails coming from any third-level domain of *.site.com:


   
   

Latest revision as of 06:30, 19 April 2021

This condition checks for the presence of text that you specify in the given email object: sender email address, recipient email address, subject, or email subject. If the specified text is found, the actions listed in the rule will be executed.


Examples

  • Rule executes for emails containing the word "Order" in the subject:


bV5gy0.png


  • Rule executes for emails coming from any third-level domain of *.site.com:


2wupLd.png


Important

The texts processed by the rules are case-sensitive. This means that if the rule specifies the text "Order" but an email contains the text "order," the rule will be not be executed. In order for such an email to be processed, you must create a separate rule.


Go To