Integrations - nebulab/cangaroo GitHub Wiki
Cangaroo integrations are pieces of code that allow interacting with external services via API.
An usual flow is:
- Cangaroo receives some data from an application;
- Data is sent to one or more integrations;
- Integrations convert data to be compatible with an external service API;
- Integrations send converted data to the external service.
Cangaroo is born with built-in Wombat (you can read more about it here) extensions compatibility. All the old Wombat exensions have been migrated to the Cangaroo organization so that they can be maintained more easily.