Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Tool Mastery

Explore a diverse compilation of articles that take an in-depth look at Designer tools.
Become a Tool Master

Learn how you can share your expertise with the Community

LEARN MORE

Tool Mastery | Email

MattD
Alteryx Alumni (Retired)
Created

Email.pngThis article is part of the Tool Mastery Series, a compilation of Knowledge Base contributions to introduce diverse working examples for Designer Tools. Here we’ll delve into uses of the Email Tool on our way to mastering the Alteryx Designer:

Here at Alteryx we believe in working smart, not hard. Building out reports to highlight business-critical metrics is a pretty smart way to track goals. Customizing those reports to everyone in the department, then distributing them as attachments to individual emails? That sounds like a lot of hard work. Scheduling those reports from a refreshing data source each month so you don’t have to remake or rerun the reports yourself - that’s genius. Logging into your work computer to open up Alteryx, then having to check the scheduled results before having any peace of mind those reports were delivered without a hitch? Hard.


The good news is that, thanks to the Email Tool, we can do the hard parts of our process above in the smartest possible way: email automation. Which, as long as you subscribe to the litmus test of automated email, can dramatically decrease the amount of work it requires to distribute your emails in the use cases below.

1.png

The automated email litmus test: upon receipt, will my audience be Ron Burgundy?

  • Sending emails after workflow completion/notifying workflow owners when a scheduled run completes (bonus: notification for errors on run)

To send an email when a workflow completes, simply incorporate an Email Tool somewhere in your workflow:

01.png;

In the attached v10.6 workflow, Email Tool.yxmd, you can see this being done in the “Notification email to reporting process owner” Tool Container. Each time this workflow runs (including when scheduled), a static email notification will be sent to the workflow owner.

If you’d like to know the status of the workflow and if there were any errors/warnings, try configuring a workflow eventthe same way you would the Email Tool:

03.png 02.png

  • Automatically distributing customized reports to their individual audiences (see attached Email Tool.yxmd)

6.png

  • Emailing customers or members of a distribution list (see attached Email Tool.yxmd)

7.png

Please note that any usableemail addresses have been redacted from the attached, causing errors upon run.


If you’re having trouble with the Email Tool or receiving obvious SMTP related errors, check out our article on how to troubleshoot the Email Tool and SMTP! If your attachments generated in the same workflow are giving you difficulty, try using the Prepare Attachment Macro to write them to temp space first. Using web-based email providers like Gmail or Hotmail to send an email in Alteryx is also possible, but with another approach detailed here.

Additionally, as of v2019.3, the Email Tool configuration will now allow users to specify:
- Credentials (username/password)
- Port Number
- Encryption Method


Where the following default settings will be provided, depending on the encryption setting:
Port 25, when the Encryption drop-down list has None selected.
Port 465, when the Encryption drop-down list has SSL/TLS selected.
Port 587, when the Encryption drop-down list has STARTTLS selected


By now, you should have expert-level proficiency with the Email Tool! If you can think of a use case we left out, feel free to use the comments section below! Consider yourself a Tool Master already? Let us know at community@alteryx.com if you’d like your creative tool uses to be featured in the Tool Mastery Series.

Stay tuned with our latest posts every Tool Tuesday by following @alteryx on Twitter! If you want to master all the Designer tools, consider subscribing for email notifications.




Additional Resources

Attachments
Comments
mattamidus
7 - Meteor

Whats the best way to get around not showing up in a spam folder and limiting how many emails you can send every minute?

MattD
Alteryx Alumni (Retired)

Hey @mattamidus!

 

The spam folder settings are likely custom to your inbox, I would ask your IT department... It also will have to do with the "from" address you use in the Email Tool. To limit the emails, try the Throttle Tool!

 

Best of luck!

MattD

mattamidus
7 - Meteor

I'm not sure that will work with the email tool.  In the email tool's description it say it has to be the last tool to execute in a work flow.  I had a similar work flow created  using the wait a second tool and splitting the emails into groups with different time periods to wait.  At the the end of the work flow they all executed at the same time.  It seems as though the throttle tool is doing the same thing.  Any other ideas?

MattD
Alteryx Alumni (Retired)

@mattamidus Shoot... You may have to try embedding the email tool in a batch macro that has its input throttled. If that doesn't work, you can also try sending the emails via the command line and using statements to pause between messages

mattamidus
7 - Meteor

Oh wow, are there tutorials anywhere to go about doing that?

FFFool
9 - Comet

@MattD,

 

