Skip to main content

Create Link

Generates a file or folder link.

Parameters

ParameterDescription
AccessibilityDetermines who a link is accessible by.
MessagePersonal message to be sent in link email.
PathThe full absolute path of the folder or the file.
RecipientsA comma seperated list of email addresses of recipients for the link.
Send EmailIf true is set, the link will be sent via email by Egnyte.
TypeA 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

Workflow LibraryPreview this Workflow on desktop