Generates a file or folder link.
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. |
{
"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
}
Create Link with Egnyte and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?