Trigger email based on subject line

How to trigger the email based on subject line.

Are you saying you want to do something specific if an incoming email has a specific phrase in the Subject ?

Craig

yes craigcurtin, It should be triggered only when the subject is "Demo" is received.

Use a switch node set to look at the subject (probably in msg.topic - I dont know, you will need to read the email-in nodes built in help).

So it would be like:   Email-in :point_right: switch (test msg.topic contains demo) :point_right: do something

Thanks Steve. it's working.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.