How to upload files with create task

Hello,
I am developing erpnext with the Asana app.

I want to create tasks based on erpnext and that includes attachments.
I read the documentation regarding creating a task but I couldn’t find about attaching files.

Thank you

Hi @Mohammed_Al-Qershi - you would create the task, store the task_gid that gets returned from that call, and then call the attachments API and pass in that task_gid.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.