How Do I Build Integrations?
To integrate your app with the other apps your customers use, you need several things:
- 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 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.
