Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Core tasks are the representation of the client network, for example, database, file, server, cloud application, etc. These tasks can be configured to perform actions as per the task’s defined functionalities.

Table of Contents
minLevel1
maxLevel7

Sapper has the following types of core nodes that you can incorporate into your automation.

Icon

Name

Description

FTP Reader


FTP stands for file transfer protocol.
FTP Reader task allows you to connect to your FTP server and fetch/download the required files based on configuration.

SFTP Reader

SFTP stands for secure file transfer protocol or SSH file transfer protocol.
SFTP Reader task allows you to connect to your SFTP server and fetch/download the required files based on configuration.

Image RemovedImage Added

S3 Reader

S3 stands for Amazon Simple Storage Service (Amazon S3). Amazon S3 Reader helps to store and retrieve any amount of data at any time, from anywhere.

FTP Writer

FTP Writer task allows you to connect to your FTP server and write/upload the file on the FTP server based on the selected FTP connection’s configuration

SFTP Writer

SFTP Writer task allows you to connect to your SFTP server and write/upload the file on the SFTP server based on the selected SFTP connection’s configuration

Image Removed

Image Added

S3 Writer

S3 stands for Amazon Simple Storage Service (Amazon S3). Amazon S3 Writer allow you to write-type snap that can read a binary data stream from its input view and writes it to an S3 file destination.


HTTP Client

HTTP Client task enables you to connect to your preferable cloud application to perform actions such as fetch/modify using available API endpoints and HTTP methods (GET, PUT, POST, and DELETE).
Connection is established through REST (representational state transfer) APIs.

SQL Client

SQL (structured query language) client task lets you connect/access to your databases and manipulate the databases using SQL connections.

SOAP Client

SOAP (simple object access protocol) client is an XML-based communicative protocol for exchanging information among different systems.
It is used to interact with the cloud applications which uses SOAP-based authentication mechanism.