Event - File Changed - Storage
-
OSS/BSS Answers
Access Control Admin Audit B3Network Master Account Channel App Contract App Customer App Discount App Edge Server File Management Finance App Invoice App Number Management Payment Portal Settings Price List Product App Release V2 SMS Gateway Supplier App Support Center Support Hub Business Hub Sales Hub
- App Model - Organization Management
- App Model - Communication Apps Answers
- License Model - Organization Management
-
License Model - CPaaS Solution Answers
Phone System - Admin Guide Phone System - End-user Guide Mobile App Desktop App Web Phone Auto Attendant - Admin Guide Developer Hub - Admin Guide Microsoft Teams Operator Connect - Admin Guide Microsoft Teams Direct Routing - Admin Guide Contact Center - Supervisor Guide Contact Center - Agent Guide Omni-Channel SIP Trunk CPaaS - SIP Trunk Power SIP Trunk CPaaS Fax Contact Campaign File Explorer
- Telcoflow
- Integrations Answers
- Updated Regulations
- Ideas Portal
Table of Contents
File Changed - Storage:
- The flow will triggered when a file is changed in File Management, including upload and delete of any file.
- Compatible with Project - Workflow
Configuration
- Create a new flow with Event : File Changed - Storage
- Add Transform action to check for file key matching a pattern. Each file type will have a different prefix so one needs to know the file key pattern to filter for the relevant file.
For example
You would like to upload the Daily Report as the following picture. The pattern of the file name has leg-cdr so we need to input .*leg-cdr.* as Regex.
- Add Split Flow for Filter for event that matches the file key, and size > 0 (meaning an upload file event).
- The next step is SFTP Upload with detail:
- SFTP Host: the email address that will receive the file
- Username: b3-upload
- Authentication Mode: Private Key
- Remote Path: File storage on their end
- File Key: It can be used from output File Changed : File Key
-
Additional Informations: If they need enable SFTP, they need to input public key.