The SendSafely Actions framework enables you to build workflows that automate tasks in response to user activity within SendSafely. Actions are event-driven: you can trigger an action or series of actions–a workflow–when a specified event occurs. A couple of examples:
- Every time someone uploads a file to a Dropzone, you can block access to that file and automatically analyze it using your own antivirus software before unblocking access.
- Any time anyone sends a file, you can notify your own archiving system to capture a copy for compliance purposes.
A workflow consists of one or more actions and is triggered by an event.
- Workflows can be only be created, viewed and edited by an admin.
- Workflows execute at the organization level, but can be filtered to run on a single user only.
An event is a specific activity that triggers a workflow. We'll be adding more over time, but currently support the following events:
- Uploading a file to a Workspace
- Finalizing a Transfer or Dropzone package
Event Filters allow you to execute a workflow only when events match certain criteria. Every event has a set of properties that can be used to build an event filter. For example, you can trigger a workflow only when a certain user finalizes a package, or only when a file is uploaded to a specific workspace.
Actions represent specific steps that execute in response to the event. A workflow can have multiple actions, which are executed in order (referred to as steps in the workflow). For example, a workflow might:
- Step 1. Block access to a package.
- Step 2. Scan the package for malware.
- Step 3/4. Unblock or delete the package based on the results of the scan.
Action Filters, similar to event filters, can be used to define criteria that must be met for specific steps of the workflow to run. In the previous example, you'd define actions with filters that unblock the package if the malware scan returns a clean result, and delete the package if malware is detected:
To learn how to create and monitor Actions workflows, proceed to this help center article.
Comments
0 comments
Please sign in to leave a comment.