Filter
Free
E-Mail: SMTP and IMAP Integration
This integration is for any email provider that uses SMTP and IMAP, including email vendors like Outlook.com, Microsoft Exchange, and Gmail. This integration allows sending and retrieve E-Mails and E-Mail attachments. It also provides the functionality to download mail attachments to a mail folder. This Integration is beneficial for Stonebranch SaaS customers, accessing the Universal Controller in the Stonebranch AWS Cloud and having their Universal Agents deployed in their own datacenter. As the Integration is triggered from the Universal Agent, no additional firewall ports would need to be opened.
Key Features
Some details about Universal Tasks to send and retrieve E-Mails and E-Mail attachments.
Main functionalities:
Send an E-Mail with or without attachments
Use Universal Controller Variables
Retrieve an E-Mail based on filter criteria like From, To, sender, subject, body content …
Move an E-Mail to a Mail folder after downloading it to a configured folder
Delete an E-Mail after downloading it to a configured folder
Free
Google BigQuery: Schedule, Trigger, Monitor, and Orchestrate Operations
This integration allows users to schedule, trigger, monitor, and orchestrate the Google BigQuery process directly from the Universal Controller.
Key Features:
Users can perform the below Google BigQuery operations:
BigQuery SQL.
List dataset.
List tables in a dataset.
View job information.
Create a dataset.
Load local file to a table.
Load cloud storage data to a table.
Export table data.
Additional Info:
This task uses Python google-cloud-bigquery and google-auth modules to make REST API calls to Google BigQuery.
This task will use the GCP project ID, BigQuery SQL or schema, dataset ID, job ID, location, table ID, cloud storage URI, source file format as parameters of BigQuery function and GCP KeyFile (API KEY) of service account for authenticating the REST API calls to Google BigQuery.
Free
Inter-Cloud Data Monitor
This Universal Extension is an interface to Rclone that provides the capability to monitor files/directories from across different cloud storages, as well as local or distributed file systems. Additionally and upon successful monitor, this extension publishes Local Universal Events. To properly handle these events and take action on them, this Universal Extension optionally can be attached as a Publisher to a Universal Monitor Task (see more details in section Cloud File Monitor Events). Rclone, is the open-source command line program that is utilized to accomplish all the actions supported in this Extension. Download with: Inter-Cloud Data Transfer
Key Features:
This Universal Extension supports the following key features:
Action
Monitor objects creation
Monitor objects change - change based on modification time
Monitor objects deletion
Options
Trigger On Existence - available for Action Monitor On Create.
Advanced filtering capability for objects to be monitored.
Support for providing additional Rclone options according to the user needs.
Universal Event
Event published upon single object creation, holding information about the new object
Event published upon single object change, holding information about the updated file, including the latest object size and modification time.
Event published upon single object deletion, holding information about the deleted object.
Event published upon single object existence, holding information about the object.
Free
Video
Inter-Cloud Data Transfer
This Universal Extension provides the capability to perform data transfers between cloud-based storage services as well as local or distributed file systems. Transfers are fast and secure since data are streamed from one storage to another with no intermediate storage taking place. Multiple storage systems are supported (an overview can be found here). Integrations within this solution package include:
AWS S3
Google Cloud Storage
Microsoft OneDrive Business, including Sharepoint
Microsoft Azure Blob Storage
Hadoop Distributed File Storage (HDFS)
Local file system (Linux, Windows)
HTTP(S) URL
Download with:
Inter-Cloud Data MonitorKey Features:
This Universal Extension supports the following key features:
Actions
List objects, list directory
Copy, move, synchronize data between two storages.
Copy a URL's content and to cloud or local destination without saving it in temporary storage.
List data on a storage, including listing with details or in JSON format for machine parsing.
Create objects on a storage.
Delete objects from a storage.
Features:
Fast transfers for objects stored in the same region.
Preserves always timestamps and verifies checksums.
Supports encryption, caching, compression, chunking.
Dynamic token updates for OneDrive Business cloud storage, observing the OneDrive business refresh token flow.
Support for dry runs. Allows users to execute a Universal Task without making any permanent changes on the target storage.
Advanced filtering capability for files or objects to be listed or transferred.
Option to mark the Universal Task as Failed when no files have been transferred.
List of overwrite options for existing data. Additional customized options.
Output:
Progress of the selected Action is visible, during Universal Task Instance execution.
Text or JSON formatted output.
What's new in V3.0.0Introduced Observability metrics enabling enhanced visibility and understanding of behavior for Task Instances (UAC v7.5 and onwards).Progress bar now syncs with RClone's transfer completion (UAC v7.3 and onwards).Added the filter option to all list related actions.Improved clarity of RClone's log messages with respect to log level.Breaking Changes"Status Description" text information has been updated to improve readability. Tasks or workflows evaluating the "Status Description" of the task Instance, either programmatically or within UAC, might be affected by it. In that case, they need to conform to the new "Status Description" Text.Extension Invocation Fields > Credential fields are displayed as an object for better readability.