Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:3400_how_to:0700_emails:0970_process_emails [2022/09/13 18:15] – external edit 127.0.0.1docs:3400_how_to:0700_emails:0970_process_emails [2025/06/11 08:34] (current) – ↷ Links adapted because of a move operation aware_support3
Line 3: Line 3:
 ====== How to process e-mail based on its contents ====== ====== How to process e-mail based on its contents ======
  
-In order to process the received e-mails you need to define business rules attached to the event of receiving an e-mail notification – see the “[[docs:2500_config_apps:2300_emails:0100_incoming_emails|Incoming E-mail]]” section. The rules may check the subject and/or body of the e-mail (or maybe who it is from and when it was sent) and perform the appropriate actions. For example,+In order to process the received e-mails you need to define business rules attached to the event of receiving an e-mail notification – see the “[[docs:2500_config_apps:2600_emails:0100_incoming_emails|Incoming E-mail]]” section. The rules may check the subject and/or body of the e-mail (or maybe who it is from and when it was sent) and perform the appropriate actions. For example,
  
 <code aim>IF IncomingEmail.Subject = 'Registration' AND IncomingEmail.From = 'John Smith' THEN ... </code> <code aim>IF IncomingEmail.Subject = 'Registration' AND IncomingEmail.From = 'John Smith' THEN ... </code>
  • Last modified: 2022/09/13 18:15