- HTTP - OpenAPI
- GraphQL - Schema Introspection
- SOAP - WSDL
HTTP Connectors
These are the most common type of Connector, and are used when the external system exposes an API over HTTP. This is most commonly a RESTful API however this is not a requirement and any service serving a HTTP server is supported. HTTP Connectors are added to the platform by uploading an OpenAPI specification, currently version 3.0 and 3.1 are supported. If you have a 2.0 specification (A.K.A a Swagger spec), we recommend using the converter which is available at https://editor.swagger.io.GraphQL Connectors
Currently, GraphQL Connectors are not fully supported via Connectors, but can be onboarded via
Apps. Specific documentation can be found at Onboard a GraphQL
API.
SOAP Connectors
Currently, SOAP Connectors are not fully supported via Connectors but can be onboarded using our
Apps functionality.
Protocol Roadmap
Versori strives to be an any-any integration platform, supporting all major protocols used for transmitting data between systems. If you require a protocol not described above, please reach out to support@versori.com. The following is a non-exhaustive list of protocols on our roadmap:- FTP
- SQL (Postgres, MySQL, SQL Server dialects - if you wish to suggest another dialect we’d be glad to hear them!)
- gRPC
- S3/GCS
- GCP PubSub
- AWS SNS
- NATS/JetStream
- AMQP (including RabbitMQ)
- MQTT