Skip to main content

Connector types reference

Adeptia supports connections to a wide range of external systems and services, giving you a single place to define and manage the credentials and settings your integrations need to communicate with the outside world.

What connector types are​

A connector type represents a category of external system that Adeptia knows how to communicate with. When you build an integration, you create a connection of the appropriate type and supply the details specific to that system. Adeptia then uses that connection wherever the integration needs to send or receive data.

Supported connector types​

Adeptia supports the following categories of external system:

Connector typeWhat it connects to
FTPFile transfer servers, supporting FTP, SFTP, and FTPS protocols
HTTPREST API endpoints and webhooks
OAuthOAuth 2.0 tokens for cloud services
OAuth profileReusable OAuth configurations
Connector OAuthPre-built credentials for specific cloud applications such as Salesforce
DatabaseJDBC-compatible relational databases
Database driverCustom JDBC drivers for databases not covered by built-in support
KafkaApache Kafka clusters
SAPSAP systems
SOAPSOAP web service endpoints
VaultHashiCorp Vault for secrets management
Managed file transferManaged file transfer servers
Azure Service BusAzure Service Bus queues and topics
JMSJMS message brokers
MailSMTP and IMAP email servers

What you configure for each type​

Each connector type asks for the information relevant to that kind of system. Common details across all types include a display name, an optional description, and the project the connection belongs to. Beyond that, each type has its own specific settings:

Connector typeKey details you provide
FTPHost, port, protocol (FTP, SFTP, or FTPS), transfer mode, and transfer type
HTTPThe URL of the endpoint
OAuth / Connector OAuthOAuth version and token expiry
OAuth profileOAuth version, grant type, scope, and token URL
DatabaseConnection host, driver, schema, authentication type, and connection pooling options
Database driverDriver class and the driver JAR files to load
JMSServer type, broker URL, and connection factory names for queues and topics
SOAPWeb service version and message encoding
KafkaBootstrap server addresses
Azure Service BusNamespace and shared access key name
MailServer host and port
SAPApplication server host, system number, and client identifier
VaultVault server URL and authentication method
Managed file transferServer URL

Sensitive details such as passwords, tokens, and secrets are handled separately and are not exposed once saved.

How connections fit into your integrations​

Ownership and organization​

Every connection records who owns it, which project it belongs to, and when it was last modified. You can search for connections by name or description, and filter by connector type, making it straightforward to find the right connection as your library of integrations grows.