Skip to main content

How Do I Build Integrations?

Integrations between your app and the other apps your customers use require several pieces:

  1. Code that moves data between systems
  2. Compute resources to run your code
  3. UI/UX that allows customers to configure integrations independently
  4. Secure mechanisms for OAuth 2.0 and other authentication
  5. Infrastructure to handle incoming webhook notifications
  6. Logging, monitoring, and alerting
  7. and more...

With the Prismatic platform, you focus on #1 (building flows that move data between systems), while the platform handles the rest.

You can build and test integrations in our low-code designer, or, if you are a developer, you can build a code-native integration in TypeScript using your preferred IDE and our integration SDK.

Low-code and code-native development