sapio365 - latest automation additions
Every new feature added to sapio365 is enabled for automation.
See the list below for the latest additions in automation for each release.
New automations for grid features and others that are not specific to sapio365 can be found on this page.
sapio365 2.1.10 - August 2023 |
---|
Parameters 'AdditionalUserColumns' and 'AdditionalGroupColumns' now replace 'ColumnTransport' (submodules) and 'AdditionalInfo' parameters (Sign-ins and Usage Reports). |
Tag to edit a Registered Application: <SelectedEditApplication/>. |
Parameter to send an email in an App session: <SendMail SendFrom="<UserID or Username>" …>. |
Tag to show User Chats: <SelectedShowChats/> or <ShowMyDataChats/>. |
Tag to show Registered Devices: <ShowDevices/>. |
Tag to create a Teams channel: <CreateChannel/>. |
Tag to edit Teams channels: <SelectedEditChannel/>. |
Tags for uploading a file or folder: <UploadFolder/> and <AddFile/>. |
System variable to return the current user ID: {%SessionUserID%}. |
Tag to show User Chat Message: <SelectedShowChatMessages/>. |
sapio365 2.1.9 - March 20 2023 |
---|
Tag to copy Mailbox Permissions: <SelectedPermissionCopy>. |
Parameter 'MailboxType' for mailbox type in <ImportUsers>. |
Tag for copying or moving email messages to multiple folders: <SelectedMessageMove To="/folder/subfolder;/otherfolder"/>. |
Tag to temporarily change page size value in automation: <SetGraphPageSize value="xxx"/>. |
Parameter for 'Load all channels' option when loading Team channels: <SelectedShowChannels allChannels='true' /> |
Automation for loading channels files: <SelectedShowDriveItemsChannels/>. |
More variables for selecting on-prem users and groups: OneOnPremUserSelection, OneOnPremGroupSelection, MultiOnPremUserSelection and MultiOnPremGroupSelection. |
Tag to temporarily change timeout value in automation: <SetHttpTimeoutSeconds value="{#seconds}"/>. |
Several automations to manage access rights and delegates in the Mailbox Permissions module. |
Tag to create a list of available views for a given module: <GetViewList ListName="UserViews" ModuleName="Users"/>. |
Tag for reloading a selection of on-premises users or groups: <ReloadOnPremSelected/>. |
Parameters for tags that "LoadDirectory" to load a list of colon-separated IDs: "LoadUserIds" and "LoadGroupIds". |
Parameter "UseIPPS" for automation to connect to a PowerShell IPPS Session. |