UploadAttachment
Uploads an Attachment to Asana.
Input
| Name | Type | Required | Description |
| TaskId | String | True | Specify Task Id to upload the attachment. |
| FilePath | String | False | Specify the location of the attachment to upload. |
| Name | String | False | The title for the Attachment, including the extension. This value will be used, if Content is not null. |
Result Set Columns
| Name | Type | Description |
| AttachmentId | String | Globally unique ID of the attachment. |
| FileName | String | The name of the file. |
| Status | String | The status of the operation. |