Skip to main content

SFTP Module

Introduction

The SFTP process module allows you to connect LoyJoy to external SFTP servers, enabling automated file transfers. When the chat flow reaches this module, a file is generated and sent to the specified SFTP server in real time. Each request results in a separate file being created.

Typical Use Cases

Use this module to securely send variables and data collected from LoyJoy to an SFTP server within your IT infrastructure.

How to Use the Module

Configuration Details

To set up the SFTP module, the following information is required:

  • Hostname or IP Address: The SFTP server's hostname or IP address where the data will be sent.
  • Port: The port number used to connect to the SFTP server.
  • File Format: Choose between CSV or JSON for the file format.
  • Username: The username for SFTP authentication.
  • Password: The password associated with the username for accessing the SFTP server.
  • Send Variables: Decide whether to send variables from all experiences or only the current one.