DEV Community

Max Katz for Okta Workflows

Posted on • Originally published at maxkatz.net on

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.

Read all the other 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

Sending an email with an attachment

This is how the email looks when received:

Email with attachment

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

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

Email with attachment

Using Box to download a file:

Attaching a file from Box

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

Sending an email with multiple attachments using Office 365 Mail

Email received with three attachments:

Email with multiple 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.


Two resources to help you learn more:

📘 Try this step-by-step getting started tutorial: Build Your First Automation With Okta Workflows: Notify When User Is Suspended.

📺 Short how-to Workflows videos to help you become a better automation builder.

Top comments (0)