Thanks for the write-up as always. We have a process we are working on that will send emails that may have 0 attachments and may have 5 attachments. Our issue is, if we add 5 attachments based on the fields and one is blank, then it errors out the email tool. Only thing I can think is to count the number of Attachments and have separate branches based on the number of them or attaching extra blank attachments. Neither is terribly elegant. Any thoughts or hidden functionality I missed with this? 

 

Thanks,

mattamidus
7 - Meteor

@MattD  I found a "solution"  So what I did was make a work flow that counts all the emails and then splits them up into groups that are the maximum allowed to be sent at once for my server.  Which in this case is 30 every minute.  Each groups name is labeled based on the time of the day down to the minute.  Depending on the time of of day it only lets the work flow run with the corresponding name related to that time.  I then have the work flow set to run every minute.  Maybe not the best solution but it works.  If anyone has a better solution let me know. :)

njn
5 - Atom

Hi @MattD,

Like FFFool, I have a dynamic list of reports to attach to an email.  A recipient may have one or several reports. At this point I know the maximum is 5 but I don't know that this will always be the case. I don't want to send the recipient 5 different emails. Is there any way to create a list of files to attach and use that? I've tried separating with comma and with semicolon to no avail. 

 

Alternatively, how can I embed a page break between reports?  If Sales Rep Susie gets a report for widgets and one for gizmos and I'm exporting to a PDF, can a force a page break between the widgets and the gizmos?

 

Thanks!

FFFool
9 - Comet

Hey @njn

 

You should be able to achieve this by creating separate tables in separate streams, then joining the two streams together on Sales Rep's ID. Then use the Layout tool to create your report that contains both gizmos and widgets, and in the Orientation Drop-down select "Vertical with Section breaks'. I was going to attach a workflow that used sample data, but I can't seem to find how to do it in the comments section. Instead see the Orientation section of this LINK.

 

Hope that helps.

mtakka1
7 - Meteor

 Hey @MattD,

 

I am using email tool to distribute emails to external recipients and not always the emails are correct and I am wondering if there is a way to get the list of bounced emails for a specific workflow. The email tool says message sent for any (correct or incorrect) given email and I would like to know if Alteryx captures those errors/email bounces or should I trace it with SMTP?

 

Thank you!!

mc_wallendjack
8 - Asteroid

Hey there @MattD !

 

When an email is sent using this tool, is there a way to have it reflected in the Sent Folder of Outlook?

 

Meaning I can check into the Sent Folder of Outlook to see that the email was sent.

 

Thank you for your help!

nimeshkhatri
7 - Meteor

Great way to understand the email tool. I am able to create a workflow that is generating CSV and then emailing it to users while executing on my local machine. I don't understand how to 'save the CSV to a location on Alteryx gallery' and then 'attach it to the email as an attachment'. Can you shed some light on that? The idea is to then schedule the workflow in Alteryx so it can run and send files to users.

ThankUntitled.png

michael_heitz
8 - Asteroid

@mc_wallendjack - I don't think you will be able to get it to show in the Outlook outbox since the message is not going out through outlook. It's generated and sent directly through Alteryx - not Outlook.

 

I could be wrong on that though - any other input on this?

darryl5280
10 - Fireball

For nimeshkhatri workflow with the "Block until Done" tool, the "Render" and "Email" tools should be connected to "1" and not on separate outputs, use outputs 2 and 3 for group the tools you want to run in group and the order you connect to "1" to dictates the finishing order.

mompermj
7 - Meteor

Trying to do something similar with email tool and my workflow will always have errors after the first run because it includes code to dynamically create folder names based on the current date. If you ever need to run a script multiple times in a month that folder create script will always error out. Is there a way to tell the email tool that these errors can be ignored or do i need to move these parts of the workflow off into another script that i only run once?

 

i guess i can put it in a container and disable that container when not using.

mtakka1
7 - Meteor

Hey @mompermj - I believe that the "folder create" script is generating error if there exists a folder already. The Run Command tool will execute for each row and if there are multiple rows for same date, it tries to create the same folder and generates error, to avoid this you can use the summarize tool to group by date, so that only one row exists for each date and then supply it to the Run Command tool. Additionally, you can use the Directory tool to get the existing folder information and join with the incoming data to filter out existing folders

 

Hope this helps!

MeanLeanDean
8 - Asteroid

Can multiple email addresses be sent in a single email so others can see and respond to all other recipients?  If so, I haven't been able to get it to work. What's the syntax?

njn
5 - Atom

Hi@MeanLeanDean , I create my list of users in a field with the syntax needed - for me, it's a semi-colon between names - then I use that field name for the "To" (check the box for the pull down of your field names).  It works well for me.

I hope that helps.

jnans
8 - Asteroid

