> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload File

Upload a file to the organization.

The returned upload ID can be used to attach the file to a ticket, comment, or reply.

<Note>
  External Documentation

  To learn more, visit the [Zoho Desk documentation](https://desk.zoho.com/DeskAPIDocument#Uploads#Uploads_Uploadfile).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                        |
  | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | File Identifier | The identifier of the file to upload.<br />A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file).<br />See [Using with Files in Workflows](https://docs.blinkops.com/docs/workflows/building-workflows/files) for more details. |
</div>

## Example Output

```json theme={"dark"}
{
	"size": "4769",
	"creatorId": "4000000008692",
	"name": "zoho.jpeg",
	"createdTime": "2016-06-23T07:31:42.000Z",
	"isPublic": false,
	"id": "4000000055001",
	"href": "https://desk.zoho.com/api/v1/uploads/1892000001008043/contents"
}
```

## Workflow Library Example

[Upload File with Zoho Desk and Send Results Via Email](https://library.blinkops.com/workflows/upload-file-with-zoho-desk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/upload-file-with-zoho-desk-and-send-results-via-email/canvas" />
</div>
