1

I need to create a zap in Zappier to automate a task. Below are steps

  1. Create a trigger which will check if an email is received that has an attachment.
  2. Create a task which will download the attachment from email & encode into binary. (I need to create a new zap through CLI i think ).

I am not sure how do I fetch the attachment

TechChain
  • 8,404
  • 29
  • 103
  • 228
  • What is the email client you are using? – Michael Case Aug 06 '19 at 19:29
  • @MichaelCase I am using now gmail client – TechChain Aug 07 '19 at 04:32
  • Thats good, Zapier has a well defined Gmail integration that you will be able to configure to suit your needs. Once the file is encoded where do you want it to end up? – Michael Case Aug 07 '19 at 04:52
  • I have one query. How can i get the attachment from gmail & use it for encoding. I want to download get attachment from gmail & encode it. – TechChain Aug 07 '19 at 05:21
  • If you are familiar with programming in either Python or Javascript zapier offers a code module that you could use to achieve something like this. How you go about it sort of depends on what you want to do with the file once it is encoded though... – Michael Case Aug 07 '19 at 18:24
  • seems like Gmail restricts to read email content on zap. So i tried with dropbox. I downloaded the attachment – TechChain Aug 08 '19 at 04:30

0 Answers0