Skip to main content

How Do I Build Integrations?

To integrate your app with the other apps your customers use, you need several things:

  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 Prismatic, you focus on 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