How Do I Build Integrations?
Integrations between your app and the other apps your customers use require several pieces:
- Code that moves data between systems
- Compute resources to run your code
- UI/UX that allows customers to configure integrations independently
- Secure mechanisms for OAuth 2.0 and other authentication
- Infrastructure to handle incoming webhook notifications
- Logging, monitoring, and alerting
- 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.
