When to Use the HTTP Connector vs SDK

Limited Release

Choosing an appropriate connection method is crucial to building efficient and effective integrations. Consider the strengths of the HTTP connector and Software Development Kit (SDK) to decide which is best for your specific integration.

Why Use the HTTP Connector

The HTTP connector is a simpler, more direct way to integrate with external systems via their HTTP-based APIs. It is particularly useful for proof of concepts and lightweight integrations.

Minimal Technical Requirements

Ideal for Simple Integrations

Prebuilt Connector

Quickly Implement a Proof of Concept

Fast and Efficient Data Integration

Why Use the SDK

The SDK offers a comprehensive and flexible framework for advanced use cases such as handling rate limits, advanced data filtering, and creating complex data relationships. If you need any of the following features, please see our Why Build? section. 

Rate Limiting Issues

Advanced-Data Filtering

Retrieve Cached Information

Create Relationships Between Data

Work Requests

Trigger Support

Productizing the Integration

Feature Checklist