PORTLANEDocs
Connectors

Connectors

Source and destination connectors available in Portlane

Portlane connects to the systems integration teams already operate. Connectors cover common databases, APIs, files, and streams.

Categories

CategoryExamples
DatabasesPostgreSQL, SQL Server, Oracle, MySQL
FilesLocal folders, SMB shares, S3-compatible object storage
APIsREST, GraphQL, OData
StreamsKafka, MQTT, webhooks
SaaSCommon CRM, ERP, and ticketing endpoints (catalog expands per release)

Systems with no API

Some web applications — legacy CRMs, supplier portals, internal tools — don't expose an API, a database, or a file interface a connector can target. For that case, the Portlane ecosystem is extending to a browser automation agent that records a person's actions once and replays them, delivering the resulting data to the platform the same way a connector would.

Browser automation

Capabilities

Each connector supports a subset of:

  • Read — Poll or receive new data via webhook
  • Write — Push transformed data to a target endpoint
  • Schema — Map source fields into the flow's canonical record

Not every connector supports every mode — check the reference for your specific system.

Custom connectors

Teams extend Portlane with pure Python transforms for proprietary systems, versioned in portlane-pipelines alongside standard connectors.

Detailed reference

Connector-specific configuration (auth modes, rate limits, field mappings) is documented in the customer tier of this documentation, available in your on-prem Console bundle after installation.

On this page