This repository is the hub for elba's integrations. Each integration within this repository plays an essential role as middleware. They serve as the connecting bridge between a variety of SaaS APIs and elba's open API.
These integrations are designed to collect and manage data, including details about SaaS users, third-party applications, and different types of data such as files and messages.
Elba uses webhooks to manage certain actions within these integrations. These actions include a variety of tasks such as altering user permissions and accessing files, ensuring smooth and effective interactions between elba interface and software services.
-
Installation: Clone the repository and install dependencies using
pnpm install
command. -
Creating your integration: Instructions on how to start a new integration are located in CONTRIBUTING.md.