{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "extra_css"}} {{end}} {{define "additionalnavitems"}}
{{end}} {{define "page_body"}}
{{.Title}}
{{if .Error}}
{{.Error}}
{{end}}
Optional description
Endpoint URL, i.e https://host:port/path
Placeholders are supported
HTTP headers
Placeholders are supported in header values.
{{range $idx, $val := .Action.Options.HTTPConfig.Headers}}
{{else}}
{{end}}
Query parameters
Placeholders are supported in query values.
{{range $idx, $val := .Action.Options.HTTPConfig.QueryParameters}}
{{else}}
{{end}}
Placeholders are supported
Absolute path of the command to execute
Environment variables
Placeholders are supported in values.
{{range $idx, $val := .Action.Options.CmdConfig.EnvVars}}
{{else}}
{{end}}
Comma separated email recipients
Placeholders are supported
Placeholders are supported
Comma separated paths to attach. Placeholders are supported. The total size is limited to 10 MB.
Data retention
Set the data retention, as hours, per path. Retention applies recursively. Setting 0 as retention means excluding the specified path. "Ignore user permissions" defines whether to delete files even if the user does not have the "delete" permission, by default files will be skipped if the user does not have the "delete" permission.
{{range $idx, $val := .Action.Options.RetentionConfig.Folders}}
{{else}}
{{end}}
Rename
Paths to rename as seen by SFTPGo users. Placeholders are supported. The required permissions are granted automatically
{{range $idx, $val := .Action.Options.FsConfig.Renames}}
{{else}}
{{end}}
Comma separated paths to delete as seen by SFTPGo users. Placeholders are supported. The required permissions are granted automatically
Comma separated directories paths to create as seen by SFTPGo users. Placeholders are supported. The required permissions are granted automatically
Comma separated paths to check for existence as seen by SFTPGo users. Placeholders are supported. The required permissions are granted automatically
{{end}} {{define "dialog"}} {{end}} {{define "extra_js"}} {{end}}