HTTP
The HTTP(S), HyperText Transfer Protocol (secure), allows you to connect to another server. In integrator.io, you will use HTTP(s) connections to provide credentials and perform requests to different cloud applications that expose an API based on HTTP(s) standards.
REST API
REST API, REpresentational State Transfer, is an API that conforms to the design principles of the REST architectural style. This connector is a type of HTTP connector that follows a set of specific rules that are not required for all HTTP connections.
FTP
FTP, File Transfer Protocol, is a standard communication protocol used for the transfer of files to and from a server.
Webhook
A webhook listener connector is available as a universal connector, but will only appear in integrator.io when you are creating the connection on the export. This type of connector will only work when your endpoint application has a webhook.
AS2
AS2, Applicability Statement 2, is a standardized way to move data securely over the internet. A combination of encrypted keys, unique IDs, and receipts is used to ensure security. There is no rate limit set on our AS2 endpoint.
Wrapper
A wrapper is the custom lookup connection and should be used when the data from a lookup regularly exceeds 5MB.In order to configure a wrapper, you will need a stack. This is where all the logic will reside for connecting to the external application and exporting/importing data into that application.
GraphQL
This connector allows you to connect with GraphQL based endpoints such as Wayfair, Monday.com, Shiphero, and Braintree. This connector also supports cursor pagination.