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