Nov 14, 2023 03:34 AM
Hi there,
In the last few months we been happy with getting an email on each new lead being created in one of our tables. The email contains all the needed data relevant for our sales team. BUT i'd really want that email to contain an attachment which is a .eml file (email) which is populated specifically with the records data. How can i accomplish this?
Goal is to minimize errors when our sales rep copy/paste the data from the email.
Solved! Go to Solution.
Nov 17, 2023 02:59 AM
I found a solution, with the help of GPT-4.
After going back and forth with GPT we created this formula:
<a href="
">Tryk her for mailkladde link</a>
Nov 14, 2023 04:08 AM - edited Oct 16, 2024 05:04 AM
There are many different ways of doing this:
1. If you can find an app that can generate .eml files — and if that app has a REST API — then you could automate the process via JavaScript, DataFetcher, or Make’s HTTP module.
2. However, I think an easier solution would be to just create a fully-composed email draft in the salesperson’s Drafts folder, so they can open up the draft, modify it if necessary, and then send it. This method even supports attachments!
This would be very easy to setup with Make’s Gmail automations, Make’s Outlook automations, or Make’s generic email integrations.
The hardest part would be learning to use Make, because it comes with a learning curve. This is why I created this basic navigation video to help. In that thread, I also provide the links to a few other Make training resources there as well. For example, to instantly trigger your Make scenarios from Airtable, check out this thread. In that same thread, I also provide the link to Make’s free partner training program, which offers approximately 15 hours of free training videos.
3. For simple outgoing emails, you can always just create a "mailto:" link in a formula field in Airtable, and when you click on that link, it will open the outgoing message in your email program, with the subject and body already pre-populated. This method does not support attachments nor extra-long messages.
Hope this helps! If you have a budget for your project and you’d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consultant — ScottWorld
Nov 17, 2023 02:59 AM
I found a solution, with the help of GPT-4.
After going back and forth with GPT we created this formula:
<a href="
">Tryk her for mailkladde link</a>