Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

What is a connector?

A connector is a component which connects to an external service via an API and can exchange data with such a service.

In PIPEFORCE, connectors are implemented using Command and Pipeline . So, a Command can be in a role of a connector.

There are many such built-in connectors. Some examples:

  • http.* : This set of commands can connect to any HTTP/S endpoint.

  • sftp.* : This set of commands can connect to any SFTP endpoint.

  • iam.* : This set of commands can connect to the internal identity and access management system.

  • drive.*: This set of commands can connect to the internal data room.

  • microsoft.teams.send : This command can send messages to a teams channel.

  • And many more. See the commands reference for a list of all available commands.

Also see:

  • No labels