Skip to main content
John Sadler 提问于 #Flow

 Hi folks,

I have a Flow to send an email to either an Active Contact Owner or shared email address if Inactive Contact Owner when an email bounces.

 

I am using the EmailBouncedReason field to trigger the Flow

EmailBouncedReason IsNull = False

 

As best as I can test this using debug, it seems to work but it's not working in real life, no errors but no email bounced alerts

Any thoughts?

I'm sure I'm missing something obvious :-( 

Anyone created a Flow to do this?

7 个回答
  1. 9月3日 13:29

    @John Sadler @Dominik Tautz Found a solution -  use the IsBounced field on EmailMessage to trigger the flow! it worked for me. 

0/9000