Action: Email add Attachments

Happy Valentine’s Day AppSheet World,

I have a request. Would it be possible for the developers to create a feature in which we can add attachments to the “Start an Email” Action?

I know that it is possible to create attachments via the “email” workflow, I just think it would be helpful to be able to create the action I mentioned above:

…and then create a workflow to make it fire.

Sincerely,

Wesley Whitaker
Nimble Transport

Status Open
11 9 1,215
9 Comments
Koichi_Tsuji
Gold 4
Gold 4

I know what you mean and what you wish to have on this Valentine’s day!

If you wish to kinds of “attach” file to email which is generated by the action, probably you can do this sort of workaround.

Before you start to send the email by action, you need to store the “file” you want to attach to that email action. What is the attachment file you want to send along with email? Is it file you save on that table? or any file like PDF you only can get and being generated through Appsheet workflow? If it is file you save on the app, it means you do have files saved in your cloud service when you run the action. Meaning you can generate the access URL upon saving those files to your cloud. Then when you generate the action, you place the column in the email body. When your email receiver get email by action, they can find the url link in the email body. This is not physically attaching file to the email, but the email receiver will have access to the file through the URL.

In case the file are only generated by workflow, then you make action which does sequence of action. First action will fire the workflow to generate the PDF (or any other file type) and save file in your cloud. The second action will send email with email body which include the URL to the file you generated through the first action which fire workflow on the backend.

At the time your user receive or view your email, the appsheet is probably finishing the task at the backend to generate and save the file through the workflow, meaning ,the URL is not dead but live at the time they click the link (URL) on the email body.

Hope make sense.

MultiTech
Gold 4
Gold 4

I can see the benefit of having this functionality:

  • I press a button to launch an email, but I want to pass along some images or files directly into that email as attachments.

Kyle_Grieb
New Member

Not only to attach files that are uploaded on the app (no urls) but also more fields, bcc/cc.
I would like to see emails through Actions have most of the features that email through a Workflow does.

Why is the “To” field required?

Koichi_Tsuji
Gold 4
Gold 4

Having cc/bcc filed for email action is actually making sense. Could you please post a feature request?

Scott_Keating
New Member

Wondering if anything ever happened with this request? Was hoping that eventually it would be possible to have a send file function that (like with a smartphone function) would allow options e.g. email, sms, post to other apps from the appsheet app…?

Steve
Platinum 4
Platinum 4

I am unaware of any work toward this feature.

Status changed to: Open
Pratyusha
Community Manager
Community Manager
 
Trev
Bronze 1
Bronze 1

Hi,

I hope you are all well.

I know this is an old thread but I ran into this too.

I managed to get round this in a bit of a convoluted way, but it works. I wanted to send a pdf attached to an email to one of our stores. We have multiple stores and each pdf is different for each store, the pdf had already been created and had been uploaded to the app using a column using the file attribute.

I created a column called Email PDF and gave it an initial value of 0.

I created an Action called Email PDF and made it change the Email PDF value for that row to 1.

In the automations I created a Bot that checked the Email PDF column when an update is made and if it found a 1, it would create an email, attach the relevant PDF for that store and send it, it would then change the Value of the Email PDF column back to 0.

Again, a bit convoluted but works pretty well.

Ryan_Hagler
Bronze 3
Bronze 3

This feature would be very helpful to me as well.