Skip to main content

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.

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 separated 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": "<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
Workflow LibraryPreview this Workflow on desktop