How does hotglue actually speed up the process of building integrations?
Most iPaaS solutions focus on authorization, event triggers, and unified data models. They are generally designed to be low-code, standardized abstractions of external APIs with limited scopes and use cases. hotglue is specifically not a low code integration tool – we’ve found that:- Dealing with authorization flows is largely boilerplate, and is not what developers find difficult about creating integrations. Instead, developers want to derive value from their users’ data. Although hotglue offers similar authorization management, unified data models, and an embeddable interface, our focus lies in processing raw data before it reaches your backend.
- Developers prefer granular control over data, and sacrificing that to a drag-and-drop editor typically forces developers to write their own preprocessing code on the output data before it is ingestible.
- Proprietary connectors leave developers at the whim of the iPaaS vendor’s product roadmap. By using open-source connectors, any developer with Python knowledge can build a hotglue-compatible Singer connector.

hotglue field selector + Python preprocessing layer
What if I need an integration that isn’t currently supported by hotglue?
hotglue has over 200 connectors – if you’d like an integration that is not listed on our connectors page, let us know.