Connectors

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 https://logabit.atlassian.net/wiki/spaces/PA/pages/2542796840 . 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: