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 from one app to another
  2. Compute resources that run your code
  3. UI/UX that allow your customers can configure integrations for themselves
  4. Secure mechanisms to handle 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 take care of #1 (building flows that move data from one app to another), and the rest is handled for you.

You can build and test your integrations in our low-code designer or if you're a developer you can build a code-native integration in TypeScript using your favorite IDE with our integration SDK.

Low-code and code-native development