Create Link
Generates a file or folder link.
Parameters
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 seperated 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. |
Example Output
{
"links": [
{
"id": "47b774f66f344a67",
"url": "https://domain.egnyte.com/h-s/20130717/47b774f66f344a67",
"recipients": [
"jsmith@acme.com"
]
},
{
"id": "47b774f66f344a68",
"url": "https://domain.egnyte.com/h-s/20130717/47b774f66f344a68",
"recipients": [
"mjones@acme.com"
]
}
],
"path": "/Shared/Documents/example.txt",
"type": "file",
"accessibility": "recipients",
"notify": true,
"link_to_current": false,
"expiry_date": "2021-05-27",
"creation_date": "2021-05-02",
"created_by": "gbrown"
}
Workflow Library Example
Create Link with Egnyte and Send Results Via Email
Preview this Workflow on desktop