Software Development

How to Send an Email With an Attachment from Workflows

Okta Workflows how-to guides are questions and answers from weekly community office hours, MacAdmins Workflows Slack channel, and other places. Read all previous how-to guides

On to the question. 

How to send an email with an attachment?

Workflows has three connectors to send emails:

  • Gmail
  • Office 365 Mail
  • SendGrid

Usually the quickest way to send an email with an attachment is to download a file with File – Download card and send it to Gmail – Send Email with Attachment card. The file you want to send needs to be publicly available on the internet.

Sending an email with an attachment

This is how the email looks when received:

Email with attachment

If you have a private file on a Google Drive or Box you can download it and also send it as an attachment.

In this example a file is downloaded from Google Drive using the Google Drive – Download File card. The card only returns the file Content so the File – Info card is used to read the file information such as its name and then passed to Send Email with Attachment card.

Attaching a file from Google Drive

File ID is the ID of the file to download. You can get this information from the URL when viewing the file. You can also get the file’s ID from its share link.

Email with attachment

Using Box to download a file:

Attaching a file from Box

Using the Office 365 Mail – Send Email card you can attach multiple files. In this flow three files are downloaded and attached to an email. The Office 365 Mail card expects a list of files so the List – Construct card is used to create a list of files.

Sending an email with multiple attachments using Office 365 Mail

Email received with three attachments:

Email with multiple attachments

SendGrid is another connector you can send emails with. SendGrid is not covered in this how-to guide. I will cover it in another post.

Published on Java Code Geeks with permission by Max Katz , partner at our JCG program. See the original article here: How to Send an Email With an Attachment from Workflows

Opinions expressed by Java Code Geeks contributors are their own.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button