Possible to send myself an email once a workflow i...
# suiteflow
e
Possible to send myself an email once a workflow is complete? I have a saved search of customers and the WF sends an email to all the customers in that Saved Search… but it’d like to know when the last email is sent. I tried adding a second step that sent an email to myself… but i got an email for every email that was sent instead of just once at the end
A hacky workaround — I added myself as a customer with an email of my email. Then added a criteria to my customer saved search of “OR email = [my_email_address]. Then added a formula (numeric) in the results of “CASE WHEN {email} = [my_email_address] THEN 1 ELSE 0 END” then sorted results by Formula (numeric) making my customer account the last on the Saved Search.