Integration Types
Most integrations on Prismatic fall into one of these patterns. Pick the one that best describes what you're building and follow the linked guide for implementation details.
| Pattern | What it does |
|---|---|
| Data sync | Keep records in sync between your app and an external system, with initial backfill and ongoing updates |
| Event-driven | Respond to webhooks from an external system and process events as they arrive |
| Alerting and notifications | Notify customers via Slack, email, SMS, or other channels when something happens in your app |
| File import and export | Transfer and process files between your app and external systems like SFTP or cloud storage |
| AI agent | Expose integration flows as tools that an AI agent can invoke on behalf of your customers |