Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoints

Prev Next

An endpoint is a specialized activity for reading from or writing to an external place.

An endpoint is a communication point with the external world. Endpoints are either active or passive. An active endpoint starts manually or with a batch. It requests information from the external system and processes it in a connection. A passive endpoint waits for an external system to post information on it, which the connection then processes.

Two types of endpoints exist:

  • Reader endpoints: These endpoints receive or read information from an external system, convert it into a message, and trigger the next activity in the connection.

  • Writer endpoints: These endpoints write information to an external system.

The following table provides links to and descriptions of the topics in this section:

To

See

Learn about the endpoint used to read files asynchronously from Azure File Storage

ASYNCAZFILEREADER endpoint

Learn about the endpoint used to read files from Azure File Storage

AZFILEREADER endpoint

Learn about the endpoint used to write files to Azure File Storage

AZFILEWRITER endpoint

Learn about the endpoint used to send web requests

WEBSERVICEENDPOINT activity

Learn about the endpoint used to read files from a network share

FILEREADER endpoint

Learn about the endpoint used to write into a network share

FILEWRITER endpoint

Learn about the endpoint used to read files from an FTP location

FTPREADER endpoint

Learn about the endpoint used to write into an FTP location

FTP WRITER endpoint

Learn about the endpoint used to send notifications using the default email client

OUTLOOKWRITER endpoint

Learn about the endpoint used to send notifications using SMTP

SMTPWRITER endpoint

Learn about the endpoint used to read files from SQL Server

SQLREADER endpoint

Learn about the endpoint used to write into SQL Server

SQLWRITER endpoint

Learn about the endpoint used to send web requests

WEBSERVICE endpoint

Learn about the TIE Kinetix integrated endpoint

TIE Kinetix endpoint