We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Email Failure Message

Nandakishore
8 - Asteroid

Hello,

 

Is there anyway to get email delivery message when the email id is not valid of the email triggered by Alteryx .

 

Thanks

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

You could add in a check to your workflow where it checks to make sure your email values follow a certain structure - this would typically be a RegEx Match to check for the pattern XYZ@XYZ.ZYZ or whatever pattern you need. If you are talking about checking if the email itself is valid (i.e. if it would bounce back), I am not sure if this is possible because the email has to try to be sent before getting that response back.

Labels
Top Solution Authors