Jun 17, 2024 08:17 PM
Hello....
I need to automate a record when its status changes and reply to the original email (attached msg format into each record) to the sender with some editions.
Has anyone tried this?
Jun 17, 2024 10:16 PM
Are you creating a record in Airtable for every email you receive or something? Could you provide some screenshots of your tables and some example data?
Jun 17, 2024 11:55 PM
Yes, I saved every price request email in *.msg format and uploaded it to record. After the estimate upload the offer letter to the same record. Then I changed the record status to submitted. When I change the status to submitted I need to reply to that original email with thanking for the request, and also attach the offer letter.
Jun 18, 2024 02:16 AM
Hmm, does the record contain the person's email address? If so, you could trigger an automation when the record status changes to "Submitted" and send out an email using the Send Email action: https://support.airtable.com/docs/send-an-email-action
If the person's email address only exists within the .msg file then I think you'll need to use scripting or some third party tool to help you extract the email address from the file and update the record with it
Jun 18, 2024 02:53 AM
I'm using that same method and there is a manually entered column for clients email. Now, when I change the status to "Submitted" automated email is sent to the clients. That is a fresh email and not a reply email for the client's email. That's what I need to avoid.
Jun 18, 2024 07:41 AM
Ah I see! To do that I think you're going to need to have the email's ID stored with the record, and then your automation would need to hit an external service like Zapier or Make. That external service would then use the email ID to find the appropriate email in your email provider, and then reply to it from there. Should work!