LogoLogo
  • Go to Docs Center
  • Meet Plum Fuse
  • Tutorial
    • Basics
    • Deployment
    • Building A Complex Application
  • How to...
    • Send SMS messages using the REST module
    • Use the SMS Module
    • Upload an Audio Recording to Storage
    • Use Plum's Transcription API
  • Fuse Navigation
  • Application Manager
    • New Application
    • Managing Applications
    • Folders
  • Template Center
  • Deployments
    • Deployments Table
    • Creating Deployments
    • Updating Deployments
    • Deleting Deployments
    • Outbound Deployments
  • Logs
  • Reports
  • My Account
    • Global Options
    • Admin Options
  • Users & Sharing
    • Single Sign On
  • Application Editor
    • Application Editor Overview
    • Settings
      • Language Settings
        • Text-To-Speech (TTS) Options
      • User Input Settings
      • Connection Settings
      • Post-Call Webservice
      • JavaScript Libraries
    • Audio Manager
      • Languages
      • Prompt Table
      • Audio Formats
      • Bulk Uploading Audio Prompts
    • Modules
  • Modules
  • Call-Flow
    • Prompt
    • Transfer
    • Go To App
    • Go To Page
    • Compare Variable
    • Counter
    • Exit
    • Call Log
    • Label
    • Subdialog
  • Input
    • Address
    • Yes/No
    • Custom Field
    • Date/Time
    • Number
    • Digits
    • Language
    • Menu
    • Dynamic Menu
    • Name
    • Record
  • Data
    • Email
    • SMS
    • Set Variable
    • Call Recording
    • Evaluate JS
    • REST
    • SOAP
  • Integration
    • Setting up authentication
    • Dialogflow
    • DynamoDB
    • AWS S3
  • Variables
    • Shadow Variables
  • Module Settings
  • Key Fuse Info
  • 📞Outbound
    • Queuing Calls with CSV
    • View Pending Calls
    • Viewing Completed Calls
    • Detecting Voicemail
    • Outbound Parameters
    • Outbound FAQs
  • 🔒Data Security
    • 'Private' Mode
    • Managing Secure Phone Numbers
    • Sensitive Data Types
  • 🔑APIs
    • Authentication
    • Outbound Calls
      • Queue Call
      • Queue Multiple Calls
      • Get Outbound Call Status
      • Cancel Outbound Calls
    • Logs
      • Get Call Logs
      • Get Call Logs With Details
      • Get A Detailed Call Log
  • 🗒️Release Notes
Powered by GitBook
On this page
  • Securing Your App(s)
  • Verifying 'Private' Functionality
  1. Data Security

'Private' Mode

PreviousData SecurityNextManaging Secure Phone Numbers

Last updated 4 years ago

Securing Your App(s)

In Fuse, modules that collect sensitive information, manipulate variables that contain sensitive information, or transmit sensitive information must all have the ‘Private’ option enabled for each module in order to maintain information security.

In order to maintain security compliance throughout your Fuse application, you must ensure that the module(s) that collect end-user input and the module(s) that initiate web services have the 'private' option enabled.

When the ‘Private’ option is enabled, the icon in the top left corner of the module will change from the module color to grey.

Verifying 'Private' Functionality

It is highly recommended to perform quality assurance tests on your application(s) before deployment. To do this input test data that should remain hidden. Repeat this several times to ensure the app has an opportunity to collect data from multiple calls.

You can check call logs to ensure that privacy settings are functioning properly and verify that no sensitive data appears anywhere in the logs.

🔒
'Private' option enabled
Digits module with 'Private' setting enabled.
REST module with 'Private' setting enabled.