Hi,
Many customers enters wrong email at checkout. It would be nice to catch these.
The order timeline shows if an email bounced. But no one looks… can we solve this with a flow?
ORDER PLACED > WAIT 2 MINUTES > IF EMAIL BOUNCED > SEND EMAIL TO TEAM
I have looked and tested what is within my scope… with no luck
/Kim
paul_n
December 9, 2024, 9:31pm
2
I don’t think email delivery information is available in the API. The only field I see that is somewhat close is customer.verifiedEmail
In the future, this might be something you could use segmentation for (customer that has a purchased but where email is bouncing)
Hi Paul, thanks - I will keep an open eye for any updates.
No way to read the timeline on an order?
paul_n
December 10, 2024, 4:04pm
4
The timeline messages are available on order.events
Thanks Paul,
I hoped I could see the (!) in order.events - but it is not there
Would have been a nice workaround.
@santa , this is what I wish for christmas
{{order.customer.validEmailAddress}}
Returns true
when the email is formatted correctly and belongs to an existing domain and order confirmation email did not bounce .