Is there any integration that can help us to send an automatic email (gmail) if the receiver doesnt reply in a week to our previous email?
The reason is that, sometimes, our customers that asked for an estimate, after receivng it, don’t even reply. So we are wondering if there is any way to remind them that we are still here. Sent invoices are automatically tagged as “sent estimates”.
Thanks
Page 1 / 1
It might be possible with multiple zaps, if you kept a catalog of the emails you were sending on a Google Sheet or some external Database. Otherwise, I would think you need a CRM like ActiveCampaign or Infusionsoft.
What system are you sending invoices from?
And are they replying back to the Gmail Address that sent them?
Assuming you are sending the first email through automation and everything will be through Gmail. Something like this might work.
You could try modifying so that you have 3 zaps.
First Zap:
Some Trigger Step
Send Gmail Email containing Invoice.
Create Row on GSheet with the email of who was sent the invoice, the date the invoice was sent, a third column with a formula (=today(), to track what day of the week it is), a fourth column “Replied” that just marks whether the reply has been received or not, a fifth column that subtracts the date difference between the date you sent the invoice and the today’s date, and finally a “Trigger” Column with a formula that watches the to see if the date difference reaches 7 & Replied is not Yes.
An update Row action to update the new row with the formulas. I’ve written about how to do this here
Second Zap:
Gmail Trigger (email received, set to only trigger on emails matching a search if you want complete automation). You could also set it up to only trigger on starred or labeled emails if you want more control. You are watching for someone to reply to the invoice sent emails.
Find GSheet Row for email address of the person who replied
Update “replied” cell for found row to Yes”
Third Zap:
Google Sheet to trigger on updates to the trigger column (triggers when the value changes to Send Email