Skip to main content
Best answer

Outlook / Asana

  • September 7, 2020
  • 3 replies
  • 95 views

I made a Zap when I receive a mail on Outlook it creates a task on Asana. The issue I have is that Im not able to include the attachment on the Task?

 

Any suggestions?

Best answer by MercologyBest answer by Mercology

@RockyvN unfortunately, the API for “Upload an attachment” to a task requires you to download the file content first and then upload it as any other attachment. (see https://developers.asana.com/docs/upload-an-attachment).

Further it is not possible to attach files from third party services such as Dropbox, Box & Google Drive via this API.

I recommend the approach of saving the file to a cloud storage (e.g. google drive) and place a reference to the file in the task.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Mercology
Forum|alt.badge.img+5
  • Zapier Expert
  • 65 replies
  • September 7, 2020

Rocky,

Do you want the actual file attached to the task to be in Asana or as a reference to the file (link) and store the file elsewhere like google Drive?

For the first, there is an API to attach the file into Asana: https://developers.asana.com/docs/upload-an-attachment

For the second, save the email to a cloud location (like google drive) the add the file reference to the task in asana.

David 


  • Author
  • Beginner
  • 1 reply
  • September 9, 2020

Thank you for your reply, I was looking to include the Outlook attachment as an attachment on the Asana task, photo, pdf etc.


Mercology
Forum|alt.badge.img+5
  • Zapier Expert
  • 65 replies
  • Answer
  • September 9, 2020

@RockyvN unfortunately, the API for “Upload an attachment” to a task requires you to download the file content first and then upload it as any other attachment. (see https://developers.asana.com/docs/upload-an-attachment).

Further it is not possible to attach files from third party services such as Dropbox, Box & Google Drive via this API.

I recommend the approach of saving the file to a cloud storage (e.g. google drive) and place a reference to the file in the task.