> ## 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.

# Create Link

Generates a file or folder link.

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                           |
  | ------------- | --------------------------------------------------------------------- |
  | Accessibility | Determines who a link is accessible by.                               |
  | Message       | Personal message to be sent in link email.                            |
  | Path          | The full absolute path of the folder or the file.                     |
  | Recipients    | A comma separated list of email addresses of recipients for the link. |
  | Send Email    | If true is set, the link will be sent via email by Egnyte.            |
  | Type          | A file or a folder.                                                   |
</div>

## Example Output

```json theme={"dark"}
{
	"links": [
		{
			"id": "<string>",
			"url": "<string>",
			"recipients": []
		}
	],
	"path": "<string>",
	"type": "<string>",
	"accessibility": "<string>",
	"notify": false,
	"link_to_current": false,
	"expiry_date": "2019-03-13",
	"creation_date": "2010-09-04",
	"send_mail": false,
	"copy_me": false
}
```

## Workflow Library Example

[Create Link with Egnyte and Send Results Via Email](https://library.blinkops.com/workflows/create-link-with-egnyte-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/create-link-with-egnyte-and-send-results-via-email/canvas" />
</div>
