Need IFTTT recipe to send specific gmail attachments to specific dropbox folders - gmail

For example: Email arrives with subject "Report for domaina.com". It has an attachment. I want to setup the recipe to save domainareport.pdf to Dropbox under /reports/Domaina. I'd then create similar recipes for domainb, domainc, etc. Seems like this is possible, but I'm a total IFTTT nub. Thanks!

Create a trigger on gmail using email from search and typing in this
Create an action using Dropbox and it will have automatically filled
out everything EXCEPT the folder path edit the folder path so it looks like this
Hope this helps :)

Related

Get attachments from a GMAIL folder and upload to G-drive folder

I have a list of gmail folders/labels (of client names) and the corresponding folders in g-drive. These values are the same. e.g. If gmail folder/label is Joe Citizen then the corresponding folder in g-drive is Joe Citizen.
What I'm wanting to automate is that when I move an email with Attachments to a gmail folder/label it uploads these attachments to the corresponding folder in g-drive.
I have found a template between gmail and gdrive however it takes attachments and pushes it into 1 folder in gdrive. I'm unsure how to create a rule to consider the name of the gmail folder/label and find the corresponding folder in gdrive.
That's exactly what the add-on I wrote does! Check out the code: https://github.com/ellaqezi/archiveByLabel
You'll set label to e.g. Joe Citizen and query to label:joe-citizen to archive all attachments of messages labeled Joe Citizen to the same directory on Drive

Import multiple email attachments from 1 email in Logic Apps

I am currently receiving an email with 2 email attachments. I only care about pulling in one of those attachments "Delivery Sales" and I don't care if I pull in or disregard the other.
My workflow should be: Run when new email is detected > Grab attachments > Push attachment to Blob > Archive Email.
I can get all of these to work (and it even archives the email) but it will error out on the archive step because it seems to fire it off twice (once for each attachment it seems).
So how can I pull in the email, throw the attachment to blob, and then archive the email into another outlook folder?
Below is my current setup. I have tried moving the email move to outside the loop (still fails), I have also added a condition to look at the attachment names, true/false, still fails.
The email arrives in a shared email box, the move now seems to take a while and times out with a status of "BadGateway"
My issue appeared to be in the move toe mail folder I had selected an "Archive" folder that was on the same level as my inbox. My Outlook for whatever reason didn't like that. So I clicked on Inbox and navigated to "Archive". I then re-ran and it worked just fine.

Datacap Email count and connect to a specific folder

I have two requirements in Datacap 9.0.1
I want to find how many emails that were sent to the done folder and
how many were sent to problem folder. This way, I can alert the
users that say, out of 10 emails in the inbox, 7 of them processed
successfully and 3 moved to the problematic folder. I know
EmailCount variable gives me the count of emails that datacap was
able to read successfully/moved them to the done folder but what I
want is the initial count of emails so that I can find a difference.
Is it possible within datacap to scan a folder other than Inbox? For
Ex, if I want to scan 'Sent Items' folder how would I do that? I
looked into the email connection actions, but I don't see anything
which can help me to connect to the folder that I want.
Ok, this is the answer that I got from another datacap forum. Posting it here so that it helps others
Not sure about number 1. I believe that would require modifications to the mail actions.
For #2, no, there is no way to specify something other than inbox.
Both of these would likely require some sort of enhancement.
Here the enhancement means creating datacap custom actions. I haven't tried creating one and in case if I happen to create, will post the details of it.

Setting up a MRA (fetchmail/getmail) to pull all folders from Gmail over POP/IMAP

I would like to setup fetchmail or getmail to pull email from Gmail. I would prefer it to be IMAP but I can live with POP as well. The issue I'm running into is that all these seem to want you to specify the exact list of folders you want checked (this is cleaner in IMAP than POP).
This is a hassle since I frequently change my list of folders and when I do, I don't want to have to change my configuration file to add/remove folders. When something changes, I automatically want a mbox or a maildir directory to 'show up' with the contents of my new folder. I would also prefer the mbox to have the same name as the folder on the server
The closest thing I could find was the -r option in fetchmail but that doesn't seem to do this either. I'm sure I must be missing something since every email client is able to do this and I'm hoping that that functionality lives inside the MRA and not in the MUA.
Update: I'd like to move this thread to Serverfault and I'm ok with voting to close this and migrate. Unfortunately, I dont have the rep to do it myself yet
With getmail you can use the following line in your configuration to get all your mail :
mailboxes = ("[Google Mail]/All Mail",)
With IMAP you can list the folders on the server, that way email clients can do whatever they need. In getmail it depends on how the email retrievers are written. If this configuration does not work, you can check the IMAP retriever code and write a specific one that suits your needs ;-)
my 2 cents
PS: I have no getmail installation to check if that do the trick ...
You could look into imapsync. It is designed to recursively sync up IMAP accounts. You will need an IMAP account for the destination. I have not tested it with gmail but if gmail is a well behaved IMAP server it should work.

links to log files directly?

I am using Cruise control.NET and I just want to know if we can specify a
link which directly leads us to the log files in the webdash- baord
instead of the user clicking and navigating a long way in order to see
the log files.
So if anyone can share any idea where just a click on the link
specified in the mail could lead the user to check the log files
directly.
Please get back to me if the doubt mentioned is unclear.
Thanks and regards
Maddy
I see what you're saying about the link. Have you thought about just emailing the log files to them?
In your email publisher you can add log files and attachments to the email sent out. You could attach the proper log file and save them the navigation if they need to look at it.
<xslFiles>
<file>xsl\header.xsl</file>
<file>xsl\compile.xsl</file>
<file>xsl\unittests.xsl</file>
<file>xsl\modifications.xsl</file>
</xslFiles>
<attachments>
<file>C:\Data\AFile.txt</file>
<file>Relative.txt</file>
</attachments>
Also, another solution would be to try sending the full report. This defaults to false in the email publisher. This might possibly send the exact information you were trying to see by looking at the log files.
<includeDetails>true</includeDetails>
For more information on the Email Publisher, go here

Resources