Is there such a thing as an email tool log? Is there a way to see which emails are bouncing, which ones were rejected, etc? Where can I find this and how can I best go about emailing it to myself?

robs1602
5 - Atom

Does Alteryx provides read/receipt of email functionality ? Meaning once email is sent, can we see how many has read an email or hasn't.

mtakka1
7 - Meteor

Hi @robs1602 

The email tool doesn't have that functionality. It was kind of important for a task that I have worked on and ended up creating a powershell script to send emails and receive failure notifications. You can try with powershell script

Thank you!

robs1602
5 - Atom

Thank you will take a look into that solution.

EC3
5 - Atom

Is there a way to format the text in the body of the email? I understand many components of formatting the reporting tools that might ultimately get sent out through the email tool, but it seems the email tool itself does not allow for formatting, is that correct?

 

Thank you

Dr_B
7 - Meteor

I am having trouble passing hyphenated e-mail addresses through the tool. For example, if the message is supposed to go to sample-address@blank.email I get an error that says:

 

Record# 1: Unable to send email: "Error with Recipients: sample-address@blank.email.

 

Am I missing an important step to validate this address in the tool?

JFRY
5 - Atom

Apologies if missed the answer to this question elsewhere, but I have an input excel file that contains action item data, which I process into a statistics table, and a couple of charts. The file also contains the email addresses of the actionees and their supervisors. I have one path that makes a table of TO addresses of the actionees, another that makes a table of CC addresses of the supervisors, and a path that combines the table and charts in the visual layout tool. It seems like I should be able to feed those three paths into the email tool to send the same email (body layout) to the TO and CC recipients, but the email tool only accepts one input. How should I combine these elements to accomplish this?

darryl5280
10 - Fireball

Use the "Append" tool to add the fields that hold the TO and CC, onto the the output of the Layout tool and feed that into the "Email" tool, that will produce a email for every row passed into the "Email" too.  Better to test with the "Browse" tool instead of the "Email" tool.

hardikkanabar
6 - Meteoroid

Hi I want to use this tool with my office outlook. How do use the authenticate feature against my outlook when I run this on the server. I don’t want to save the credentials on my canvas. I would also want to use the encryption method with our office outlook settings. Outlook has the feature of using voltage services for encryption and send secure emails.is this the rite tool?

Peggy
7 - Meteor

I have a scenario very much like the example.  A list of records that are missing data, including the email address of the responsible owner.  I have created a table grouped by responsible, and am wanting to send an email to each responsible, with the table of the records they need to address.  I am using the email tool in other scenarios that are working & have the same SMTP configuration, but in this case, no matter what I do, I get no output, but I have this warning " record#1: URL using bad/illegal format or missing URL". The table has 2 columns, email & data desc. I get this error even if I don't use the table for any email config (from, to, subject, data, or attachment).   How can I troubleshoot?  Is this an error in the table or the email tool?

 

NOTE: I put in a filter for just one name while I've been testing.

 

Peggy_0-1588093388417.png

 

Peggy_1-1588093488919.png

 

 

ajakshayjha
5 - Atom

Using the email tool, I am getting exclamation marks (!) in paragraphs with more characters.I saw that there is a limit of 998 characters in email tool & i have text more than that.What can be the fix for this.

owenkosnen
8 - Asteroid

Hello, I have a set of parameters chosen by user from an interface and I'd like to show these in the Body of an email.

These parameters will be stored in a Table.

 

As explained in the article, I understand that we are able to configure the workflow event and show metadata information such as User: %User%, etc..

but does it work on a value in a Table as well? If yes, how? Thanks for any advice in advance!

Danny-Farrar
8 - Asteroid

Does anyone know if you can use a 'From' address different to your own? Eg. if you wanted the email to show up in the recipients folder from a different department?

lepome
Alteryx Alumni (Retired)

@Danny-Farrar 

That depends on the mail server.  I've personally had it work and fail depending on the particulars.  

Danny-Farrar
8 - Asteroid

@lepome Thanks for the response! In my case I figured out that I needed to gain permission to the mailbox (it was a shared one). After that I could still login to the tool with my user information, but could use the shared mailbox as the 'from'. 

 

Same principle as gaining access and being able to send 'from' a different mailbox in outlook which makes things easy once you know!

mkosmicki1
8 - Asteroid

I'm trying to get this to work to email a file to Datorama. I'm getting a not so helpful error message:

 

Record #1: Failed to send to one or more recipients

 

I am using the Prepare Email Attachment tool since I'm sending out of Microsoft Outlook 365. 

 

I get a similar error when trying the same thing using the Events email tool...not using the Prepare Email Attachment tool there though.

 

Not sure what to try next.